@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 */

/* LAYOUT */

html {
}

body {
	position: relative;
	text-align:center;
	font:62.5% Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	background-image:url(../images/background/page_back.jpg);
	background-repeat:repeat-y;
	background-position:center;

}

#page {
	margin: 0 auto;
	width: 900px;
	height:100%;
	min-height:1200px;
	text-align:left;
	position:relative;
	background-image:url(../images/background/content_back.jpg);
	background-repeat:no-repeat;

}



#content {
	width:400px;
	margin-left:475px;
	margin-bottom:30px;
	min-height:713px;
	position:relative;
	z-index:0;
}


#footer {
	width:900px;
	height:60px;
	position:relative;
	background-image:url(../images/background/footer_back.jpg);
	background-repeat:no-repeat;
}


/* LAYOUT END */


/* MAIN NAVIGATION */

#logoAccueil {
	position:absolute;
	text-indent:-4000px;
	top:25px;
	left:30px;
	height:165px;
	width:370px;
}


#mainNavigation {
	position:absolute;
	top:242px;
	width:382px;
	height:400px;
	z-index:500;
}

#mainNavigation li {
	position:relative;
}

.nav1 {
	width:382px;
	height:36px;
	display:block;
	background-image:url(../images/background/main_nav.png);
	background-repeat:no-repeat;
	outline:none;
	vertical-align:middle;
	line-height:36px;
	font-size:1.3em;
	font-weight:bold;
	text-indent:160px;
	text-decoration:none;
	color:#000033;
}



.nav1:hover {
	background-position: 0px -36px;
	color:#D76B00;
}


.nav1.last, .nav1.last:hover {
	height:38px;
	background-repeat:repeat-y;
}


#mainNavigation li ul {
	position: absolute;
	top:0px;
	width:225px;
	left:-3000px;
	z-index:1000;
}

#mainNavigation li:hover ul, #mainNavigation li.sfhover ul {
	left:382px;
}

#mainNavigation .nav2 {
	width:225px;
	height:36px;
	display:block;
	background-image:url(../images/background/second_nav.png);
	background-repeat:no-repeat;
	outline:none;

	vertical-align:middle;
	text-indent:15px;
	line-height:36px;
	
	font-size:1.1em;
	text-decoration:none;
	color:#FFFFFF; 
}

#mainNavigation .nav2:hover {
	background-position: 0px -36px;
	color:#000033;
	font-weight:bold;

}

/* MAIN NAVIGATION END */


/* SECONDARY NAVIGATION */

#secondaryNavigation {
	width:400px;
	height:38px;
	left:475px;
	position:absolute;
	
}

#secondaryNavigation li {
	display:inline;
		
}

#secondaryNavigation .nav3{
	float:left; 
	display:block;
	line-height:36px;
	margin-right:15px;
	font-size:1.2em;
	color:#FFFFFF;
	text-decoration:none;
}

#secondaryNavigation .nav3:hover{
	color:#D76B00;
}

.strong, strong {
	font-weight:bold;
}


/* SECONDARY NAVIGATION END */



/* TEXT STYLES */

h1 {
	font-size:2.7em;
	color:#000033;
	font-weight:bold;
	padding-top:30px;
	margin-bottom:0.8em;
	font-stretch:extra-condensed;
	line-height:0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}

h1.first {
	padding-top:165px;
}

h2 {
	font-size:2em;
	line-height:1.0em;
	color:#00008A;
	margin-bottom:0.7em;
	margin-top:0.7em;
	font-weight:bold;
}

h3 {
	font-size:1.6em;
	line-height:1.4em;
	margin-bottom:0.5em;
}


p {
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.7em;
}


#content ul {
	margin-bottom:1.8em;
	margin-top:1.3em;
	list-style:disc;
	margin-left:20px;
}

#content li {
	font-size:1.1em;
	margin-bottom:0.3em;
	font-weight:bold;
	color:#400000;
}


/* TEXT STYLES END */

img {
	display:block;
	margin-top:15px;
}

.floatRight{
	display:block;
	float:right;
	margin-top:0px;
}

.logoProjet {
	float:right;
	margin-top:150px;
	padding-left:10px;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000033;*/
}


#media tr {
	display:block;
	margin-bottom:30px;
}

#media td {
	width:150px;
	vertical-align:top;
		
}

.logo {
	float:left;
}
.clear {
	clear:both;
}
