@charset "UTF-8";
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| HTML & GLOBAL ||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body {
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

p {
	padding: 0px;
	font-size: 11px;
}

table {
	padding: 0px;
	font-size: 11px;
}

.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;
	}
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| FOOTER ||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.footer {
	width: 100%;
}

.footer *{
	color:#000000;
}

.footer a{
	color:#a0a0a0;
}

.footer a:hover{
	color:#000000;
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| NAVIGATION HTML ||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauNavigationHTML {
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:20px;
	text-align: left;
	color:#a0a0a0;
	font-size: 9px;
	text-align: left;
}
.tableauNavigationHTML li, .tableauNavigationHTML ul {
	padding:0;
	margin:0;
}
.tableauNavigationHTML li {
	list-style:none;
	border-bottom:1px #a0a0a0 dotted;
	padding:2px 0;
}
.tableauNavigationHTML ul li span {
	display:block;
	width:180px;
	float:left;
}

.tableauNavigationHTML a {
	color: #a0a0a0;
	text-decoration: none;
}

.tableauNavigationHTML a:hover {
	color: #000000;
	text-decoration: none;
}







/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||| DESCRIPTION REFERENCEMENT |||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauDescriptionReferencement {
	width: 990px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	font-size: 9px;
	text-align: center;
	color:#000000;
}







/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|||||||||||||||||||||||||||| ADRESSE |||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauAdresse {
	width: 100%;
	font-size: 10px;
	text-align: center;
	color:#ffffff;
	background-image: url(../images/background-pied-esprit.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tableauAdresse *{
	color:#ffffff;
}

.tableauAdresse a {
	color: #ffffff;
	font-weight: bold;
}

.tableauAdresse a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	
}






/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||| CREDITS ||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauCredits {
	width: 750px;
	text-align: center;
	font-size: 10px;
}

.tableauLiensUtiles {
	width: 900px;
	text-align: center;
}

.tableauLiensOfficiels {
	text-align: center;
	width:100%;
	color:#ffffff;
	background-image: url(../images/background-pied-esprit.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableauLiensOfficiels *{
	color:#ffffff;
}

.tableauLiensOfficiels a {
	color:#FFFFFF;
	font-weight: bold;
}

.tableauLiensOfficiels a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.credits_lien_emailing {
	background-image: url(../images/background-pied-esprit.png);
	background-repeat: repeat-y;
	background-position: center top;
}

a.credits_lien_apicius {
}
a:hover.credits_lien_apicius {
}


a.credits_lien_imprimer {
}
a:hover.credits_lien_imprimer {
}


a.credits_lien_favoris {
}
a:hover.credits_lien_favoris {
}


a.credits_lien_emailing {
}

a:hover.credits_lien_emailing {
}


a.credits_lien_mentions {
}
a:hover.credits_lien_mentions {
}


a.credits_lien_flash {
}
a:hover.credits_lien_flash {
}

a.credits_lien_brochure {
}
a:hover.credits_lien_brochure {
}





.credits_site_officiel {
}


.credits_local_time {
}





/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||| PARTIE ADMINISTRABLE |||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.tableauContenu {
	width: 990px;
	text-align: center;
}

.tableauBloc {
	width: 100%;
}

.titre {
	text-align: left;
}

.ssTitre {
	text-align: left;
}

.blocPrincipal{
	vertical-align:top;
	width:720px;
}

.bloc310 {
	vertical-align: top;
	width:310px;
}

.bloc410{
	vertical-align:top;
	width:410px;
}

.bloc720{
	vertical-align:top;
	width:720px;
}

.bloc720 .blocTexte {
	padding:5px 5px 5px 5px;
}

.bloc310 .blocTexte {
	padding:5px 30px 5px 5px;
}

.bandeauDroite .blocTexte{
	padding:5px 5px 5px 5px;
}

.blocTexte {
	font-size:12px;
	letter-spacing:0.5px;
	line-height:14px;
	vertical-align: top;
}

.blocTexte * {
	font-size:12px;
	color: #000000;
	text-align: justify;
}

.blocTexte ul{
	list-style-image: url(../images/puce.gif);
}

.blocTexte li{
	list-style-image: url(../images/puce.gif);
	margin-top: 2px;
	margin-bottom: 2px;
}

.blocTexte a{
	color: #56117a;
	text-decoration: underline;
}
.blocTexte a:hover{
	color: #000000;
	text-decoration: underline;
}

.blocTexteSansimages {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.blocTexteSansimages * {
	color: #000000;
	text-align: justify;
}

.blocPhoto {
	border: 1px solid #cfcfcf;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.blocPhoto img {
	border: 4px solid #FFFFFF;
}
.tableau {
	color: #000;
	text-align: center;
	padding-bottom: 5px;
	border: 1px solid #56117a;
}

.tableauBlanc {
	color: #FFF;
	text-align: center;
}

.tableauTexte {
	color: #000;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #56117a;
	border-bottom-color: #56117a;
	border-left-color: #56117a; 
}

.titreNavigationHTML {
	font-weight: bold;
}

/* BANDEAU DROITE */

.bandeauDroite {
	vertical-align:top;
	width:200px;
	background-image: url(../images/background-bandeau-droite.png);
	background-repeat: repeat-y;
}

.bandeauDroite .inside {
	vertical-align:top;
	width:190px;
}

.bandeauDroite .inside .blocPhoto{
	border:none;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.bandeauDroite .inside .blocPhoto img{
	border:none;
	border-top:4px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
}

.bandeauDroite .shadowLeft{
	width:5px;
	background-image:url(../images/ombre-gauche.png);
	background-repeat: repeat-y;
}

.bandeauDroite .shadowRight{
	width:5px;
	background-image:url(../images/ombre-droite.png);
	background-repeat: repeat-y;
}

/* OUTILS */

.spacerLeft {
	width:65px;
}

.spacerV {
	width:5px;
}

.spacerH {
	height:5px;
}


