@import url("navigation.css");


/* default CLASS and ID */
body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	background:#37253A;
	background:#636363;
	background:url('../media/bg.gif') repeat-x 0px 0px #3B3B3B;
	font:12px/1.5 'verdana', 'arial', 'helvetica', sans-serif;
	}

body, html {
	}

p { 
	padding:0px;
	margin:0px;
	}


#site_body {
	position:relative;
	width:940px;
	margin:20px auto 0px auto;
	padding:0px 0px 30px 0px;
	display:table;
	background:#FFFFFF;
	}


#site_body .container{
	float:left;
	width:900px;
	padding:25px 20px 0px 20px;
	}


#right_frame {
	float:right;
	padding:0px 0px 15px 0px;
	width:250px;
	}


#header{
	float:left;
	width:940px;
	height:125px;
	background:#ffffff;
	}

#header .logo{
	float:left;
	margin:20px 0px 0px 45px;
	}

#header .logo a{
	border:none;
	}

#header .slogan{
	float:right;
	text-align:right;
	margin:50px 30px 0px 0px;
	font-family:'Arial', 'helvetica', sans-serif;
	color:#404040;
	font-weight:bold;
	}

#header .slogan a{
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	}

#bandeau {
	float:left;
	width:940px;
	height:260px;
	}

#mentions {
	width:940px;
	padding:20px 0px 20px 0px;
	float:left;
	text-align:center;
	color:#A9A9A9;
	font-size:10px;
	background:#F0F0F0;
	}

#mentions a{
	color:#A9A9A9;
	text-decoration:none;
	}

#mentions a:hover{
	text-decoration:underline;
	}


/* Encart - Actualités */
.news_frame {
	float:right;
	width:220px;
	margin:0px 0px 0px 0px;
	padding:20px 0px 15px 0px;
	}

.news_frame .event {
	float:left;
	width:185px;
	height:47px;
	font-size:11px;
	line-height:15px;
	background:url('../media/news_bg.gif') no-repeat 3px 0px;
	padding:0px 5px 0px 15px;
	margin:10px 0px 10px 5px;
	}

.news_frame .event b {
	font-family:'Arial', 'helvetica', sans-serif;
	font-weight:bold;
	color:#454545;
	font-size:11px;
	}

.news_frame .event a {
	text-decoration:none;
	font-size:11px;
	color:#757575;
	}

.news_frame .event a:hover{
	text-decoration:underline;
	}

.news_frame .link {
	float:left;
	width:205px;
	margin:20px 0px 0px 0px;
	text-align:right;
	font-size:10px;
	padding:6px 15px 6px 0px;
	background:#F2F2F2;
	}

.news_frame .link a {
	color:#888888;
	text-decoration:none;
	}

.news_frame .link a:hover {
	color:#656565;
	}


/* Encart - Contact */
.contact_frame {
	float:right;
	width:220px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:25px 0px 10px 0px;
	color:#666666;
	font-size:11px;
	line-height:14px;
	}

.contact_frame img{
	float:left;
	margin:0px 0px 0px 0px;
	}

.contact_frame .content{
	margin:12px 0px 10px 17px;
	float:left;
	color:#707070;
	}

.contact_frame .content p{
	color:#707070;
	}

.contact_frame .content b{
	font-family:'Arial', 'helvetica', sans-serif;
	font-weight:bold;
	color:#454545;
	font-size:11px;
	}

#number{
	float:left;
	margin:0px 0px 0px 15px;
	}


/* Encart - Accès rapide */
.quick_links_frame {
	float:left;
	width:220px;
	text-align:left;
	padding:0px 15px 0px 15px;
	margin:40px 0px 0px 0px;
	}

.quick_links_frame .list{
	float:left;
	width:220px;
	margin:10px 0px 0px 0px;
	}

.quick_links_frame .list div{
	width:206px;
	font-size:11px;
	padding:8px 4px 9px 10px;
	background:url('../media/dotted_line_03.gif') repeat-x 0px bottom;
	}

.quick_links_frame .list p{
	width:216px;
	background:url('../media/blue_arrow.gif') no-repeat 195px 3px;
	}

.quick_links_frame .list a{
	text-decoration:none;
	color:#4D4D4D;
	}

.quick_links_frame .list a:hover{
	color:#006CB8;
	}


/* FOOTER */
#footer{
	font-size:10px;
	color:#737373;
	margin:8px 0px 0px 0px;
	}

#footer a{
	color:#737373;
	text-decoration:none;
	}

#footer a:hover{
	color:#999999;
	}