@charset "UTF-8";
/*CONTENU INDEX===============================================*/
#texteGauche {
	width: 240px;
	float: left;
	color: #999999;
	margin-left: 20px;
}
#texteGauche h1 {
	font-size: 2em;
	color: #915004;
	padding-bottom: 10px;
}
#texteDroit {
	width: 600px;
	margin-left: 280px;
	text-align: left;
}
/*CONTENU PAGE TYPE==========================================================*/
#site h1 {
	padding-bottom: 10px;
	color: #F60;
	font-weight: normal;
	font-size: 3em;
	}
#site h2 {
	padding-bottom: 10px;
	color: #3C0;
	}
#site h3 {
	padding-bottom: 10px;
	color: #000;
	}
#site h4 {
	padding-bottom: 10px;
	}
#site h5 {
	padding-bottom: 10px;
	}
#site h6 {
	padding-bottom: 10px;
	}
#site p {
	padding-bottom: 10px;
	font-size: 0.9em;
	color: #999;
	}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#site strong {
	color: #999;
	}
#site .encadre {
	background-color: #CCC;
	padding: 10px;
	margin-bottom: 10px;
}
#site .encadre h3{
	color: #FFF;
}
#site table {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-left-color: #FFF;
	margin-bottom:10px;
	}
#site th{
	background-color: #F0F0F0;
	color: #FFF;
	margin: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-right-color: #FFF;
	background-image: url(images/fond_bt_menu.jpg);
	background-repeat: repeat-x;
	background-position: 0px -7px;
	}
#site td {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	width:33%;
	}
#site tr{
	padding: 5px;
}
#site table .paire {
	background-color:#FFF0C9;
}
#site table .impaire {
	background-color:#FFFFE2;
}#site table .derniere_colone {
}
.obligatoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#site #texteGauche a {
	color: #FF6600;
}
#site #mentions p {
	font-size: 12px;
}
#site #mentions strong {
	font-weight: bold;
	color: #666666;
}
#site li {
	list-style-type: none;
	background-color: #EFEED9;
	width: 300px;
	margin-bottom: 10px;
}
#site li a {
	text-decoration: none;
	color: #FF6600;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#site li a:hover {
	color: #FFFFFF;
	background-color: #FF751A;
}
#site li strong {
	font-weight: bold;
	color: #333333;
}
#mentions h3 {
	color: #33CC00;
	font-size: 1.2em;
}
legend {
	font-size: .7px;
	color: #999999;
}

