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

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 125px;
	margin: 0px;
	padding: 0px;
	background-color: #252525;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	text-align: left;
}
#header {
	height:126px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header .langues {
	padding-top:5px;
	padding-right:5px;
	margin-top:0px;
	text-align:right;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
}
#header .langues a {
	text-decoration: none;	
	color:#CCC;
	
}
#header .langues a:hover {
	text-decoration: none;	
	color:#13E2F5;
}



#menu {
	height:35px;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 100px;
	
}
#page {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}
#gabarit {
	margin-left:auto;
	margin-right:auto;
}
#content {
	margin-left:auto;
	margin-right:auto;
}
/*Template Home*/
.home {
	width: 982px;
	margin-left:auto;
	margin-right:auto;
}
/*Page*/
.page {
	width: 982px;
	margin-left:auto;
	margin-right:auto;
}
.page .contenu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width:982px;
	background-color: #FFF;
}
.contenu .titre {
	float:left;
	width:90px;
	padding: 0;
	margin: 0;
}
.contenu .content {
	float:left;
	width:672px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
.contenu .image {
	float:left;
	width:220px;
	padding: 0;
	margin: 0;
}



.page #col_left {
	width:610px;
	float:left;
}
.page #col_left #col1 {
	width:130px;
	height: 355px;
	float:left;
	background-image: url(../images/p-bg_box1.jpg);
	background-repeat: no-repeat;
}
.page #col_left #col1 .text {
	color:#FFF;
	padding-top: 80px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:20px;
}
.page #col_left #col2 {
	width:480px;
	float:left;
	height: 355px;
	background-image: url(../images/p-bg_box2.jpg);
	background-repeat: no-repeat;
}
.page #col_left #col2 .text {
	color:#FFF;
	padding-top: 80px;
	padding-left: 130px;
	padding-right: 30px;
	padding-bottom: 20px;
}
.page #col_left #col3 {
	width:610px;
	float:left;
	background-image: url(../images/c-bg_box3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.page #col_left #col3 .text {
	color:#000;
	padding-top: 20px;
	padding-left:20px;
	padding-right:30px;
	padding-bottom:30px;
	background-image: url(../images/c-bg_box3-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height : 320px;
	height : 100%; /*! Important*/
	height : 100%;
}
.page #col_right {
	width:365px;
	float:left;
	height: 355px;
	margin-left: 0px;
}
.page #col_right #col1_right {
	width:365px;
	height: 355px;
	float:left;
	background-image: url(../images/bg_boxR2.jpg);
	background-repeat: no-repeat;
}
.page #col_right #col2_right {
	width:365px;
	float:left;
	background-image: url(../images/c-bg_box4.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.page #col_right #col2_right .text {
	color:#000;
	padding-top: 20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	background-image: url(../images/c-bg_box4-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height : 320px;
	height : 100%; /*! Important*/
	height : 100%;
}
*:first-child+html #footer {
	margin-top:390px;
}
#footer {
	/*height:30px;*/
	float:left;
}
#footer .content {
	text-align:left;
	padding-right:5px;
	padding-top:0px;
	margin-top:0px;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
}
#footer .content a {
	text-decoration: none;	
	color:#CCC;
	
}
#footer .content a:hover {
	text-decoration: none;	
	color:#13E2F5;
}

/*#footer {
	margin-right: auto;
	margin-left: auto;
	width: 975px;
}*/
#footer #colL {
	width: 610px;
	float:left
}
#footer #colL .text {
	padding-left:10px;
	text-align:left;
}
#footer #colR {
	width: 365px;
	float:left
}
#footer #colR .text {
	padding-right:10px;
	text-align:right;
}

