/*
 * 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: #6CCFF6; text-decoration: none;}
#preview a:visited { text-decoration: underline; color:#999 }
#preview a { color:#999; 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-left: 1em;}
#preview ul li, .bloc ul li { margin:0; padding-left:10px; ; list-style:none; background: url(../images/puce_li.gif) no-repeat 0px 4px;}
#preview p { margin: 0 0 1em; text-align:justify; }
p#rss { margin:0 0 10px 0; padding:0; }

#preview ul li {margin-top:10px;}

h1, h2, h3, h4, h5, h6 {margin: 0.3em 0; padding: 0px;}
h1 { margin: 0;  background: #fff; display:inline;}
h2 { margin: 0.3em 0 0.3em; font-weight: normal; font-size: 1.8em; font-family:"Trebuchet MS", Arial; color: #000;}
h3 { font-size: 1.3em; clear:left; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; font-weight: normal; color: #a09f9f;}
h6 a {color: #a09f9f;}
h6 a:hover {color: #0061aa;}

body.publicite h1, body.publicite h2, body.publicite h3, body.publicite h4, body.publicite h5, body.publicite h6 {clear:both;}


#preview table {border: 1px solid #ccc; border-bottom: none;}
#preview tr, #preview td {border-bottom: 1px solid #ccc;}

#liste_criteres_video{width:545px;text-align:center;margin-top:10px;margin-bottom:10px;}


/*
 * Filet de séparation dans le texte
*/
div.separateur { clear: both; border-top: 1px solid #ccc; margin-bottom: 15px;}

/* alignement des images dans les pages */
.element { clear: both; border-top: 1px solid #9d9c98; margin-bottom: 10px;}

.gauche { float: left; margin: 0 10px 10px 0;}
.droite { float: right; margin: 0 0 10px 10px;}
.centre { /*margin: 1em auto;*/ text-align: center; }

#colgauche {width:190px !important;}
#colgauche #balades{width:190px !important;}

#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;}

/* icones des fichiers */
#contenu a.url, #contenu a.email {background:none;}
#contenu .icone a {margin-top: 0em; padding-left: 1.5em; list-style: none; }
#contenu .pdf { background: url(../images/icons/acrobat.gif) left center no-repeat !important; padding-left:20px;}
#contenu .doc, #contenu .rtf { background: url(../images/icons/word.png) left center no-repeat !important; padding-left:20px;}
#contenu .xls, #contenu .xla { background: url(../images/icons/excel.png) left center no-repeat !important; padding-left:20px;}
#contenu .ppt, #contenu .pps { background: url(../images/icons/powerpoint.png) left center no-repeat !important; padding-left:20px;}
#contenu .zip, #contenu .rar { background: url(../images/icons/compressed.png) left center no-repeat !important; padding-left:20px;}
#contenu .gif, #contenu .jpg, #contenu .png { background: url(../images/icons/picture.png) left center no-repeat !important; padding-left:20px;}
#contenu .url { background: url(../images/icons/world.gif) left center no-repeat; }
#contenu .email { background: url(../images/icons/email.png) left center no-repeat; }
.icone { padding: 0.2em 0; }
.broken { text-decoration: line-through; }

/* Messages */
.message {
	padding: 5px 30px;
	background: url(../images/icons/information.png) 5px 50% no-repeat #FFF68F;
	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;
}
#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;}
