@import "html.css";
@import "form.css";
/* Classes CSS specifiques */
#background {
	background-image: url(../imgs/design/back_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#layout {
	width: 870px;
	margin: 0px auto;
	color: #FFF;
}
#logo {
	float: left;
	height: 78px;
	width: 158px;
	margin-top: 40px;
	margin-left: 68px;
}
#form {
	width: 600px;
	height: 300px;
}
#left_content {
	width: 411px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	display: inline;
	float: left;
	background-image: url(/imgs/design/left.jpg);
	background-repeat: no-repeat;
	height: 800px;
	clear: left;
}
#left_content .innerbox {
	margin-left: 48px;	
}
#content {
	width: 420px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	margin-right: 20px;
	display: inline;
	float: right;
	clear: right;
}
#menu {
	text-align: left;
	margin-left: 18px;
	height: 224px;
	width: 411px;
	margin-top: 3px;
}
#fildepresse {
	border: 1px solid #ECECEC;
	height: 60px;
	width: 648px;
	padding: 1px;
}
#menu ul {
	margin: 0px;
}
#menu li {
	display: inline;
	margin-right: 30px;
	margin-left: 10px;
}
#menu li a {
	color: #FFF;
}
#langue {
	float: right;
	font-size: 10px;
	margin-top: 25px;
	margin-right: 25px;
}
#langue a {
	color: #104f79;
}
#footer {
	clear: both;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 20px;
}
#footer p {
	font-size: 10px;
}
.colimg {
	width: 110px;
	float: left;
	margin-right: 5px;
	margin-left: 10px;
}
.colimg img {
	margin-bottom: 10px;
}
.close {
	clear: both;
}
.icon {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
	margin-right: 10px;
}
.marge {
	margin-left: 45px;
}
.marge2 {
	margin-left: 20px;
}
.right_box {
	margin-top: 80px;
	margin-left: 10px;
	float: left;
	width: 240px;
}
/* Classes des photos du site */
.photos {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #ECECEC;
	border: 1px solid #CCC;
	display: inline;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}
.photos img {
	border: 1px solid #CCC;
	margin: 4px;
	width: 100px;
}
.photos a img {
	width: auto;
}
/* Classes pour les listes d'articles */
.article {
	clear: both;
	background-image: url(../imgs/design/split_content.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.article a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	border: 1px solid #FFFFFF;
}
.article h3 {
	margin-top: 0px;
}
.article a:hover {
	background-image: url(../imgs/design/split_content.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	border: 1px solid #ECECEC;
}
.article .close {
	height: 0px;
	background-image: none;
}
.article .innerbox {
	margin-top: 0px;
	margin-bottom: 0px;
}
.spacer {
	margin-top: 10px;
	margin-bottom: 10px;
}
#subfooter {
	clear: both;
	text-align: center;
	margin: 10px;
	font-size: 9px;
	line-height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#map {
	height: 320px;
	width: 485px;
	margin: 12px;
}
.floatingbox {
	width: 208px;
	display: inline;
	margin: 10px;
	float: left;
	text-align: left;
}
.innerbox {
	margin: 20px;
}
.floating_btn {
	float: right;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-right: 7px;
}
