/* CSS Document */


 


/* anulation des marges par defaut pour ?viter les difference des navigateurs */

body, p, h1, h2, h3, h4, h5, h6, fieldset, legend, ul, li, dl, dt, dd, img, form {
	margin:0;
	padding:0;
	border:0;
}

hr, .masque, #loading, #logo span, #accroche1 span, #accroche2 span
{
	display:none;
	border-top:1px dashed #B2AD9D;
	height:1px;
}


.wrap
{
	clear:both;
}

/*********** STYLE GENERAL *********/

html
{
	font-size:100%;
}

body
{
	background:url(../img/fond.jpg) repeat-x left top #E0DDD5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 90%;
	color: #534D40;
	text-align:center; /* center pour ie 5 */
}

/* Largeur élément général de la page */

#bandeau, #footer, #contenu, #mh, #mb
{
	width:950px;
}
#bandeau, #contenu
{ /* anul le bug positionnement ie 5 */
	text-align:left;
}


/***** HEADER ACCES *****/

#acces
{ /* acces rapide haut page */
	position:absolute;
	top:0;
	right:1em;
	/*background-color:#eee;*/
}





/********** BANDEAU ***********/
#bandeau
{
	position:relative;
	height:118px;
	margin:auto;
	/*background-color:#c00;*/
}

#logo
{
	position:relative;
	top:32px;
	width:195px;
	margin:auto;
}
#accroche1
{
	position:absolute;
	top:32px;
	left:20px;
	/*border:#e00 1px solid;*/
}
#accroche1 a
{
	display:block;
	background:url(../img/bandeau.gauche.png) no-repeat left top;
	width:331px;
	height:62px;
}
#accroche2
{
	position:absolute;
	top:32px;
	right:26px;
}
#accroche2 a
{
	display:block;
	background:url(../img/bandeau.droite.png) no-repeat left top;
	width:335px;
	height:62px;
}


/***** PAGE *****/

#contenu
{
	margin:auto;
	padding: 0px 0px 10px 0px;
}
#contenu p
{
	margin: 0.3em 0 0.3em 0;
	text-align:justify;
}
#conteneur
{
	position:relative;
	margin:20px 20px;
}

/********** MENU HAUT ***********/
#mh, #mb
{
	/*width:880px;*/
	margin:auto;
	height:20px;
	background-color:#9C9587;
	border-bottom:#5C584D 1px solid;
}

/********** MENU BAS ***********/



/*** FOOTER ***/

#footer
{
	margin:0.5em auto;
	background:url(../img/fond.gif) repeat-x left -40px;
}

#mots
{
	width:950px;
	margin:auto;
	text-align:justify;
}

/*** MOTS BAS PAGE ***/


/*** POPUP ZOOM ****/
#pagezoom
{ /* config zoom.php */
	margin: 0px;
	/*background-position: center center;*/
}
#pagezoom .titrezoom
{
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	color:#595335;
}
#pagezoom .imgzoom img
{
	border:#e3ddc3 1px solid;
	background-color:#fff;
	padding:8px;
}

#pagezoom #menu1Container
{ /* page zoom */
	position:relative;
}
#planzoom
{
	position:relative;
	margin:50px auto;
	text-align:left;
	width:80%;
}
#pagezoom #mots
{
	width:95%
}


/*** Signature Kyxar ***/
.kyxar
{
	position: absolute;
	z-index:10;
	white-space: nowrap;
	right:40px;
	padding: 5px 0px 3px 0px;
}

.kyxar a
{
	color: #948D7E;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}

.kyxar a:hover
{
	color: #6E6758;
}




