/*
 * Styles généraux
*/

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

a img { border: 0; }
#langues img { vertical-align: middle; }
#contenu .chapo { /*font-style: italic;*/ }
dt { font-weight: bold; }
/*
 * Partie variable des sites
*/

a {color:#77b41f; text-decoration:none;}
a:hover {  color:#777777;  text-decoration: none;}
ul { margin:0; padding:0; }
ul li { margin:0; padding:0; font-size:0.85em; list-style:none; background:url(../images/puce_li.gif) no-repeat center left; }

ul.actions  {margin:2em; clear:both; float:none;}
#preview ul, .bloc ul { margin-left: 1em;}
#preview ul li, .bloc ul li { margin:0; padding-left:10px; list-style:none;}
#preview p {font-size:0.85em;}
p { margin:0.5em 0; text-align:justify;}
p#rss { margin:0; padding:0; }

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 { margin-bottom:20px; margin-top:15px; color:#4ba4d7; }
h1 a { color:#4ba4d7 !important; }

h2 {color:#4f97da; font-family:century gothic; font-size: 1.3em; margin-bottom:20px; margin-top:10px; border-bottom:1px solid;}
h3 {clear:left;font-size: 1.1em; color:#77b41f; }
h4 { font-size: 1em; color:#555657; font-weight:bold; margin-top:5px;}
h5 { font-size: 1em; }
h6 { font-size: 1em; }

.vert {color:#77B41F;}
.drag {padding-left:10px; cursor:pointer;}
/****************Liste produits********************/
.liste-produits div.droite {margin:0 4em 1em 1.5em;}
.liste-produits img {border:2px solid #fff;}
/************************ Colonne droite ************************/
#espace-membre a:hover {color:#4ba4d7;}

/*
 * Filet de séparation dans le texte
*/
div.separateur { clear: both; height:2px; margin:5px 0; background:url(../images/bg_separation.gif) no-repeat;}

/*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;}

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

/* Messages */
#preview .message {
	padding: 5px 30px;
	background: url(../images/icons/information.png) 5px 50% no-repeat #4BA4D7; ;
	border: 1px solid lightgray;
	color: #000;
	text-align: left;
	margin-bottom:20px;
}
h3.message { font-size: 0.9em; }
#preview .good { background-image: url(../images/icons/accept.png);}
#preview .warn { background-image: url(../images/icons/error.png); }
#preview .error { background-image: url(../images/icons/exclamation.png);}

#preview p.message a { color:#AC2514;}

/*
 * 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 {float:none; 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;}

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; height:20px; }
ul.plan li li { font-weight: normal; float: none; }

table.commandes{width:714px;}
.bt_details {width:200px; float:right; clear:right; padding:3px; font-weight:bold; background:#4BA4D7;}
.bt_details a, .bt_details a:hover  {display:block; text-align:center; color:#fff;}

.retour {float:left;}

.recherche #contenu img { max-width: 100px; height: auto}

