@charset "UTF-8";
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| HTML & GLOBAL ||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body {
	background-image: url(../images/background.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #D8AE72;
	margin: 0px;
	color: #1A171B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #696b00;
	text-decoration: none;
}

a:hover {
	color: #5b2f17;
	text-decoration: none;
}

p {
	padding: 0px;
}

table {
	padding: 0px;
}

.tableauGlobal
{
	width: 100%;
	/* A décommenter si le contenu administrable doit être sous le flash */
	/* 
	position: absolute;
	top: 680px;
	 */
}

div.ConteneurFlash {
	/* A décommenter si le contenu administrable doit être sous le flash */
	/*
	position: absolute;
	top: 0;
	z-index:100;
	*/
	width: 100%;
	
	margin-left: auto;
	margin-right: auto;
	
	border: none;
	
	margin-bottom: 0px;
	margin-top: 0px;
	
	padding: 0px;
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||| FLASH ||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauFlash {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* A décommenter pour les flash à 100% - corrige le bug de calage flash/html pour MOZILLA */
/*
@-moz-document url-prefix()
{
	.tableauFlash
	{
		padding-left:1px;
	}
}
*/



/* PIED */

.footer {
	width: 100%;
	text-align:center;
	background-image: url(../images/background-pied.png);
	background-position: top center;
	padding-bottom:10px;
	font-size: 10px;
}

.footer *{
	color: #757600;	
}

.footer a {
	color: #757600;
}

.footer a:hover {
	color: #5b2f17;
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| NAVIGATION HTML ||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauNavigationHTML {
	width: 980px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 10px;
	text-align: center;
}







/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||| DESCRIPTION REFERENCEMENT |||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauDescriptionReferencement {
	padding-top: 10px;
	width: 980px;
	font-size: 9px;
	text-align: center;
}







/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||| ADRESSE |||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauAdresse {
	width: 980px;
	padding: 10px 0px 5px 0px;
	font-size: 12px;
	text-align: center;
}

.tableauAdresse *{
	letter-spacing: 2px;
	font-size: 12px;
	text-align: center;
}

.logosPied{
	padding-top:15px;
}

.logosPied img{
	border: none;
}

.logosPied a{
padding:0px 15px;
}






/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||| CREDITS ||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauCredits {
	width: 980px;
	text-align: center;
}

.tableauLiensUtiles {
	width: 980px;
	text-align: center;
}

.tableauLiensOfficiels {
	width: 900px;
	text-align: center;
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||| PARTIE ADMINISTRABLE |||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.gaucheOmbre{
	vertical-align: top;
}

.gaucheOmbre img{
	top: 0px;
}

.contenu{
	vertical-align: top;
}

.coloneGauche{
	width: 650px;
	text-align: left;
	vertical-align: top;
}

.coloneDroite{
	width: 300px;
	text-align: left;
	vertical-align: top;
}

.coloneDroite table{
	width: 300px;
}



.coloneGauche470{
	width: 490px;
	text-align: left;
	vertical-align: top;
}

.coloneDroite440{
	width: 460px;
	text-align: left;
	vertical-align: top;
}

.coloneDroite440 table{
	width: 100%;
}

.spacerV{
	width: 20px;
}

.spacerH{
	height: 15px;
}

.spacerV10{
	width: 10px;
}

.tableauContenu {
	/*text-align: center;*/
width: 970px;
}

.tableauBloc {
	vertical-align: top;
	width: 970px;
}

.titre {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.ssTitre {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.blocTexte {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}

.blocTexte * {
	letter-spacing: 1px;
	color: #1A171B;
}

.blocTexte a {
	color: #696b00;
	text-decoration: none;
}

.blocTexte a:hover {
	color: #5b2f17;
	text-decoration: none;
}

.images img{
	float:right; 
	margin-left: 1em;
}

.blocTexte hr{
	height:1px;
	border-top:1px solid;
	border-bottom: none;
}

.blocTexte ul{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
	list-style-image: url("../images/puce.gif");
}

.blocPhoto {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.tableau{
	background-color: none;
}

.tableau table{
	border-collapse: collapse;
	border: none;
}

.tableau td{
	border-collapse: collapse;
	border: none;
	padding:5px;
}

.tableauBlanc{
	background-color: #FFFFFF;
}

.tableauBlanc table{
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
}

.tableauBlanc td{
	border-collapse: collapse;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding:5px;
}

.tableauBlanc2 td{
	padding:1px;
}

.tableauBlanc a {
	color: #696b00;
	text-decoration: none;
}

.tableauBlanc a:hover {
	color: #5b2f17;
	text-decoration: none;
}


/* OMBRES */

.ombre-tl{
	width: 10px;
	height: 10px;
}

.ombre-tl img{
	width: 10px;
	height: 10px;
}

.ombre-bl{
	width: 10px;
	height: 10px;
}

.ombre-bl img{
	width: 10px;
	height: 10px;
}

.ombre-br{
	width: 10px;
	height: 10px;
}

.ombre-br img{
	width: 10px;
	height: 10px;
}

.ombre-tr{
	width: 10px;
	height: 10px;
}

.ombre-tr img{
	width: 10px;
	height: 10px;
}

.ombre-top{
	width: 100%;
	height: 10px;
}

.ombre-bottom{
	width: 100%;
	height: 10px;
}

.ombre-bottom img{
	width: 100%;
	height: 10px;
}

.ombre-top img{
	width: 100%;
	height: 10px;
}




.coloneTiers .tableauOmbre{
	width: 323px;
}

.coloneDroite .tableauOmbre{
	width: 300px;
}

.coloneTiers .ombre-top{
	width: 303px;
	height: 10px;
}

.coloneGauche .ombre-top{
	width: 100%;
	height: 10px;
}

.coloneDroite .ombre-top{
	width: 280px;
	height: 10px;
}

.coloneTiers .ombre-bottom{
	width: 303px;
	height: 10px;
}

.coloneGauche .ombre-bottom{
	width: 100%;
	height: 10px;
}

.coloneDroite .ombre-bottom{
	width: 280px;
	height: 10px;
}

.coloneTiers .ombre-bottom img{
	width: 303px;
	height: 10px;
}

.coloneGauche .ombre-bottom img{
	width: 100%;
	height: 10px;
}

.coloneDroite .ombre-bottom img{
	width: 280px;
	height: 10px;
}

.coloneTiers .ombre-top img{
	width: 303px;
	height: 10px;
}

.coloneGauche .ombre-top img{
	width: 100%;
	height: 10px;
}

.coloneDroite .ombre-top img{
	width: 280px;
	height: 10px;
}








.coloneGauche470 .tableauOmbre{
	width: 490px;
}

.coloneGauche470 .ombre-top{
	width: 470px;
	height: 10px;
}

.coloneGauche470 .ombre-bottom{
	width: 470px;
	height: 10px;
}

.coloneGauche470 .ombre-top img{
	width: 470px;
	height: 10px;
}

.coloneGauche470 .ombre-bottom img{
	width: 470px;
	height: 10px;
}

.coloneDroite440 .tableauOmbre{
	width: 460px;
}

.coloneDroite440 .ombre-top{
	width: 440px;
	height: 10px;
}

.coloneDroite440 .ombre-bottom{
	width: 440px;
	height: 10px;
}

.coloneDroite440 .ombre-top img{
	width: 440px;
	height: 10px;
}

.coloneDroite440 .ombre-bottom img{
	width: 440px;
	height: 10px;
}








.ombre-left{
	width: 10px;
	height: 100%;
}

.ombre-left img{
	width: 10px;
	height: 100%;
}

.ombre-right{
	width: 10px;
	height: 100%;
	background:url(../images/ombre/right.png) left top repeat-y;
}

.ombre-right img{
	width: 10px;
	height: 100%;
}
