/* ******************** style header ******************** */
.header{
	display:none;
}

/* ******************** style footer ******************** */
.footer{
	display:none;
}

/* ******************** style body ******************** */
body{
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background-color:#6F591A;/*6F591A;/*#FDF7DF;/*#FCECCA;*/
	color:#000000;
}
.fond_site{
}
.centre-site {
	margin-left:0px;
	padding-left:0px;
	position:absolute;
	left:0%;
	width:1000px;
}
/* ******************************************** */
/* ******************* PAGE ******************* */
/* ******************************************** */

.no_print {
	visibility:hidden;
	display:none;
}

#fil_ariane {
	display:none;
}

a,
#fil_ariane a {
	color:#000000;
	font-style:normal;
}

h1 {
	font-size:18px;
	color:#000000;
}

h2 {
	font-size:16px;
	color:#000000;
}

h3 {
	font-size:14px;
	color:#000000;
}

div.fond_site img.visuel {
	border:1px solid #000000;
}

/* ******************************************** */
/* **************** FORMULAIRE **************** */
/* ******************************************** */
textarea {
	width:400px;
}

input {
	width:200px;
}

label {
	width:170px;
	text-align:right;
	padding:5px;
}

.asterisque {
	color:#900;
}

#chps_obli {
	margin-top:10px;
	color:#333;
	font-style:italic;
	font-size:10px;
}

.alerte {
	font-weight:bold;
	color:#900;
	border:1px solid #900;
	background-color:#FDF7DF;
	padding:5px;
	width:250px;
}
/* *********************************************** */
/* ******************* ACCUEIL ******************* */
/* *********************************************** */

/*************************** Horloge ***************************/
#horloge {
	width:194px;
}

#date {
	width:194px;
	text-align:center;
	color:#775900;
	font-size:12px;
	font-weight:bold;	
}

/*************************** Blocs ***************************/
.float_g {
	float:left;
}
.float_d {
	float:right;
}

/*************************** table ***************************/
table.largeur195{
	width:195px;
	margin-right:18px;
	margin-top:10px;
	margin-bottom:10px;
}
table.largeur495{
	width:495px;
	margin-right:18px;
	margin-top:10px;
	margin-bottom:10px;
}
table.largeur690{
	width:690px;
	margin-right:18px;
	margin-top:10px;
	margin-bottom:10px;
}
table.largeur900{
	width:940px;
	margin-top:10px;
	margin-bottom:10px;
}
.tetiereTable{
	background-color:#EAB825;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
.fondTable{
	background-color:#FFFFFF;
	font-size:11px;
}
.tdpadding{
	padding:0px;
}
p.lireSuite{
	text-align:right;
	text-decoration:underline;
}
p.lireSuite a{
	color:#000;
}
.titreTable{
	text-decoration:underline;
}
.texteTable{
	margin-top:5px;
}

