/* CSS Document */


body
{
  background-color : #0b3a70;
	background-image:url(images/bg.gif);
	background-position:center;

	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	height:auto;	
	color: #FFFFFF;
}

td.borderLeft {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FCC988;

}

P
{
	margin : 10px;
}
.img_left {	
	float:left;	
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin:10px 15px 10px 10px;
		
}

.img_right {
	float:right;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin:10px 10px 10px 15px ;
	
}

.header {
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.corps {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent:0px;
	text-align:left;
}

.corps_center {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent:0px;
	text-align:center;
}

.sous_titre {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:justify;
	width:100%;		
	height:100%;
}

.list {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image:url(images/point_jaune.gif);
	
}

.titre {
	color: #FFFFFF;
	font-weight:600;
	padding:10px;
}

.ligne_jaune {
	background-image:url(images/pixels_jaunes.jpg);
	background-repeat:repeat-x;
}

#footer {	background-color:#FFFFFF;	position: absolute;	width:760px;	left: 50%;	margin-left:-380px;}

.logo_bg {
		background-attachment:scroll;	
		background-image:url(images/logo_bg.gif);
		background-repeat:no-repeat;
		
} 

.image {	background-color: #0099CC;}

.retour{float:right; font-size:12px;}

hr {	color: #FCC988;	padding: 0px;	margin: 0px;}

a{color:#FFFFFF; text-decoration:underline; }
a:hover{color:#FFFFFF;	text-decoration:none;}


.part
{
	border-width:2px;
	border-color:#FFFFFF;
	border-style:solid;
}

.small_titre
{

	width:100%;
	
	font-weight:bold;
	font-size:12px;
	height:20px;
}

.note
{
	color : #FF0000;
	font-weight:bold;
}

.white_alert
{
  font-weight:normal;
	font-size:16px;
}
.red_alert
{
  font-weight:normal;
	font-size:18px;
	color : #FF4444;
}

