@charset "utf-8";
body {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #a5a698;
}
.twoColLiqLt #container {
	width: 100%;
	height: 600px;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #e6e6dc;
	background-image: url(../images/fond.gif);
}
.twoColLiqLt #sidebar1 {
	float: left;
	width: 300px; /* le remplissage en haut et en bas crée un espace visuel à l'intérieur de cet élément div  */
	height: 600px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
.twoColLiqLt #mainContent {
	height: 600px;
	width: 650px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 300px;
	background-color: #FFFFFF;
	background-image: url(../images/fondMain.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	text-align: center;
}
#scroll {
	font-size: 11px;
	padding-right: 25px;
	padding-left: 20px;
	color: #6b6b5f;
	height: 320px;
	margin-top: 20px;
	text-align: justify;
}
#scroll img {
	border: 0px #CCCCCC;	
}
#scroll a {
	text-decoration: none;
	color: #6b6b5f;
}
#scroll a:hover {
	text-decoration: none;
	color: #d31245;
}
#footer {
	font-size: 11px;
	color: #6b6b5f;
}
#footer a {
	color: #6b6b5f;
	text-decoration: none;
}
#footer a:hover {
	color: #d31245;
	text-decoration: none;
}
.titre {
	font-size: 12px;
	color: #d1053b;
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* CSS POUR MENU Vertical
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}*/
#menu {
	width: 100%;
	height: 130px;
}
#menu dl {
	float: left;
	width: 24%;
	margin: 0 1px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #a6a699;
}
#menu dd {
}
#menu li {
	text-align: center;
	font-size: 11px;
}
#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	height: 100%;
	margin: 0px;
	border: 0 none;
	color: #a6a699;
}
#menu li a:hover, #menu dt a:hover {
	color: #d31245;
}
/*MENU HORIZONTAL*/

dl, dt, dd, ul, li {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
#menuv {
	font-size: 11px;
	width: 150px;
	float: left;
	height: 300px;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #a6a699;
}
#menuv dt {
	font-weight:bold;
	color: #a6a699;
	cursor: pointer;
}
dl#menuv {
	width: 15em;
}
dl#menuv li a, dl#menuv dt a {
	color: #a6a699;
	text-decoration: none;
	
	border: 0 none;
	height: 20px;
}
dl#menuv li a:hover, dl#menuv dt a:hover {
	color: #d31245;
}
#Contact #champs {
	display: block;
	height: 20px;
	margin-bottom: 5px;
	width: 600px;
	padding: 0px;
}
#Contact #champsArea {
	display: block;
	height: 80px;
	width: 600px;
	padding: 0px;
	margin-top: 15px;
}
#Contact #champs label {
	width: 130px;
	display: block;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}
#Contact #champsArea label {
	width: 130px;
	display: block;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}
#Contact #champs input {
	width: 420px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d31245;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#Contact #champsArea textarea {
	width: 410px;
	border: 1px solid #d31245;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 70px;
	padding-right: 5px;
	padding-left: 5px;
}
#Contact #envoyer {
	margin-left: 460px;
	margin-top: 5px;
	border: 1px solid #d31245;
	background-color: #FFFFFF;
	width: 100px;
}
.messageErreur {
	color: #FF0000;
	display: block;
	text-align: center;
}
#message {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
#imprimer {
	float: right;
	font-size: 11px;
	color: #6b6b5f;
	padding-right: 25px;
}
#language {
	float: right;
	font-size: 11px;
	color: #6b6b5f;
	padding-right: 25px;
}
#language a {
	font-size: 11px;
	color: #6b6b5f;
	text-decoration: none;
}
#language a:hover {
	font-size: 11px;
	color: #d31245;
	text-decoration: none;
}
#corps {
}
