/* CSS Document */

@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#E7E7E7;
}

.tabbas{background-color:#666666}

.txt_blanc{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; text-decoration:none}

.txt_10_gris{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none
}

.txt_11_gris{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none
}

.cel_h{background-image: url(../images/ligne_h.gif); background-repeat:repeat-x}
.cel_d{background-image: url(../images/ligne_d.gif); background-repeat:repeat-y}
.cel_g{background-image: url(../images/ligne_g.gif); background-repeat:repeat-y}
.cel_b{background-image: url(../images/ligne_b.gif); background-repeat:repeat-x}
.cel_c{ background-color:#FFFFFF;}

.form_email{
	border-style:solid;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	border: 1px solid #999999;
}
.form_nomprenom{
	border-style:solid;
	width:92px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	border: 1px solid #999999;
}

.form_email:focus {
	background-color: #E7E7E7;
}

.form_nomprenom:focus {
	background-color: #E7E7E7;
}

.actus_tableau_gauche {	background:url(../images/actus_gauche.jpg); background-repeat:repeat-y}
.actus_tableau_droite {	background:url(../images/actus_droite.jpg); background-repeat:repeat-y}
.actus_ligne_pointilles{background-image:url(../images/actus_pointilles.jpg); background-repeat:repeat-x;}
.actus_texte_pagination{ font-family:Arial, Helvetica, sans-serif; color:#8C8C8C; font-size:11px; text-decoration:none;}
.actus_texte_titre { font-family:Arial, Helvetica, sans-serif; color:#8D383B; font-size:12px; font-weight:bold;}
.actus_texte_date { font-family:Arial, Helvetica, sans-serif; color:#B3B3B3; font-size:10px;}
.actus_texte_description { font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:11px;}
.actus_texte_en_savoir_plus { font-family:Arial, Helvetica, sans-serif; color:#8D383B; font-size:11px; font-weight:bold; text-decoration:none; }
.actus_tab_photos{border:solid 1px; border-color:#999999}

