/*
 * Styles généraux
*/

body { font-family: Arial, Helvetica, sans-serif; text-align: left; font-size: 0.8em; }

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:#000; text-decoration:none;}
a:hover { color: #50d954; text-decoration: none;}
#preview a:visited { }
ul { margin:0; padding:0;}
ul li { margin:0; padding:0; list-style:none; }

ul.actions  {margin:2em; clear:both;}
#preview ul { margin: 0 0 1.5em 1.5em;}
#preview ul li { margin: 0 0 0em; padding-left:10px; list-style:none; background: url(../images/puce_li.gif) no-repeat 0 4px;}
#preview p { margin: 0 0 1.5em; text-align:justify; }
#preview a { color: #499249; text-decoration:none;}
#preview a:hover { color: #50d954; text-decoration: none;}


p#rss { margin:0; padding:0; }

h1, h2, h3, h4, h5, h6 {margin: 0em; padding: 0px;}

h1 { font-size: 1.9em; color: #000;	font-family: "Times New Roman", Times, serif; font-weight: normal; line-height: 1em;}
#preview h1:first-letter {color: #51da55; font-size: 1.5em;}

.fr #entete h1, .en #entete h1  {
	float: left;
	width: 650px;
	height: 100px;
	margin: 0;	
	text-indent: -9999px;
}
.fr #entete h1  {background: url(../images/fr/bandeau_h1_bg.gif) no-repeat left top;}
.en #entete h1  {background: url(../images/en/bandeau_h1_bg.gif) no-repeat left top;}

h2 { font-size: 1.5em; font-family: "Times New Roman", Times, serif; font-weight: normal; color: #000;}
#preview h2 {margin: 0 0 1.5em; border-bottom: 1px dashed #ccc;}
#preview h3 { font-size: 1.3em;  margin: 0 0 1.5em; text-transform: uppercase; font-weight: normal; color: #000;}
h4 { font-size: 1.2em;}
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/*
 * Filet de séparation dans le texte
*/
div.separateur { clear: both; border-top: 5px solid #e3eae3; margin: 0px 0px 1.5em;}

/* alignement des images dans les pages */
.element { clear: both;}
div.gauche, div.droite, div.centre { padding: 0em;}
.gauche { float: left; margin: 0 1em 1em 0;}
.droite { float: right; margin: 0 0 1em 1em;}
.centre { /*margin: 1em auto;*/ 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 {
	padding: 5px 30px;
	background: url(../images/icons/information.png) 5px 50% no-repeat #ffa400;
	border: 1px solid lightgray;
	text-align: left;
}
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;
	border-top: 5px solid #e3eae3; 
}
#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;}

ul.plan li.espace-membre, ul.plan li.connexion { display: none; }
ul.plan li { font-weight: bold; float: left; width: 45%; }
ul.plan li li { font-weight: normal; float: none; }

/*
 * Blocs
*/
#coldroite h1 {margin: 0 0 0 0.8em;}
.date_actu h2, element p {margin: 0em !important; padding: 0;}

#espace-membre.bloc h2 {color: #fc7b24;}
.tout-voir {padding: 5px 25px; text-align: right !important; background: #fff url(../images/bt_suivant.gif) no-repeat right 5px;}

