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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #666666;
}
.blanc {
	background-color: #FFFFFF;
	width: 800px;
	height: auto;
}
.envlopper {
	background-color: #FFFFFF;
	height: auto;
	width: 763px;
	padding-right: 5px;
	padding-left: 32px;
	text-align: left;
	vertical-align: top;
	display: block;
	padding-bottom: 20px;
}
.global {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.head {
	background-image: url(thems/head.png);
	height: 115px;
	width: 800px;
	margin-bottom: 5px;
}
.gauche {
	background-color: #BC2341;
	height: 200px;
	width: 170px;
	margin-right: 10px;
	display: block;
	float: left;
	background-image: url(thems/r12.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: top;
	margin-bottom: 115px;
}
.central {
	height: auto;
	width: 568px;
	position: relative;
	display: block;
	top: 3px;
	margin-left: 180px;
	background-color: #E5E6E6;
	background-image: url(thems/r22.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 30px;
}
.central-1 {
	height: auto;
	width: 568px;
	position: relative;
	display: block;
	top: 3px;
	margin-left: 180px;
	background-image: url(thems/centra-1.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 30px;
}
.central-2 {
	height: auto;
	width: 568px;
	position: relative;
	display: block;
	top: 3px;
	margin-left: 180px;
	background-image: url(thems/centra-2.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 30px;
}
.central-3 {
	height: auto;
	width: 568px;
	position: relative;
	display: block;
	top: 3px;
	margin-left: 180px;
	background-image: url(thems/centra-3.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 30px;
}
.central-4 {
	height: auto;
	width: 568px;
	position: relative;
	display: block;
	top: 3px;
	margin-left: 180px;
	background-image: url(thems/centra-4.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 30px;
}
.footer {
	background-image: url(thems/foot.png);
	background-repeat: no-repeat;
	height: 115px;
	width: 800px;
	bottom: 20px;
}
.h1 {
	background-image: url(thems/r11.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 170px;
}
.marger {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 155px;
	border-bottom-width: 0;
	
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.glossymenu li a{
	color: #FFFFFF;
	display: block;
	width: 155px;
	padding-left: 5px;
	text-decoration: none;
	height: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 10px;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 155px;
}
.glossymenu li a:hover{
	color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#image {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}
form{
	margin: 0px;
	padding: 0px;
}
.contour {
	padding: 4px;
	border: 1px solid #000000;
}