/* 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";

#contenuTexte a img{
	border:none;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1.00;
}
#contenuTexte a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70; opacity:0.70;
}

#contenuTexte ol{
	margin:10px 0 10px 15px;
}
#contenuTexte li{
	background:url(../images/charte/puce.gif) no-repeat 0px 5px;
	padding-left:25px;
	list-style:none;
	font-size:1.2em;
	margin:5px 0;
}

#contenuTexte select{
	border:none;
	background-color:#494B91;
	width:120px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contenuTexte select.magasine {
	border:none;
	background-color:#494B91;
	width:250px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contenuTexte input{
	border:none;
	background-color:#494B91;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contenu .txtclignotant{
	margin:30px 0 0 10px;
	_margin:30px 0 0 0;
	background-repeat:no-repeat;

}
#contenu .txtclignotant a:link, #contenu .txtclignotant a:visited
{
	text-decoration:none;
	display:block;
	width:150px;
	height:47px;
	cursor:pointer;
}



/* STYLE DES PAGES 	MENU DE DROITE PARUTIONS*/

.parutions-droite{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
.parution{
	float:left;
	margin:10px 0 10px 10px;
}
*html .parution{
	margin:10px 0 10px 5px;
}


/* STYLE DE PAGE DERNIERES PARUTIONS*/

.bloc-parution{
	float:left;
	width:310px;
	margin:15px 10px 15px 0;
	}
.bloc-parution-gauche{
	float:left;
	width:90px;
	margin-right:15px;
}
.bloc-parution-droite{
	float:left;
	width:200px;
}
.parutions-separe{
	float:left;
	width:650px;
	border-top:1px dashed #6699FF;
	height:1px;
	margin:10px auto 5px auto;
}
#contenu .bloc-parution h3{
	font-size:1.3em;
}


/* STYLE DES PAGES D ARCHIVES DU MENU DE GAUCHE*/

#archive-separe{
	float:left;
	width:650px;
	border-top:1px dashed #6699FF;
	height:1px;
	margin:10px auto 5px auto;
}

.bloc-archive{
	float:left;
	width:310px;
	margin:15px 15px 15px 0;
	}
.bloc-archive-gauche{
	float:left;
	width:90px;
	margin-right:15px;
}
.bloc-archive-droite{
	float:left;
	width:205px;
}
#contenu .bloc-archive h3{
	font-size:1.3em;
}

/* PAGINATION */
.pagination-produit{
	width:300px;
	text-align:center;
	padding-top:5px;
	margin: 15px auto 0 auto;
	height:20px;	
	}
	
#listing-produit .pagination-produit a{color:#ff0066;}	
#listing-produit .pagination-produit a:hover{color:#046010;}	

.fleche-gauche {
	float:left;
	border:none;
	}
.fleche-droite {	
	float:right;
	border:none;
	}



/* STYLE DE LA PAGE L AGENCE DE PRESSE */

#presse-gauche{
	float:left;
	width:290px;
	line-height:25px;
}
#presse-gauche1{
  	float:left;
    line-height:25px;
  }
#presse-droite{
	float:right;
	width:290px;
	line-height:25px;
}



/* STYLE DE LA PAGE REDACTION */

#redaction-gauche{
	float:left;
	width:290px;
	line-height:25px;
}
#redaction-droite{
	float:right;
	width:290px;
	line-height:25px;
}



/* STYLE DE LA PAGE PARTENAIRES */

#partenaires-gauche{
	float:left;
	width:290px;
	line-height:25px;
}
#partenaires-droite{
	float:left;
	width:310px;
	line-height:25px;
}
#contenuTexte #partenaires-gauche h2, #contenuTexte #partenaires-droite h2{
	margin:20px 0 0px 0;
}
#contenuTexte #partenaires-gauche p, #contenuTexte #partenaires-droite p{
	margin:5px 0 10px 0;
}




/* STYLE DE LA PAGE ACTIVITES */

#activites-gauche{
	float:left;
	width:290px;
	line-height:22px;
}
#activites-droite{
	float:right;
	width:290px;
	line-height:22px;
}



/* STYLE DE LA PAGE JOURNALISTES */

#journalistes-gauche{
	float:left;
	width:320px;
	line-height:20px;
	/*border:1px solid red;*/
}
#journalistes-droite{
	float:right;
	width:310px;
	line-height:20px;
	/*border:1px solid red;*/
}
#contenuTexte #journalistes-gauche a,  #contenuTexte #journalistes-droite a, #contenuTexte #journalistes-bas a{
	background:url(../images/charte/mail.gif) no-repeat 0 5px;
	padding-left:20px;
	text-decoration:none;
}
#journalistes-gauche h2, #journalistes-droite h2, #journalistes-bas h2{
	margin:25px 0 10px 0;
}
#journalistes-gauche p, #journalistes-droite p, #journalistes-bas p{
	background:url(../images/charte/puce.gif) no-repeat 0px 5px;
	padding-left:25px;
	text-align:left;
}



/*------------- STYLE DE LA PAGE Contact ------------*/

#formulaire-gauche{
	width:290px;
	border-right:1px dashed #CCCCCC;
	padding-right:45px;
	margin-right:45px;
	float:left;
	margin-top:15px;
}

#formulaire-droite{
	width:190px;
	float:left;
	margin-top:15px;
}
#contenuTexte #formulaire-droite p{
	font-size:1.1em;
	text-align:justify;
}

#contenu #formulaire-droite .color{
	margin-bottom:10px;
}
#contenu #formulaire-droite .plan-acces{
	margin:10px 0;
}

#formulaire-gauche input{
	background:none;
	border:1px solid #4872A2;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}
#formulaire-gauche textarea{
	width:150px;
	border:1px solid #4872A2;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
#formulaire-gauche .boutons{
	padding-left:130px;
}
*html #formulaire-gauche .boutons{
	padding-left:133px;
}
#contenu #formulaire-gauche .boutons input{
	width:74px;
}
#contenu #formulaire-gauche p{
	margin:5px 0;
}
#formulaire-gauche label{
	width:130px;
	float:left;
}
.obligatoire{
	color:#990000;
}

.img_news{float:left; margin:0 5px 5px 0; width:150px; max-width:150px;}
