/* BODY */
body {
	font: normal 62.5% "Trebuchet MS",sans-serif;
	text-align: center;
	color: #111;
	background: url(../images/bg.gif) top center repeat-x #303030;
}

/* CONTENEUR */
.container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	font-size: 1.2em;
	background-color: #fff;
}

/* EN-TĘTE */
.header {display: block; width: 900px; height: 248px;}
.langue {
	display: block;
	text-align: right;
	width: 840px;
	height: 14px;
	padding: 2px 30px;
	background-color: #b3071b;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

.banner1 {display: block; width: 900px; height: 230px; background-image: url(../images/bg_banner1.jpg); background-repeat: no-repeat;}
.banner2 {display: block; width: 900px; height: 230px; background-image: url(../images/bg_banner2.jpg); background-repeat: no-repeat;}
.banner3 {display: block; width: 900px; height: 230px; background-image: url(../images/bg_banner3.jpg); background-repeat: no-repeat;}

.banner1 img, .banner2 img, .banner3 img {display: block;}

.menu_top {display: block; width: 900px; height: 22px;}

/* CONTENU */
.content {
	font-size: 1.2em;
	width: 744px;
	margin-left: 156px;
	margin-top: 30px;
}

.wrapper {
	float: left;
	width: 100%;
}

/* MENU DE GAUCHE */
.gauche {
	float: left;
	margin-left: -900px;
	width: 156px;
	height: 600px;
	margin-top: 30px;
}

.menu_gauche {
	float: left;
	margin-left: -900px;
	width: 156px;
	height: 600px;
}

/* PIED DE PAGE */
.footer {
	clear: both;
	margin: 10px 0;
}

/* LIENS */
a {color: #111; text-decoration: none;}
a:hover {color: #111; text-decoration: underline;}

.langue a {color: #111; text-decoration: none;}
.langue a:hover {color: #fff; text-decoration: underline;}
.langue #active {color: #fff; text-decoration: underline;}

ul.inclus2 li a {color: #004c99; text-decoration: none;}
ul.inclus2 li a:hover {color: #004c99; text-decoration: underline;}

/* TITRES */
h1 {color: #004c99; font-size: 1.2em; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
h2 {color: #b3071b; font-size: 1.2em; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
h3 {color: #111; font-size: 1.1em; font-weight: normal; text-transform: uppercase; margin: 10px 0;}
h4 {color: #004c99; font-weight: bold;}
h1 span {text-transform: none;}
h2 span {text-transform: none;}

/* PARAGRAPHES */
p {margin-bottom: 10px;}
.texte {padding: 15px 30px; width: 565px; text-align: left;}
.texte2 {padding: 15px 30px; width: 650px; text-align: left;}
.paragraphe1 {color: #b3071b; text-transform: uppercase;}
div.grandeurs {color: #fff; background-color: #b3071b; padding: 3px; text-transform: uppercase;}

/* LISTES */
.menu_top ul {float: left;}
.menu_top li {list-style: none; float: left;}

ul.grandeurs, ul.inclus, ul.options {list-style: none; margin: 10px 0;}
ul.inclus2 {list-style: none; margin: 0;}
ul.options2 {list-style: none; margin-bottom: 10px;}

ul.grandeurs li {color: #b3071b; margin-left: 20px;}
ul.inclus li {color: #004c99; margin-bottom: 20px; list-style: url(../images/bullet.gif); margin-left: 30px;}
ul.inclus2 li {color: #004c99; margin-bottom: 20px; list-style: url(../images/bullet.gif); margin-left: 30px;}
ul.options li {color: #004c99; border-bottom: 1px solid #b3071b; padding-left: 20px;}
ul.options2 li {color: #111; font-weight: bold; margin-bottom: 20px; list-style: url(../images/bullet.gif); margin-left: 30px;}
ul.options2 li img {vertical-align: text-top;}

.menu_gauche ul {float: left; width: 156px; background-image: url(../images/bg_menu_gauche.gif); background-repeat: repeat-y;}
.menu_gauche li {display: block; list-style: none; text-align: center; width: 148px; margin-bottom: 10px;}
.menu_gauche li.last {display: block; list-style: none; text-align: center; width: 148px; margin-bottom: 0;}
.menu_gauche li a {display: block; width: 148px; background-color: #eae9e8; color: #b4071b; padding: 1px 0; text-transform: uppercase; text-decoration: none;}
.menu_gauche li a:hover {display: block; width: 148px; background-color: #111; color: #fff; padding: 1px 0; text-transform: uppercase; text-decoration: none;}

/* FORMULAIRES */
.text {
	color: #333;
	border: 1px solid #ddd;
	font-size: 1em;
}

textarea.text {font-size: 1.2em;}
input.text, textarea.text {padding: 0.15em;}
select.text option {padding-right: 10px;}

.button {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	background-color: #004c99;
	border: 1px solid #fff
}

/* EXTRA */
* {margin: 0; padding: 0;}
.special td {padding: 3px;}
.special2 td {color: #004c99;}
.clearer {clear: both;}
table {font-size: 1em;}
.filet {border: 1px solid #111;}
.separator {border-top: 1px solid #ddd;}
.bleu {color: #004c99; font-weight: bold;}