/*
 * Styles généraux
*/

body { font-family: Arial, Helvetica, sans-serif; text-align: left; font-size: 0.8em; line-height: 1.5em;}

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: #a81f4d; 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:10px; list-style:none; background: url(../images/puces_contenu.gif) no-repeat left 7px;}
#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 {font-family:"Times New Roman", Times, serif; letter-spacing: 0.1em;}
h1 {margin: 0px; padding: 0; font-weight: normal; font-size: 1.8em; }
h1 a {color: #000;}
a:hover span.prune { color: #f20051;}

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: 1.1em; }
h6 { font-size: 1em; }

.prune {color: #a81f4d;}
.white {color: #fff; font-size: 1.5em; font-family:"Times New Roman", Times, serif; }

/*
 * Styles des blocs et contenus
*/
#bandeau h1 { margin: 0; padding: 20px 0 20px; font-family:"Times New Roman", Times, serif; font-size: 1em; font-weight: normal; color: #c9c9c9; line-height: 1.2em;}
#entete h1 {margin-bottom: 15px; padding-left: 10px;}

#colgauche h1 {margin-top: 15px;}
#tete h2 {padding: 10px 0;}
#preview h2 {font-size: 1.8em; color: #a81f4d; }
#preview h2:first-letter {color: #000;}
#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; }

.raccourci { text-align: left;}
p.raccourci {}
p.raccourci a {float:left; width: 115px; padding: 15px 0 15px 100px; text-align: left; color: #000;}
p.raccourci a:hover {color: #f20051;}

p.raccourci.skype a {background: url(../images/logo_skype_red.gif) no-repeat left 5px; line-height: 1.1em;}
p.raccourci.skype a:hover {background: url(../images/logo_skype_blue.gif) no-repeat left 5px;}

#preview p.raccourci a { padding: 15px 0 40px 100px;}
p.raccourci.online a {background: url(../images/bloc_online_bg.jpg) no-repeat 10px 5px;}
p.raccourci.mail a {background: url(../images/bloc_mail_bg.jpg) no-repeat -10px 5px;}
#preview p.raccourci.mail a {border-left: 1px solid #e5e3e0;}

#espace-membre h3 {padding: 3px 0;text-indent: -9999px; background: url(../images/bloc_espace-membre_bg_h1.gif) no-repeat left top;}
/*
 * 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 { padding: 0.8em 0.8em 0 0.8em;}
.gauche { float: left; margin: 0 1.5em 1em 0;}
.droite { float: right; margin: 0 0 1em 1.5em;}
.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 {
	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;}
