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

body {
	background-image: url(../interface/fond.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #759CBD;
}
body,p,td,tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
h1,h2,h3 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin-top:10px;
	color:#1D69B5;
	font-size:28px;
}
h2{
	font-size:20px;
}
h3{
	font-size:16px;
}
a {
	font-weight:bold;
	color:#1D69B5;
	text-decoration:none;
}
a:hover {
	color:#FF99CC;
}
.menu1 {
	background-image: url(../interface/menu1.jpg);
	background-repeat: repeat-x;
}
.menu1 td{
	padding-left:44px;
	font-size:12px;
}
.menu2 {
	padding-left:10px;
	line-height: 20px;
}
.news{
	padding-left:10px;

}
.chapeau{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#1D69B5;
	font-style:italic;
	font-size:14px;
}
.ombre1 {
	background-image: url(../interface/ombre1.jpg);
	background-repeat: repeat-x;
}
.ombre2 {
	background-image: url(../interface/ombre2.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-size:10px;
	text-align:center;
	color:#003399;
}
.footer a{
	font-weight: normal;
}
.titre_news{
	font-weight:bold;
	color:#1D69B5;
	text-decoration:none;
}
/* ---------- menu gauche ---------- */
#menu-gauche{
	margin:0px;
	padding:0px;
	background-image:url(../interface/menu-fond.jpg);
	background-color:#FFF;
	background-repeat:no-repeat;
	width:180px;
	border-bottom:1px dotted #0060A7
}
#menu-gauche li{
	list-style:none;
}
#menu-gauche a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1D69B5;
	text-decoration:none;
	padding-left:44px;
	display:block;
	line-height:40px;
/*	height:40px;*/
	border-top:1px dotted #0060A7;
}
#menu-gauche a:hover{
	color:#FF99CC;
}