/* CSS Document */

body{
margin:0 auto;
padding:0;
font-family:"Times New Roman", Times, serif;
background:#ffffff;
color:#000000;
}

a{
text-decoration:none;
color:#90b11f;
}

a:hover{
text-decoration:underline;
}		

#conteneur {
	position: relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#toptabs, #navitabs, #sidebar, .hide{
display:none;
}


#container {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;	
}

#logo{
	position: absolute;
	left: 0px;
	top: 10px;
	padding-left: 10px;
}



#referencement{
	float:left;	
	margin-top:70px;
	
}

#desc{
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height:200px;
	position: absolute;	
	z-index: 2;
}




#bas {
	padding-top: 150px;
}

#main{
	float:left;
	padding:0 15px 0 0;
}

.block{
	padding:15px;
}


#footer{
	font-size:7pt;
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;	
	text-align:center;
	clear:both;
}

#footer a{
color:#808080;
}

h1{
margin:0 0 20px 0;
font-size:2.8em;
font-weight:normal;
}

h2{
margin:0 0 20px 0;
font-size:1.6em;
font-weight:normal;
}

h2b{
margin:20px 0 10px 0;
font-size:1.6em;
font-weight:normal;
}


h3{
margin:20px 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
text-align:justify;
}


p2{
margin:0 0 0 0;
line-height:0.5em;
text-align:left;
}


.right{
text-align:right;
}

a img{
	border:0;
}

.photo{
padding:5px;
display:block;
margin:0 auto 15px auto;
background-color:#f0f0f0;
}

.hide{
display:none;
}

td {
	text-align: center;
}


th {
	text-align: center;
	height: 20px;
}
caption {
	float: left;
	width: 200px;
	text-align: center;
	display:none;
}


form td {
	text-align: left;
}

form th {
	text-align: left;
	width: 150px;
	font-weight: 400;
	height: 25px;
	vertical-align: top;
}


