/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
/* Import des style pour la charte */
@import "charte.css";
/* STYLE CONTENU */
#contenu h1{ text-align:left;	padding-top:10px;	margin:0px 120px 10px 0;}
#contenu h2{ font-size:20px; color:#000000;	display:block; margin:0 0 0 15px;	font-weight:normal;}
#contenu a:link, #contenu a:visited{ font-weight:bold; text-decoration:none; color: #000;}
#contenu a:hover, #contenu a:active{ font-weight:bold; text-decoration:underline;	color: #000;}
.alignementdroite{ float:right;	margin:0 0 0px 20px;}
/*-------------------------------------------------INTEGRATION CEDRIC-------------------------------------------------*/
/*-------- ACCUEIL ------*/
.accueil_outils{
	width:480px;
	height:162px;
	float:left;
	background-image:url(../images/charte/photos_accueil.jpg);
	margin:5px 0 0 0;
}
/*------- CONTACT ------*/
#fiches #bloc_LD{ float:left;	width:250px;}
#fiches #bloc_sub{ margin-top:30px;	float:left;	width:500px;}
#fiches #bloc_sub input{ margin-left:148px;	background-color:#FCEB00;}
#fiches #bloc_sub input:hover{ margin-left:148px; background-color:#FFFFFF;}
#fiches select{	background-color:#FCEB00;	border:1px solid black;}
#fiches select:hover{ background-color:#FCEB00; border:1px solid white;}
#fiches #bloc_pdf ul{ margin-top:40px;}
#fiches #bloc_pdf ul li{ margin-top:5px;}
.form-contact{ background-color:#FCEB00; border:1px solid black; width:230px;}
.bouton-contact{ background-color:#FFFFFF; border:1px solid black; width:100px;}
/*-------- ACCES PRO ----*/
.acces_pro{
	width:363px;
	height:218px;
	background-image:url(../images/charte/bg_identification.gif);
	background-repeat:no-repeat;
	margin:0 0 0 60px;
}
.acces_pro2{
	width:363px;
	height:166px;
	background-image:url(../images/charte/bg_identification2.gif);
	background-repeat:no-repeat;
	margin:0 0 0 60px;
}
.acces_pro2 img{ margin-left:121px;	margin-top:60px; border:none;	outline:none;}
.log{	width:300px; height: auto; padding:60px 0 0 30px; float:left;}
label{width:100px; float:left; margin:5px 0 0 0;}
.log-champ{width:180px; float:left;margin:5px 0 0 0; background-color:#FCEB00; border:1px solid black;}
.enregistrement{ width:300px;	float:left;	margin:5px 0 0 30px;}
#erreur{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	font-weight : bold;
}
/*-------- CATALOGUE -------*/
.titre-catalogue{	font-size:20px;	color:#000000; display:block;	margin:0 0 0 15px;}
.texteedito li{list-style-image:url(../images/charte/puce-edito.gif); text-align:left;}
#container #contenu .texteedito li a{text-decoration:none; color:#762F76; font-weight:normal;}
.texteedito li a:hover{ background-color:#FFF89A;text-align:left;}
.texteedito{
	padding:0 10px 0 10px;
	font:12px Arial, Helvetica, sans-serif;
	width:180px;
	overflow: auto;
	margin:0 0 0 0;
	float:left;
	text-align:left;
}
/*-------- FICHE PRODUIT ---*/
.fiche-produit img{ margin:1px; border:1px solid white; clear:left;}
.fiche-produit{
	width:450px;
	float:left;
	border:4px solid #FFF;
	background-color:#FEF795;
	padding:10px;
}
.bouton{ background-color:#FEF795; border:1px solid black;}
#association{	padding:5px;}
#association li{list-style-image:url(../images/charte/puce-edito.gif);text-align:left;}
#container #contenu #association li a{text-decoration:none; color:#762F76; font-weight:normal;text-align:left;}
#association li a:hover{ background-color:#FFF89A;text-align:left;}
#container #contenu .encours{font-size:18px; font-weight:bold;}
#container #contenu .encours a{font-size:18px;  font-weight:bold;}
#container #contenu .encours a:hover{font-size:18px;  font-weight:bold;}
#tableau_affichage{	text-align:center; border:3px solid #000000; width:80%;}
#tableau_affichage td{ border:1px solid #000000; font-weight:bold;}
#tableau_affichage th{ background-color : #000000; color:#FFFF00;	font-size:14px;}
/**
* Page promo
*/
.bloc_promo{ clear:both; margin:10px 0 30px 0;}
.bloc_promo .image img{	margin:10px 10px 10px 10px;	float:right; border:1px solid #000000; padding:0;}
.bloc_promo p{ text-align:justify;}
.bloc_promo h1{	font-size: 14px; color:#000000;}
#pagination{ clear:both; width:100%; text-align:center;	color:#000000;}
/**
* FIN Page promo
*/