/* 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";
h1{
font-family: Arial, Helvetica, Verdana;
font-size:24px;
font-weight:bold;
color:#858585;
border-bottom:1px solid #ccc;
display:block;
text-transform:none;
letter-spacing:-1px;
margin-bottom:5px;
}
.tit-accueil
{
	background-image:url(../images/charte/h1-accueil.gif);
	width:375px;
	height:83px;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-2000px;
	border-bottom:none;
	margin-top:34px;
	margin-bottom:55px;
}
.tit-accueil-en
{
	background-image:url(../images/charte/h1-accueil-en.gif);
	width:375px;
	height:83px;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-2000px;
	border-bottom:none;
	margin-top:34px;
	margin-bottom:55px;
}
.tit-historique
{
	background-image:url(../images/charte/h1-historique.gif);
	width:375px;
	height:84px;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-2000px;
	border-bottom:none;
	margin-top:34px;
	margin-bottom:55px;
}

.tit-historique-en
{
	background-image:url(../images/charte/h1-historique-en.gif);
	width:375px;
	height:84px;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-2000px;
	border-bottom:none;
	margin-top:34px;
	margin-bottom:55px;
}
.tit-actu
{
	background-image:url(../images/charte/h1-actu.gif);
	width:375px;
	height:84px;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-2000px;
	border-bottom:none;
	margin-top:34px;
	margin-bottom:35px;
}
.tit-actu-en
{
	background-image:url(../images/charte/h1-actu-en.gif);
	width:375px;
	height:84px;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-2000px;
	border-bottom:none;
	margin-top:34px;
	margin-bottom:35px;
}
.tit-refs
{
	background-image:url(../images/charte/h1-ref.gif);
	width:375px;
	height:84px;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-2000px;
	border-bottom:none;
	margin-top:34px;
	margin-bottom:0px;
}
.tit-refs-en
{
	background-image:url(../images/charte/h1-ref-en.gif);
	width:375px;
	height:84px;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-2000px;
	border-bottom:none;
	margin-top:34px;
	margin-bottom:0px;
}
.tit-contact
{
	background-image:url(../images/charte/h1-contact.gif);
	width:375px;
	height:84px;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-2000px;
	border-bottom:none;
	margin-top:34px;
	margin-bottom:0px;
}




h2{
font-family: Arial, Helvetica, Verdana;
font-size: 1.2em;
font-weight: bold;
color:#333;
display:block;
border-bottom:1px solid #ccc;
}
h3{
font-family: Arial, Helvetica, Verdana;
font-size: 1.3em;
font-weight:normal;
color:#000;
display:block;
}

.petit{
font-size: 1em;
font-weight:bold;
color:#000;
}

a{
color:#999999;
text-decoration:none;
}
a:hover{
color:#000;
text-decoration:underline;
}





/******************** Page d'accueil ***********/
.corps_accroche1
{

	font-family: Arial, Helvetica, Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color:#333;
	display:block;
/*	border-bottom:1px solid #ccc; */
	text-align:right;
	width:150px;
	display:block;
	float:left;
	margin-right:10px;

}

.texte-accueil
{
	text-align:justify;
	width:200px;
	display:block;
	float:left;

	
	border-left:1px solid #ccc; 
	padding-left:10px;
	
}


/******************** Page Historique ***********/
.corps_accroche1_histo
{

	font-family: Arial, Helvetica, Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color:#333;
	display:block;
/*	border-bottom:1px solid #ccc; */
	text-align:right;
	width:100px;
	display:block;
	float:left;
	margin-right:10px;

}

.texte-accueil_histo
{
	text-align:justify;
	width:400px;
	display:block;
	float:left;

	
	border-left:1px solid #ccc; 
	padding-left:10px;
	
}

.texte-accueil_histo ul, .texte-accueil_histo li
{
		list-style-type:none;
}
.texte-accueil_histo li
{
	padding-left:15px;

	background-image:url(../images/charte/puce2.gif);
	background-repeat:no-repeat;
}
.texte-accueil_histo ul
{
	margin-left:20px;
	margin-bottom:0px;
}




/*************************** Actualités ***************/
.encart_actu
{
	display:block;
	width:460px;
	float:left;
	
	margin-right:15px;
	margin-bottom:30px;

}
.encart_actu .img_gauche
{
	display:block;
	float:left;
	width:165px;
	margin-right:-10px;

	
}
.encart_actu .img_gauche .img_big
{
	margin-bottom:5px;
}
#content .encart_actu .img_gauche .actu_icones a
{ 	
	border:none;
}
#content .encart_actu .img_gauche .actu_icones img
{ 
	float:left;
	width:50px;
	height:50px;
	 margin-right:5px; 
	border:none;

}

#content .encart_actu  .titre_date
{
	display:block;
	float:left;
	width:100px;
	margin-right:5px;
}
#content .encart_actu  .titre_date h3
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color:#333;
	text-align:right;
	margin-bottom:0px;
}
#content .encart_actu  .titre_date .date
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.9em;
	font-weight: normal;
	color:#333;
	text-align:right;
	margin-top:0px;
}


#content .encart_actu .texte_actu
{
	text-align:justify;
	width:178px;
	display:block;
	float:left;

	
	border-left:1px solid #ccc; 
	padding-left:10px;
}


/* REFERENCES */
.texte-reference
{
	text-align:left;
	width:200px;
	display:block;
	float:left;
	border-left:1px solid #ccc; 
	padding-left:10px;
	font-size:11px;
	color:#666666;
	float:left;
	margin-right:20px;
	margin-top:20px;
	
	
}


/* CONTACT */
.nota {
	font-style:italic;
	font-weight:normal;
	color:#666;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify
}

#bloc-adresse-contact {
	width:140px;
	float:left;
	margin:10px 30px 20px 0 ;
	padding: 0 5px;
	border-left:1px solid #CCC;
}

#bloc-adresse-contact p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}



#bloc-contact {
	width: 320px;
	float:left;
	margin:10px 0 20px 0 ;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	letter-spacing:0.03em;
}

#bloc-contact #contactTxt{
	width:45%;
	float:left;
	color:#000;
}


#bloc-contact  #formContact input{
	width:200px;
	border:1px solid #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	background-color:#FFF;
	font-variant:small-caps;
	font-weight:normal;
}
#bloc-contact #formContact textarea{
	width:204px;
	border:1px solid #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color:#FFF;
	font-variant:small-caps;
	font-weight:normal;
}

#bloc-contact  #formContact .radio{
	width:10%;
	border:none;
}

#bloc-contact  #formContact .champRequis{color:#ff6000; font-size:9px;}


#bloc-contact  #formContact .bouton-contact{
	width:90px;
	border:1px solid #e4e4e4;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	cursor:pointer;
}

#bloc-merci {
	width:500px;
	margin:30px 50px 20px 0 ;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
