/*
 * Styles généraux
*/

body { font-family: Arial, Helvetica, sans-serif; text-align: left; font-size: 0.8em; line-height: 1.5em; background: #342c29 url(../images/bg_body.gif) repeat-x left top;}

a img { border: 0; }
#langues img { vertical-align: middle; }
#contenu p {  }
#contenu .chapo { /*font-style: italic;*/ }
dt { font-weight: bold; }
/*
 * Partie variable des sites
*/
a { color: #ae0105; text-decoration:none;}
a:hover { color: #f20051; text-decoration: none;}
#preview a:visited { text-decoration: none;  }
ul { margin:0; padding:0;}
ul li { margin:0; padding:0; list-style:none; }
ul.actions  {margin:2em; clear:both;}
#preview ul, .bloc ul { margin: 1em;}
.bloc ul { margin-left: 1em;}
#preview ul li { margin:0; padding-left:20px; list-style:none; background: url(../images/puce_li.gif) no-repeat 5px 5px;}
#preview p { margin:1em 0; text-align:justify; }
p#rss { margin:0; padding:0; }

h1, h2, h3 {margin: 1em 0px; padding: 0px;}
h1, h2, h3, h4 {font-family:"Times New Roman", Times, serif; letter-spacing: 0.1em;}
h1 {margin: 0px; padding: 0; font-weight: normal; font-size: 1.8em; color: white;}
h1 a { color: #fff;}

h2 {margin-top: 0px; padding: 0; font-size: 1.5em; color:#fff; font-weight: normal;}
h3 { font-size: 1.3em; clear:left; margin-bottom:0;}
h4 { font-size: 1.2em; }
#preview h4, #preview h5, #preview h6 {margin: 1em 0px 0px; padding: 0px;}

h5 { font-size: 1em;  font-weight: bold;}
h6 { font-size: 1em; }

/*
 * Styles des blocs et contenus
*/
#bandeau h1 {float: left; text-indent: -9999px;}
#entete h1 {margin-bottom: 15px; padding-left: 10px;}

#colgauche h1 {margin-top: 15px;}
#preview h2 {font-size: 1.9em; color: #ae0105; font-size: 1.4em; }

#preview h3 { margin: 0px; font-size: 1.5em; font-weight: normal; color: #fff;}
#entete h3 {margin-bottom: 0;}
#entete p {margin-top: 0;}
#entete a {color: #938784;}
#entete a:hover {color: #f20051;}

#colgauche p, #coldroite p, #colgauche ul, #coldroite p {margin: 0; padding: 0; }

#preview p  {margin: 0em 0px 1em 0px; }

/*
 * Filet de séparation dans le texte
*/
div.separateur { clear: both; border-top: 1px solid #9e9b96; border-bottom: 1px solid #d6d2cd; height: 0px; }
#espace-membre div.separateur { border-top: 1px solid #7d776f; border-bottom: 1px solid #b4afa7; height: 0px; }


/* alignement des images dans les pages */
.element { clear: both;}
div.gauche, div.droite, div.centre { border: 1px solid #fff; background: #fff; }
.gauche { float: left; margin: 0 1.5em 1em 0;}
.droite { float: right; margin: 0 0 1em 1.5em;}
.centre { text-align: center;}

#contenu .gauche span, #contenu .droite span, #contenu .centre span { display: block; font-size: smaller; text-align: center; }
#contenu #rss div { padding:0; margin:0; background:none; border:none;}

/* Messages */
.message {
	margin-top: 0;
	padding: 5px 30px;
	background: url(../images/icons/information.png) 5px 50% no-repeat #a81f4d;
	border: 1px solid lightgray;
	text-align: left;
	color: #FFF; 
}
.message a { font-weight: bold; color: #FFF; }
h3.message { font-size: 0.9em; }
.good { background-image: url(../images/icons/accept.png); }
.warn { background-image: url(../images/icons/error.png); }
.error { background-image: url(../images/icons/exclamation.png); }


/*
 * Pagination et Outils d'impression et de retour
*/
#pagination, #contenu ul#nav-contenu {
	clear: both;
	padding: 0.5em 0;
	margin-top: 2em;
	text-align: center;
}
#contenu ul#nav-contenu { margin:2em 0 0 0; }
#contenu #nav-contenu li { background: none; display: inline; padding:0 1.2em; font-size:smaller; color:#3A846E; border-right:1px solid #ccc; }
#contenu #nav-contenu li.last { border:0;}
.prix { color: #cc185e; }

div.tip { background: #000; color: #FFF; padding: 5px;  opacity: 0.7; }
div.tip div.tip-title { font-weight: bold;  opacity: 1;}

/*
 * Tableau
*/
.tarifs #preview table  {margin: 1em 0px; border-bottom: 2px solid #bcbca1; }
.tarifs #preview table td, .tarifs #preview table th {padding: 3px ; }

.tarifs #preview table td  {border-bottom: 1px solid #bcbca1; }
.tarifs #preview table th  {border-top: 3px solid #bcbca1; border-bottom: 3px solid #bcbca1; }
