/* Les liens */
a:link {
	color: #000;
	}
	a:visited {
	color: #000;
	}
	a:hover {
	color: #000;
	}
	a:active {
	color: #000;
	}
	
div#yzeo a.hover
{
	color: #000; 
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* FIN : Les liens */



/* Structure General */
body
{
	text-align: center;
	margin: 0px auto;
	padding: 0;
	background: #d1b67d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x ;
}

.clearer {
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

p {
    text-align: justify;
	margin: 0px auto;
}
/* FIN: Structure General */

/* Structure Page d'introduction */
h1
{
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

div#titre-intro
{
	width: 1024px;
	text-align: center;
}

div#introheader
{
	margin: 0px auto;
	width: 1024px;
	height: 287px;
}

div#introconteneur
{
	position: relative;
	margin: 0px auto;
	width: 1024px;
	height:197px ;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

div#introfooter
{
	width: 1024px;
	height: 30px;
	text-align: center;
	font-size: 11px;
	color: #000;
}
/* FIN : Structure Page d'introduction */

/* Structure Page type */
div#titre
{
	width: 1024px;
	margin: 0px;
	height: 47px;
}

div#conteneur
{
	margin: 0px auto;
	width: 1024px;
	min-height: 800px;
}

div#header
{
	margin: 0px auto;
	width: 1024px;
	height: 265px;
}

div#pages
{
	text-align: left;
	margin: 0px auto;
	width: 1024px;
	background: url(../images/background-contenu.gif) repeat-y;
}

div#contenu
{
	width: 1024px;
	margin: 0;
}

div#photo
{
	float: left;
	width: 275px;
}

div#txt
{
	float: left;
	padding-left:90px;
	width: 850px;
	margin: 0;
	text-align: left;
	font-size: 11px;
	color: #000;
}

div#txt .icon
{
	margin: 20px;
}

div#menu
{
	margin: 0;
	float: right;
	width: 253px;
	height: 115px;
}

div#adresse
{
	width: 1024px;
	height: 97px;
}

div#yzeo img
{
	vertical-align: middle;
}

div#yzeo
{
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	width: 950px;
	height: 40px;
	color: #000;
}
/* FIN : Structure Page type */

/* Structure catalogue */

div#catalogue
{
	margin: 0;
	float: right;
	width: 253px;
	font-size: 12px;
	color: #e49721;
}
/* FIN : Structure catalogue */

/* Structure Page Formulaire */
div#formulaire
{
	position:relative;
	margin:0 0 0 250px;
	text-align:center;
	font-size: 11px;
	color: #000;
	width:500px;
}

#frmEnvoi
{
	text-align: left;
	padding-left: 10px;
}

p.field label
{
	display: block;
	float: left;
	width: 250px;
}

p.submit
{
	text-align: center;
}

/*FIN : Structure Page Formulaire */
.clearvalidator{ clear:both; height:3px;}
.center { text-align:center; }
.formule { margin-left:168px; }
