@charset "utf-8";
/* CSS Document */


/* NORMALIZATION START */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

img {
margin:0;
padding:0;
display:block;}



/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
border: 0;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}


/* NORMALIZATION END */



html {
	font-size: 0.8em;
	background-color: #1C2103;
	min-width:1px;
	background-image: url(../images/accueil_main.jpg);
	background-repeat:no-repeat;
	background-position: center -300px;
	}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;



}

#container {

	width: 499px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 500px;
/*	background-repeat: repeat-y;
	background-position: top;
	background-image: url(../images/accueil_main.jpg);*/
	position: relative;
} 


#mainnavigation {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	position: absolute;
	left: -110px;
	top: 25px;
}

#imageGauche {
	position:absolute;
	top:260px;
	left:-110px;
	width:125px;
	height:125px;
	/*background-color:#D1FFA4;	*/
	text-align:center;

}

#imageGauche img {
	margin: 0 auto;

}

#mainnavigation2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	position: absolute;
	left: 475px;
	top: 160px;
}

#imageDroite {
	position:absolute;
	top:25px;
	left:475px;
	width:200px;
	height:115px;
/*	background-color:#D1FFA4;*/	

}

#mainnavigation .mainnav, .mainnav:visited {
	display: block;
	text-align:center;
	background-repeat: no-repeat;
	background-image:url(../images/button_small.jpg);
	vertical-align: middle;
	color:#1B2203;
	text-decoration: none;
	width: 125px;
	height:40px;
	line-height:40px;
	margin-bottom:5px;
}

#mainnavigation2 .mainnav, .mainnav:visited {
	display: block;
	text-align:center;
	background-repeat: no-repeat;
	background-image:url(../images/button_big.jpg);
	vertical-align: middle;
	color:#1B2203;
	text-decoration: none;
	width: 200px;
	height:50px;
	line-height:16px;
	margin-bottom:7px;
}

#mainnavigation2 .d,#mainnavigation2 .e {
	line-height:16px;
	padding-top:7px;
	margin-bottom:0px;

}


#mainnavigation .mainnav:hover {
	background-position:-125px;
	color:#FFFFFF;
}

#mainnavigation2 .mainnav:hover {
	background-position:-200px;
	color:#FFFFFF;
}

#mainnavigation2 .d:hover,#mainnavigation2 .e:hover {
	line-height:15px;
	padding-top:7px;
	margin-bottom:0px;
	background-position:-200px 0px;

}



.mainnavhere {
	display: block;
	height: 1.3em;
	background-repeat: no-repeat;
	line-height: 1.3em;
	vertical-align: middle;
	font-size: 1em;
	text-decoration: none;
	color: #FB9614;
/*	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FB9614;*/
	width: 200px;
	margin: 10px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:right;
	margin-bottom:30px;
}


#mainnavigation2 .mainnavhere {
	display: block;
	height: 1.3em;
	background-repeat: no-repeat;
	line-height: 1.3em;
	vertical-align: middle;
	font-size: 1em;
	text-decoration: none;
	color: #FB9614;
/*	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FB9614;
	border-right:0;*/
	width: 250px;
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align:left;
	margin-bottom:30px;
}


.mainnavhere:hover {
	color: #E4E7DC;
	border-right-color: #E4E7DC;
}

#mainnavigation2 .mainnavhere:hover {
	color: #E4E7DC;
	border-left-color: #E4E7DC;
}

/*
.un {
	position:relative;
	left:80px;
}
.deux {
	position:relative;
	left:40px;
}
.trois {
	position:relative;
	left:10px;
}
.quatre {
	position:relative;
	left: 0px;
}
.cinq {
	position:relative;
	left:0px;
}
.six {
	position:relative;
	left:5px;
}


.a {
	position:relative;
	left:0px;
}
.b {
	position:relative;
	left:50px;
}
.c {
	position:relative;
	left:80px;
}
.d {
	position:relative;
	left:100px;
}
.e {
	position:relative;
	left:100px;
}
.f {
	position:relative;
	left:90px;
}
*/

.print {
	display:none;
	visibility:hidden;

}

.logoprofil {
	position:relative;
	left:170pt;
	display:block;
	height:256px;
	width:225px;
}
