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


h1 {font-family:Helvetica, sans-serif; font-size:20pt; font-weight:bold; color: #cc3300; padding:0px; margin:0px}
h2 {font-family:Helvetica, sans-serif; color: #666;font-size: 1.4em; padding:5px 0px; margin:0px }
h3 {font-family:Helvetica, sans-serif; font-size:1.4em; color: #333;}
h4 {font-family:Helvetica, sans-serif; color: #ff6600;font-size: 1.25em; padding:5px 0px; margin:0px; font-weight:normal; }
h5 {font-family:Helvetica, sans-serif; color: #ff6600;font-size: 1.25em; padding:5px 0px; margin:0px; font-weight:bold; }


.rouge{color: #000;}
.rouge-bold{color: #000; font-weight:bold;}
.orange{color: #ff6600;}
.orange-bold{color: #ff6600; font-weight:bold;}


hr{
	margin:10px 0px;
	color:#999999;
	background-color:#999999;
	height:1px;
	border:0;
}


ul{
	list-style-type:none;
	margin-left:5px;
	}
li{
	margin: 2px 0px;
	margin-left:5px;
	list-style-type:square;
	}


.chemin{
padding:0px 20px;
}

.chemin a{
color:#999999;
}

.chemin a:hover{
color:#ff6600;
}

.black_line{
	width:760px;
	height:18px;
	background-image:url(../images/black_line.jpg);
	background-repeat:repeat-x;
	padding:5px 20px;
	color:#FFFFFF;
	float:left;
	text-align:center;
	}
.black_line h1{
	color:#FFFFFF;
	font-size:13pt;

}
.bl_link{
	width:auto;
	height:18px;
	padding:0px 5px;
	float:left;
	}
	
.black_line a {
	color:#FFFFFF;
	font-weight:normal;
	font-size:9pt;
	text-decoration:none;
}

.black_line a:hover {
	color:#ff6600;
	text-decoration:underline,
}

.grey_line{
	width:760px;
	height:18px;
	background-image:url(../images/grey-line.jpg);
	background-repeat:repeat-x;
	padding:5px 20px;
	color:#FFFFFF;
	float:left;

	}

.shadow{
	width:760px;
	height:10px;
	background-image:url(../images/separ-ombre.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:5px 20px;
}
