/* CSS Document */


body  {
	background:url(img/bg.jpg) no-repeat 50% 0 #ccd3da;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#conteneur {
	width:760px;
	margin:0 auto;
	margin-top:70px;
	
}

#header {
	background:url(img/header.jpg) no-repeat;
	width:760px;
	height:197px;
	
}

#menu {
	width:760px;
	height:39px;

}

#contenu {
	background-color:#FFFFFF;
	width:759px;

}

.conteneurparutions {
	width:760px;


}

#footer {
	background:url(img/footer.jpg) no-repeat;
	width:760px;
	height:39px;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;

}

#navigation {
	background:url(img/menutst.jpg) no-repeat;
	background-color:#FFFFFF;
	width: 759px ;
	height:39px;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align: center ;
	list-style:none;
	margin: 0 ;
	padding: 9px 0 ;

}

#navigation li {
	display:inline ;
	padding: 40px ;
	
}

#navigation li a {
	color:#FFFFFF;
	text-decoration:none;
}

#navigation li a:hover {
	color:#81A915;
	text-decoration:underline;
}

h1 {
	font-size:25px;
	font-weight:normal;
	color:#81a916;
	margin-top:0px;
	padding-top:15px;
	padding-left:20px;
	
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#81a916;
	margin-left:180px;
	
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#81a916;
	margin-left:40px;
	
}

p {
	color:#373737;
	text-align:justify;
	margin-bottom:0px;
	margin:0 40px 0 40px;
	padding-bottom:15px;
}

p.parutions {
	color:#373737;
	text-align:justify;
	margin:0 40px 0 180px;
	padding-bottom:15px;
}

p.auteurs {
	color:#373737;
	text-align:justify;
	margin-bottom:0px;
	margin:0 40px 0 60px;
	padding-bottom:5px;
}

a#txt {
	font-size:11px ;
	margin-left:68px;
	line-height:37px;
	color:#FFFFFF;
	text-decoration:none;

}

a#txt:hover {
	font-size:11px ;
	color:#3399FF;
	text-decoration:underline;

}

a.mail {
	color:#f96836;
	text-decoration:none;

}

a.mail:hover {
	color:#f96836;
	text-decoration:underline;

}

.imgparutions {
	width:108px;
	height:151px;
	margin-left:40px;
	float:left;
}