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

body{
	margin:0px;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #848484;
}

#main{
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
}

#header{
	height:169px;
	position: relative;	
}

#logo{
	width:207px;
	height:185px;
	text-align: center;
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 0px;
	background-image: url(../images/box_logo.png);
}

#logo img{
	padding-top:13px;
}

#logo .rbq{
	font-size:10px;
	text-align:right;
	font-weight:bold;
	padding-right:38px;
	color: #2979B2;
}


#main_menu{
	background-color: #FFF;
	position: absolute;
	z-index: 10;
	height: 28px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	
}

#contact{
	font-size: 18px;
	line-height: 18px;

	color: #FFF;
	margin:0px;
	padding:0px;
	position: absolute;
	top: 60px;
	right: 18px;
	text-align:right;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#contact .tel{
	font-size: 24px;
	line-height: 24px;
	
}
#contact a{
	color: #FFF;
	text-decoration:none;
	
}

#contact a:hover{
	color: #8bb2df;
	text-decoration:none;
	
}

#main_menu a{
	color: #FFF;
	text-decoration:none;
	
}

#main_menu a:hover{
	color: #8bb2df;
	text-decoration:none;
	
}


#main_menu ul{
	margin:0px;
	padding:0px;
	margin-right:18px;
	float:right;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
	list-style-type:none;
	color: #FFF;
	background-color: #132e51;
	height: 100%;
	font-size:14px;
}

#main_menu ul li{
	display:block;
	float:left;
	line-height: 28px;
	padding-right: 11px;
	padding-left: 11px;
	color: #8bb2df;
}



.break{
	clear:both;
	height:0px;
	overflow:hidden;
	
}

#content{
	background-color: #FFF;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
}

#content p{
	margin-top:0px;
	margin-bottom:18px;
	text-align:justify;
	line-height: 18px;
	
}

#content .col_2_3{
	float:left;
	margin-right:18px;
	width:610px;
	
}



#content .col_1_3{
	float:left;
	margin-right:18px;
	width:296px;
	
}

#content .col_half{
	float:left;
	width:453px;
	
}

#content .line{
	background-color:#b1b3b4;
	height:1px;
	margin-bottom:18px;
	margin-top:18px;
	
}

#content .col_2_3 .col_half{
	
	width:296px;
	
}

#content .left{
	
	float:left;
	
}

#content .right{
	
	float:right;
	
}

#content .last{
	margin-right:0px;
	
}

#content .cont_img{
	border: solid 2px #FFF;
	position:relative;
	margin-bottom:18px;
}

#content .cont_img .shadow_bottom{
	background-image: url(../images/shadow_cont_img_bottom.png);
	position: absolute;
	height: 14px;
	width: 100%;
	left: 0px;
	bottom: -16px;
	
	
}


#content .cont_img .shadow_right{
	background-image: url(../images/shadow_cont_img_right.png);
	position: absolute;
	height: 100%;
	width: 16px;
	background-repeat: no-repeat;
	background-position: bottom;
	right: -16px;
	bottom: -15px;
}

#content .cont_img .shadow_left{
	background-image: url(../images/shadow_cont_img_left.png);
	position: absolute;
	height: 100%;
	width: 16px;
	background-repeat: no-repeat;
	background-position: bottom;
	left: -16px;
	bottom: -15px;
}

#content .g_box{
	border: solid 1px #e9e9e9;
	padding:3px;
	background-color:#FFF;
	
}

#content .g_box h2{
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #737373;	
	margin:0px;
	padding:0px;
	margin-bottom:18px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-bottom:none;
	
}

#content .g_box .txt{
	background-color:#f4f4f4;
	padding:8px;
	
}

#content .g_box a.link{
	background-image: url(../images/arrow_box_g.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	margin-bottom: 24px;
	padding-right:18px;
	margin-right:0px;
	font-size: 11px;
	text-transform: uppercase;
	display:block;
	
}

#content .g_box a.link:hover{
	
	padding-right:15px;
	margin-right:3px;
	
}

