﻿/* 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; background: #FFFFFF url(gfx/background.gif); margin: 0px; padding: 0; text-align: center; color: #333333; }
.container { background: #FFFFFF url(gfx/bg_content.jpg) no-repeat; text-align: left; }
.container_acc { background: url(gfx/bg_container_acc.jpg) no-repeat; text-align: left; }
.contenu { font: normal 11px Arial, Helvetica, sans-serif; color: #474F5B; }
.orange{ color: #E39229; }
.marron{ color: #A0440D; }
.marron1{ color: #695A4A; }
.blanc{ color: #fffff0; }
.margebas { margin-bottom: 10px; }	
.margedroite{ margin-right: 20px; }
.margegauche{ margin-left: 10px; }
.floatleft {
	float:left;
	width: auto;
}
.floatright {
	float:right;
	width: auto;
}
.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;
	width: auto;
}
.flash { padding-right: 7px; }
.top3 { text-align: right; padding-top: 6px; padding-right: 20px; }
.top4 { padding-top: 26px; }
.top5 { font-size: 16px; color: #554D4D; }
.top6 { margin-top: 8px; margin-bottom: 6px; }
.menu1 {
	font-size: 12px;
	color: #fffff0;
	padding: 4px 15px 4px 12px;
	display: inline-block;
	background: #663333;
	float: right;
	margin-left: 1px;
	margin-top: 8px;
	width: auto;
}
.menu1:hover { text-decoration: none; background: url(gfx/bg_menu.gif) no-repeat right; padding-top: 8px; padding-bottom: 14px; margin-top: 0px; }
.menu2{
	color: #695A4A;
	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;
	width: auto;
}
.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: #3E4D4A; }
.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: #622f2f; font-size: 16px; text-align: justify; padding-top: 6px; padding-bottom: 17px; background: url(gfx/bg_titre1.gif) no-repeat; padding-left: 43px; }
.left6 { color: #82705C; font-size: 11px; text-align: left; padding-bottom: 25px; }
.left7 { color: #622f2f; font-size: 16px; text-align: justify; padding-top: 2px; padding-bottom: 17px; background: url(gfx/bg_titre2.gif) no-repeat; padding-left: 43px; }
.left70 {
	color: #622f2f;
	font-size: 16px;
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 17px;
	padding-left: 0px;
}
.left8 {
	background: url(gfx/visuel2.gif) no-repeat;
	font-size: 11px;
	color: #82705C;
	height: 200px;
	padding-left: 50px;
	padding-top: 15px;
	padding-right: 20px;
}
.left80 {
	background: url(gfx/visuel2.gif) no-repeat;
	font-size: 11px;
	color: #82705C;
	height: 100px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
}
.titre1 { color: #fffff0; display: inline-block; background: #4A5644; padding: 0px 2px 1px; }
.titre2 { font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; color: #fffff0; }
.menu3 {
	font-size: 11px;
	color: #fffff0;
	padding: 1px 5px 2px;
	display: inline-block;
	background: #845B5A;
	float: left;
	margin-top: 3px;
	width: auto;
}
.menu3:hover { color: #fffff0; background: #605A53; text-decoration: none; }

/* ________________________________________________ => BAS DE PAGE */


.footer { font-size: 10px; color: #ADB170; text-align: left; background: #FFFFFF url(gfx/bg_bottom.gif) no-repeat; padding: 28px 0px 16px 35px; }
.footer a { color: #fffff0; 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: #fffff0; }
.footer1 { background: url(gfx/bg_bottom.gif); height: 91px; }
.footer1_acc { background: #FFFFFF url(gfx/bg_bottom_acc.gif) no-repeat; height: 50px; }
.button_top {
	float: right;
	padding-right: 19px;
	padding-top: 1px;
	width: auto;
}
.mentions{
	margin: 0;
	font-size: 10px;
	color: #A09694;
	height: 30px;
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	background: #FFFFFF;
}
.drapeaux { margin: 3px 5px 5px; }

/* ________________________________________________ => CONTENT */

.content { padding-top: 30px; }
.content1 { text-align: left; border-left: 1px solid #DBD1CC; }
.content2 { padding-top: 20px; text-align: justify; padding-bottom: 20px; }
.content3{ border-left: 3px solid #DCE1AB; padding-left: 20px; text-align: justify; }
.content4 { font-size: 16px; color: #554D4D; text-align: justify; padding-bottom: 15px; }
.content5 { padding-top: 0px; font-size: 11px; color: #474F5B; text-align: justify; padding-left: 18px; padding-bottom: 15px; }
.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: #fffff0; background: #4A5644; padding-right: 3px; padding-left: 3px; }
.xiti { margin-top: 30px; }

/* ________________________________________________ => TITRES */

h1 { color:#000000; font-size: 18px; font-weight: normal; margin: 0px; }
h2 { color: #622f2f; 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: #695A4A; 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: #695A4A; BORDER-BOTTOM: medium none; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #F5F2EB }
