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

body {
	background: #ffffff url(../images/fond.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}

#general {
	height: auto;
	width: 953px;
	height: 620px;
	margin:20px auto 0px auto;
	background-color:#FFFFFF;
	border:#003366 2px solid;
	}
	
#left {
float:left;
width: 431px;
padding:10px 0px 0px 30px;
	}

#center {
float:left;
width: 170px;
	}
	
#right {
float:left;
width: 290px;
padding: 10px 0px 0px 10px;

	}
	
#actu {
background: url(../images/encart_actu_centre.jpg) repeat-y;
width: 390px;
padding: 10px 30px 10px 10px ;
	}
	
#contact {
background: url(../images/encart_contact_centre.jpg) repeat-y;
width:237px;
padding: 10px 30px 10px 10px ;
	}
	
.encart_contact {font-size: 15px}
	
.orange {color:#FF6D00;
font-size: 15px;
font-weight:bold;}
