/*
 * Styles généraux
*/

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

p {color:#525252; font-size: 0.95em; }
small {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: #13b0a8; text-decoration:none;}
a:hover {color: #c6d202;  text-decoration: none;}
ul { margin:0; padding:0;}
ul li { margin:0; padding:0; list-style:none; color:#525252; font-size: 0.95em;}

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 0 6px;}
#preview p { margin-bottom:25px; text-align:justify; padding-left:15px;}
p#rss { margin:0; padding:0; }

h1, h2, h3, h4, h5, h6 {margin:0; padding: 0; font-weight:normal; display:block;}
h1 { font-size: 1.8em; background:#999999; font-family:Century Gothic; color:#fff; height:35px; padding-left:35px; padding-top:25px;}
h2 { font-size: 1.3em; font-family:Century Gothic; color:#999999; padding-left:35px; margin-bottom:20px;}
h3 { background:transparent url(../images/puce_h3.gif) no-repeat scroll 0 4px; border-bottom:1px solid #C4D303; clear:both; font-size:1.1em; margin-bottom:15px; padding-bottom:3px; padding-left:15px; margin-top:15px;}
h4 { font-size: 1em; font-weight:bold; border-bottom:1px solid #13b0a8; margin-bottom:10px; }
h4 a {color:#999;}
h5 { font-size: 1em;  color:#13b0a8; margin-bottom:10px;}
h6 { font-size: 1em; margin-bottom:10px; color:#c4d303; border-bottom:1px solid #000;}

/**************Liste de références*************/
.contenu-ref {width:100%; border-bottom:1px solid #CBCBCB; border-top:1px solid #CBCBCB; clear:both; margin-bottom:12px; padding:15px 4px;}

body.nos-references .element div.gauche {margin-right:2.9em;}
.element-theme {float:left; margin-bottom:20px;}
.element-theme div.gauche {margin-bottom:0; margin-right:2.9em;}
h1.theme {clear:left; font-size:1.3em; height:40px; padding-top:0; padding-left:0; text-align:center;width:190px; background:#13b0a8;}
h1.theme a {color:#fff; display:block;}
h1.theme a:hover {color:#000;}

.element-reference {float:left; margin-bottom:20px;}
.element-reference div.gauche {margin-bottom:0; margin-right:2.9em; border-color:#999999;}
.element-reference div.droite {border:none; width:60%; margin:0; padding-right:20px;}
h1.produit {clear:left; font-size:1.2em; height:25px; padding-top:0; padding-left:0; text-align:center; width:190px;}

/***************Liste liens****************/
.liste-liens .element {float:left; margin-right:30px; width:310px;}

/**************Liste actus************/
#preview .liste-actualites p {margin-bottom:0;}
#preview .liste-actualites .element {margin-bottom:20px;}

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

/* alignement des images dans les pages */

div.gauche, div.droite, div.centre { padding:4px; border:1px solid #76777f; background:#fff;}
.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 #fff;
	border: 1px solid #ccc;
	text-align: left;
}
p.message {margin-top:1em;}
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); }


.prix { color: #cc185e; }

div.tip { background: #000; color: #FFF; padding: 5px;  opacity: 0.7; }
div.tip div.tip-title { font-weight: bold;  opacity: 1;}