#content .g_box a{
	color: #848484;
	text-decoration: none;	
	
}

#content .g_box a:hover{
	color:#2979b2;
	text-decoration: none;	
	
}

#content .g_box a{
	color: #848484;
	text-decoration: none;	
	
}

#content h1{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #49484b;	
	margin:0px;
	padding:0px;
	margin-bottom:18px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-bottom: solid 1px #b1b3b4;
	padding-bottom:9px;
}

#content h2{
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #49484b;	
	margin:0px;
	padding:0px;
	margin-bottom:18px;
	border-bottom: solid 1px #b1b3b4;
	padding-bottom:9px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
}

#content ul{
	padding:0px;
	list-style-type:none;
	margin-bottom:18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 18px;
	
	
}

#content ul li{	
	line-height: 20px;
	background-image: url(../images/arrow_box_g.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
}

#content .g_box ul li{
	color:#2979b2;
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
	background-image: url(../images/bullet_content.png);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left:18px;
}

#content .thumb{
	border: solid 1px #e9e9e9;
	padding:3px;
	background-color:#FFF;
	margin-right:18px;
	width:288px;
	float:left;
	margin-bottom:18px;
}

#content .col_1_3 .thumb{
	
	margin-right:0px;
	
	margin-bottom:18px;
}

#content .thumb.last{
	
	margin-right:0px;
	
}

#content .cont_top .cont_img{
	width:606px;
	float:left;
}

#content .cont_top .cont_txt{
	width:307px;
	float:left;
	border-top: solid 1px #e9e9e9;
	border-left: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	padding:3px;
	background-color:#FFF;
	height:209px;
	margin-top:18px;
}

#content .cont_top .txt{
	background-color:#f4f4f4;
	padding:8px;
	height:193px;
	position:relative;
	overflow:hidden;
	
}

#content .cont_top .txt .square{
	background-color:#f9f9f9;
	position: absolute;
	left: 8px;
	bottom: 8px;
	height:50px;
	width:100%;
	border-radius:15px;
	
	
}

#content .cont_top h1{
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #49484b;
	margin:0px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-bottom:none;
	padding-top: 46px;
	padding-left: 16px;	
	
}

#content .cont_top h1 span{
	text-transform:uppercase;
	color:#2979b2;
	
}

#content .sharer{
	padding-top:9px;
	border-top:solid 1px #e8e9e9;
	text-align:right;
	margin-bottom:18px;
	margin-top: 18px;
	
}

#content .sharer .txt{
	font-size:10px;
	padding-top:3px;
	float:right;
	padding-right:10px;
	
}

#content .sharer .addthis_toolbox {
	float:right;
	
}

#footer{
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:46px;
	font-size: 11px;
}

#footer .txt{
	padding-top: 18px;
	float:right;
	margin-right:18px;
}

#footer ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-bottom:18px;
	float:left;
	padding-top: 18px;
}

#footer ul li{
	display:block;
	float:left;
	padding-left: 18px;
	
}

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

#content a{
	color: #2979B2;
	text-decoration:none;
}

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

#content a:hover{
	color: #2979B2;
	text-decoration:underline;
}



form input[type="text"]{
	width:290px;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	margin-bottom:8px;
	border: solid 1px #b1b3b4;
	font-style:italic;
	color:#a7a7a7;
}

form input[type="submit"]{
	color: #FFF;
	background-color: #2979b2;
	padding: 3px;
	border: none;
	font-size: 12px;
	float:right;
	
}

form input[type="submit"]:hover{
	
	background-color: #132e51;
	
	
}

form textarea:focus{
	color:#2979b2;
}

form input[type="text"]:focus{
	color:#2979b2;
}

form textarea{
	width:290px;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:15px;
	margin-bottom:8px;
	height:75px;
	border: solid 1px #b1b3b4;
	font-style:italic;
	color:#a7a7a7;
}

.note_rouge{
	color:#F00;
	
	
}

.note_bleu{
	color:#2979B2;
	
	
}
