/* 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 DE LA PAGE CONTACT */

h1 {
font-family:Geneva, Arial, Helvetica, sans-serif;
background: url(../images/charte/h1.jpg) left top no-repeat;
line-height:30px;
color:#333333;
letter-spacing:2px;
font-size:150%;
text-indent:20px;
margin:10px 0 10px 0;
padding:0;
font-weight:bold;

}

h2 {
margin:15px 0px 10px 5px;
padding-left:15px;
font-size:140%;
line-height:20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
border-bottom:solid #333333 1px;
font-weight:bold;
}

h3 {
margin:5px 0px 5px 2px;
padding-left:15px;
font-size:120%;
line-height:18px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-decoration:underline;
background: url(../images/charte/puce_01.gif) left top no-repeat;
font-weight:bold;
}

.txt_indent30
{
padding-left:30px;
}
.txt_valid
{
background:url(../images/charte/valider.gif) no-repeat;
padding-left:20px;
margin-bottom:5px;
}
.bordure_img
{
border:solid 1px #993300;

}

.txt_indent30 a,.txt_indent30 a:visited
{
color:#333333;
text-decoration:underline;
}

.txt_indent30 a:hover
{
color:#993300;
text-decoration:underline;
}



.txt_dateur
{
padding:0px 5px 0px 5px; 
margin:5px 0px 5px 0px;
}
.txt_blanc
{
color:#FFFFFF;
line-height:16px;

}

.tab_ref_center td
{
text-align:center;
color:#000000;

}
.tab_ref_left td
{
text-align:left;
padding-left:5px;
color:#000000;
}

.table_td_noir
{
background:#000000;
color:#FFFFFF;
}

.table_td_rouge
{
background:#993300;
color:#FFFFFF;
}

#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}

.tab_contact td
{
padding:0px 0px 0px 4px;
}

.form_select
{
font-size:x-small;

}

