@import url("navigation.css");


/* default CLASS and ID */
body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url('../media/bg_m1.gif') repeat-x 0px 0px #fff;
	font:11px/1.5 'verdana', 'arial', 'helvetica', sans-serif;
	}

body, html {
	}

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

#site_body {
	position:relative;
	width:980px;
	margin:0px auto 0px auto;
	display:table;
	}

#site_body .container{
	float:left;
	width:980px;
	padding-bottom:10px;
	background:url('../media/container_bg.gif') repeat-y 480px 0px;
	}

#site_body .container .m1 {
	float:left;
	width:570px;
	padding-top:10px;
	padding-bottom:40px;
	padding:20px 0px 10px 0px;
	}

#site_body .container .right_frame{
	float:right;
	width:300px;
	padding:40px 0px 20px 0px;
	}

#header {
	float:left;
	width:980px;
	height:108px;
	/*background:url('../media/header_bg.png') no-repeat center bottom;*/
	color:#fff;
	}

#header .top{
	float:left;
	width:960px;
	text-align:right;
	color:#909090;
	font-weight:bold;
	font-size:13px;
	padding:12px 0px 11px 0px;
	font-family:'Arial', 'Helvetica', sans-serif;
	}

#header .top strong{
	font-size:13px;
	color:#dddddd;
	font-weight:bold;
	}

#header .top img{
	float:left;
	margin-left:0px;
	}

#footer {
	width:100%;
	padding:20px 0px 50px 0px;
	margin-top:1px;
	background:url('../media/footer_bg.gif') repeat-x 0px 0px #fafafa;
	}

#footer div {
	margin:0px auto 0px auto;
	width:960px;
	text-align:right;
	color:#AAAAAA;
	font-size:10px;
}

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

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


/* Encart - Actualités */
.news_frame {
	float:left;
	width:200px;
	height:157px;
	margin:0px 0px 0px 0px;
	padding:30px 25px 0px 25px;
	background:url('../media/news_bg.gif') no-repeat 0px 0px;
	}

.news_frame .event {
	float:left;
	width:195px;
	height:80px;
	font-size:11px;
	font-family:'Arial', 'helvetica', sans-serif;
	padding:0px 5px 0px 0px;
	margin:5px 0px 0px 0px;
	}

.news_frame .event b {
	font-weight:bold;
	color:#404040;
	}

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

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

.news_frame .link {
	float:left;
	width:190px;
	margin:10px 0px 0px 0px;
	text-align:right;
	font-size:10px;
	padding:5px 10px 7px 0px;
	background:#F2F2F2;
	}

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

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


/* Encart - Contact */
.contact_frame {
	float:left;
	width:300px;
	text-align:left;
	}

.contact_frame h4{
	font-family:'Arial', 'helvetica', sans-serif;
	color:#8bb500;
	font-size:19px;
	line-height:24px;
	margin:0px;
	padding:0px 0px 4px 0px;
	font-weight:normal;
	}

.contact_frame p{
	padding:2px 0px 5px 0px;
	color:#737373;
	font-size:12px;
	}

.contact_frame strong{
	color:#505050;
	}

.contact_frame .content a{
	color:#F06112;
	text-decoration:none;
	padding:0px 0px 0px 18px;
	background:url('../media/orange_arrow.gif') no-repeat 0px 0px;
	}

.contact_frame .content a:hover{
	text-decoration:underline;
	}


/* Home */
.home {
	margin-top:10px;
}


.home .ztitle {
	float:left;
	font-family:'Arial', 'Helvetica', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	padding:10px 0px 10px 0px;
	margin-top:15px;
	margin-bottom:7px;
	color:#aaaaaa;
	font-weight:normal;
	border:1px #cccccc solid;
	border-style:solid none solid none;
	width:570px;
	text-align:left;
}

/* 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/orange_arrow.gif') no-repeat 195px 3px;
	}

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

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