/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| HTML & GLOBAL ||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #222222;
	background-position: center top;
	margin: 0px;
	color: #E1C301;
	font-family: Verdana;
	font-size: 11px;
}

a {
	color: #E1C301;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

table {
	font-size: 11px;
}

p {
	text-align: justify;
	padding: 3px;
}

.tableauGlobal {
	width: 930px;
	/*background-image: url(../images/background-global.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
}

.filetDore {
	height: 16px;
	background-image: url(../images/filetDore.png);
	background-repeat: repeat;
	
}










/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||| ENTETE |||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauEntete {
	width: 930px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/background-entete.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
.tableauEntete .decalageLogo {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*text-align: center;*/
}
.tableauEntete .adresse {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}










/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||| QUICKSEARCH |||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauQuicksearch {
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #666666;
}











/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||| FLASH ||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauFlash {
	width: 400px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}











/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||| PARTIE ADMINISTRABLE |||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauContenu {
	width: 900px;
	text-align: left;
	/*background-image: url(../images/background-contenu.jpg);
	background-repeat: no-repeat;*/
	background-color: #000000;
}

.tableauContenuShadowGauche {
	width: 15px;
	background-image: url(../images/background-shadow-gauche.png);
	background-repeat: repeat;
	background-color: #222222;
}


.tableauContenuShadowDroit{
	width: 15px;
	background-image: url(../images/background-shadow-droit.png);
	background-repeat: repeat;
	background-color: #222222;
}

.tableauContenuShadowBas{
	width: 15px;
	background-image: url(../images/background-shadow-bas.png);
	background-repeat: no-repeat;
	background-color: #222222;
}

.tableauBlocCentre {
	text-align: center;
	/*background-image: url(../images/background-contenu.jpg);
	background-repeat: no-repeat;*/
	background-color: #000000;
}


.titre {
	/*height: 60px;*/
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	align: left;
}

.ssTitre {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	vertical-align: top;
	align: left;
}

.blocTexte {
	vertical-align: top;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #FFFFFF
}

.blocTexteCentre {
	vertical-align: top;
	text-align:center;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #FFFFFF
}

.blocTexteVenir {
	width:450px;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #FFFFFF
}


.blocTexte * {
	color: #FFFFFF;
}


.blocPhoto {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.blocPhotoCentre {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;

}

.blocPhotoGauche {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
}

.blocPhotoDroite {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
}


.blocPhoto img {
	border: 1px outset #C3B102;
}




.blocPhotoCentre img {
	border: 1px outset #C3B102;
}

.blocPhotoDroite img {
	border: 1px outset #C3B102;
}

.blocPhotoGauche img {
	border: 1px outset #C3B102;
}







/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||| PIED DE PAGE |||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauPiedDePage {
	width: 930px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	text-align: center;
	/*background-image: url(../images/background-pied-de-page.jpg);
	background-repeat: repeat-x;*/
	background-color: #000000;
}

.tableauPiedDePage a {
	color: #E1C301;
	text-decoration: none;
}

.tableauPiedDePage a:hover {
	color: #FFFFFF;
	text-decoration: none;
}











/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||| REFERENCEMENT ||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauDescriptionReferencement {
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	text-align: center;
	background-color: #000000;
}











/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||| ADRESSE |||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauAdresse {
	width: 930px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	
	/*background-image: url(../images/background-pied-de-page.jpg);
	background-repeat: repeat-x;*/
	background-color: #000000;
}

.adresseHaut {
height:130px;
	padding-top: 15px;
	padding-right: 65px;
	padding-bottom: 0px;
	vertical-align:top;
	text-align: right;
	font-family: Georgia;
	color:#A28C00;
}	

.adresseLangue {
	height:130px;
	padding-top: 15px;
	padding-left: 65px;
	padding-bottom: 0px;
	vertical-align:top;
	text-align: left;
	font-family: Georgia;
	color:#D1D1D1;
}	

.adresse {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	text-align: right;
}	
	
.adresse a {
	color: #C3B102;
	text-decoration: none;
}

.adresse a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.adresseHaut a {
	color: #A28C00;
	text-decoration: none;
}

.adresseHaut a:hover {
	color: #FFFFFF;
	text-decoration: none;
}













/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||| CREDITS ||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauCredits {
	width: 930px;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
	color:#666666;
	/*background-image: url(../images/background-credits.jpg);
	background-repeat: repeat-x;
	background-color: #000000;*/
}

.tableauCredits a {
	color: #666666;
	text-decoration: none;
}

.tableauCredits a:hover {
	color: #FFFFFF;
	text-decoration: none;
}