﻿/* CSS d'EXEMPLE CAHIER DES CHARGES 2008 */
/* date : 23.10.07 */
/* unités : px */
@charset "utf-8";

/* ________________________________________________ => CORPS DE PAGE */

body {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #000;
	background-image: url(gfx/background.gif);
}
.container {
	text-align: left;
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
}
.container_acc { background: url(gfx/bg_container_acc.jpg) no-repeat; text-align: left; }
.contenu {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.orange{
	color: #BF111B;
}
.marron{ color: #FFFFFF; }
.marron1{ color: #FFFFFF; }
.blanc{ color: #ffffff; }
.margebas { margin-bottom: 10px; }	
.margedroite{ margin-right: 20px; }
.margegauche{ margin-left: 10px; }
.floatleft { float:left;}
.floatright { float:right;}
.clearfloat {clear:both;}

/* ________________________________________________  => LIENS */

a {color: #666666; text-decoration: none; font-size: 11px; }
a:hover { text-decoration: underline; }

/* ________________________________________________ => HAUT DE PAGE */

.top1 { padding-top: 28px; }
.top2 { padding-top: 22px; text-align: right; padding-right: 20px; }
.plan { float: right; padding-top: 28px; }
.flash { padding-right: 7px; }
.top3 { text-align: right; padding-top: 6px; padding-right: 30px; }
.top4 { padding-top: 26px; }
.top5 { font-size: 16px; color: #FFFFFF; }
.top6 { margin-top: 8px; margin-bottom: 6px; }
.menu1 {
	font-size: 12px;
	color: #15161A;
	display: inline-block;
	float: right;
	margin-left: 1px;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.menu1:hover {
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	background-color: #BF111B;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
}
.menu2{ color: #FFFFFF; font-size: 10px; text-transform: uppercase; background: url(gfx/ico_plan.gif) no-repeat; display: block; float: right; padding-left: 30px; padding-top: 9px; padding-bottom: 7px; }
.selected { text-decoration: none; background: url(gfx/bg_menu.gif) no-repeat right; padding-top: 8px; padding-bottom: 14px; margin-top: 0px; }

/* ________________________________________________ => MARGE GAUCHE */

.left1 { padding-top: 60px; padding-left: 30px; font-size: 13px; color: #FFFFFF; }
.left2 { font-size: 11px; color: #DDDDDD; background: #605A53; padding: 10px; text-align: justify; margin: 0px; }
.left3 { padding-top: 30px; padding-right: 26px; padding-left: 40px; }
.left4 { text-align: right; padding-top: 3px; padding-right: 25px; margin: 0px; }
.left5 { color: #BF111B; font-size: 16px; text-align: justify; padding-top: 6px; padding-bottom: 17px; padding-left: 0px; }
.left6 { color: #82705C; font-size: 11px; text-align: left; padding-bottom: 25px; }
.left7 {
	color: #BF111B;
	font-size: 16px;
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 17px;
	padding-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
}
.left8 {
	font-size: 11px;
	color: #82705C;
	height: 207px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 5px;
	text-align: justify;
}
.titre1 {
	color: #FFFFFF;
	display: inline-block;
	padding: 0px 2px 1px;
	background-color: #BF111B;
}
.titre2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menu3 {
	font-size: 11px;
	color: #FFFFFF;
	padding: 1px 5px 2px;
	display: inline-block;
	float: left;
	margin-top: 3px;
	background-color: #BF111B;
}
.menu3:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}

/* ________________________________________________ => BAS DE PAGE */


.footer {
	font-size: 10px;
	color: #F00;
	text-align: left;
	padding: 28px 0px 16px 28px;
	width: 550px;
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
}
.footer a {
	color:#FFF;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
}
.footer a:hover {text-decoration:underline;}
.footer_acc { text-align: left; background: #FFFFFF url(gfx/bg_bottom.gif) no-repeat; padding: 28px 0px 6px 40px; font-size: 10px; color: #FFFFFF; }
.footer2 {
	font-size: 10px;
	color: #F00;
	text-align: left;
	padding: 28px 0px 16px 28px;
	width: 550px;
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
}
.footer2 a {
	color:#FFF;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
}
.footer2 a:hover {text-decoration:underline;}
.footer2_acc { text-align: left; background: #FFFFFF url(gfx/bg_bottom.gif) no-repeat; padding: 28px 0px 6px 40px; font-size: 10px; color: #FFFFFF; }
.footer1 { background: url(gfx/bg_bottom.gif); height: 91px; }
.footer1_acc {
	height: 50px;
	background-color: #151619;
	background-image: url(gfx/bg_bottom_acc.gif);
	background-repeat: no-repeat;
}
.button_top { float: right; padding-right: 19px; padding-top: 1px; }
.mentions{
	margin: 0;
	font-size: 10px;
	color: #A09694;
	height: 30px;
	text-align: right;
	padding-top: 3px;
	padding-right: 30px;
	padding-left: 0px;
	background-color: #000;
}
.drapeaux { margin: 3px 5px 5px; }

/* ________________________________________________ => CONTENT */

.content { padding-top: 30px; }
.content1 {
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
.content2 {
	padding-top: 20px;
	text-align: left;
	padding-bottom: 20px;
}
.content3{ border-left: 3px solid #DCE1AB; padding-left: 20px; text-align: justify; }
.content4 { font-size: 16px; color: #BF111B; padding-bottom: 15px; }
.content5 {
	padding-top: 0px;
	font-size: 11px;
	color: #474F5B;
	text-align: justify;
	padding-left: 9px;
	padding-bottom: 15px;
	padding-right: 9px;
}
.content6 { font-size: 11px; color: #474F5B; padding-left: 20px; border-left: 1px dotted #7F7F7F; text-align: justify; }
.content7 { font-size: 11px; color: #474F5B; text-align: justify; }
.content8 { font-size: 14px; color: #94A70F; border-left: 3px solid #94A70F; padding-left: 20px; }
.content9{ font-size: 11px; color: #474F5B; text-align: justify; }
.content10{ border-left: 1px dotted #7F7F7F; }
.titre3 {
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 0px;
	background-color: #BF111B;
	padding-bottom: 1px;
}
.xiti { margin-top: 30px; }

/* ________________________________________________ => TITRES */

h1 {
	color:#FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
h2 { color:#BF111B; font-size: 14px; font-weight: normal; margin: 0px; }		
.stitre { font-size: 24px; font-weight: normal; line-height: normal; }	
.stitre1 { color: #94A70F; font-weight: normal; font-size: 24px; font-family: Georgia, "Times New Roman", Times, serif; }

/* ________________________________________________ => FORMULAIRE */

.formulaire {
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-SIZE: 11px;
	BORDER-LEFT: medium none;
	WIDTH: 100%;
	COLOR: #000;
	BORDER-BOTTOM: medium none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color: #F5F2EB;
}
.formulaire_bouton 
{
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: medium none;
	WIDTH: 49%;
	COLOR: #000;
	BORDER-BOTTOM: medium none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #F5F2EB
}
.titre10 {

	color: #000000;
	display: inline-block;
	padding: 0px 2px 1px;
	background-color: #FFFFFF;
}
.titre11 {
	color: #000000;
	display: inline-block;
	padding: 0px 2px 1px;
	background-color: #FFFFFF;
	font-size: 18px;
}
.left10 {
padding-top: 20px; padding-left: 30px; font-size: 13px; color: #FFFFFF;
}

