/*ERIC MEYER RESET CSS*********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-bottom-color: #0099CC;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/******************************************************************/


body{
background-color: #fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


#wrapper{
	margin: 0px auto;
	width: 960px;
	height: auto;
	background-color: #440402;
	position:relative;
}

#header{

}

h1{
font-size: 22px;
text-align:center;
}


h3{
font-size: 18px;

}

h4{
font-size: 15px;
padding-top: 20px;
}

a{
visibility:hidden;
}

p{
padding-top: 10px;
padding-bottom: 10px;
font-size:13px;
line-height: 20px;
}

sup{
font-size:9px;
vertical-align:top;
}



#content2{
min-height:720px;
}

#wrapper2{
	margin: 0px auto;
	width: 960px;
	height: auto;
	background-color:#FFFFFF;
	position:relative;
}

		
		/**Navigation pages intérieures****************************************************************/
#nav{
z-index:50;

	top: 0px;
	text-indent: -5000px;
	font-size:0px;
	line-height:0px;list-style-type: none;
}



			#nav li a {
			background-image:url(../images/navinterieure.jpg);
	}
				
					#nav1 a{
			z-index:60;
			position: absolute;
			top:120px;
			left: 70px;
			height: 40px;
			width: 250px;
			}
			
			#nav2 a {
			z-index:60;
			position: absolute;
			top:120px;
			left: 320px;
			height: 40px;
			width: 300px;
			background-position: -250px 0px;
			}
			
			#nav3 a{
			z-index:60;
			position: absolute;
			top:120px;
			left: 620px;
			height: 40px;
			width: 270px;
			background-position: -550px 0px;
			}
			
/*******************************Liens nav auxiliaire de l'index au survol**************/
				#nav1 a:hover{
			background-position: 0px -40px;
			}
			
			#nav2 a:hover {

			background-position: -250px -40px;
			}
			
			#nav3 a:hover{
	
			background-position: -550px -40px;
			}
			
/**************************************************************************************/
			#nav1 #actif{
			background-position: 0px -80px;
			}
			
			#nav2 #actif {

			background-position: -250px -80px;
			}
			
			#nav3 #actif{
	
			background-position: -550px -80px;
			}
			
					#nav1 #actif:hover{
			background-position: 0px -40px;
			}
			
			#nav2 #actif:hover {

			background-position: -250px -40px;
			}
			
			#nav3 #actif:hover{
	
			background-position: -550px -40px;
			}
		
		
#home{
position : absolute;
z-index: 100;
left: 10px;
top: 00px;
width: 90px;
height: 26px;
background-image:url(../images/home.jpg);
line-height:0px;
text-indent: -5000px;
}		

#home:hover{
background-position: 0px -26px;
}

.left7 {
color:#333333;
text-align:justify;
margin: 20px 20px;
}


#footer{
padding-top: 2px;
text-align:center;
color:#CCCCCC;
width: 960px;
height: 20px;
background-image:url(../images/footer.jpg);
background-repeat:repeat-y;
font-size:10px;
}

#footer a{
color:#CCCCCC;
text-decoration:none;
}

#footer a:visited{
color:#999999;
}

#footer a:hover{
color:#FFFFFF;
text-decoration:none;
}

