/* CSS Document */

body{
	margin:0;
	font-family: arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #fff;
}

a{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  color: #3A8136;
  text-decoration: underline:
}

#titre {
	display: none;
	text-indent: -9000px;
	text-align: left;
}
#header {
	height: 145px;
	width: 100%;
}
#bandeau {
	background: url('../images/bandeau_top.gif') top left no-repeat;
}
#corps {
	height: 300px;
	width: 100%;
}
#footer {
	height: 125px;
	width: 100%;
	background: url('../images/page_bas.jpg') bottom left no-repeat;
}

.menu{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fffcdf;
	text-align: center;
	vertical-align: middle;
}
.menu a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.titre{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: right;
	font-weight: bold;
	padding: 0 20 0 0px;
	text-transform: uppercase;
}
.texte{
	font-family: arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.bloc{
 padding: 15 15 15 10px;
 font-size: 0.75em;
 color: #363;
}
.bloc a{
 color: #363;
 text-decoration: none;
}
input, textarea, select{
 border: 1px solid #003366;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 padding: 0 0 0 2px;
}
.preview_titre{
	text-align: center;
	margin:0px;
	padding: 10 0 5 0px;
}
.preview_commentaire{
	text-align: center;
	padding: 0 0 10 0px;
}
.tab_lig1{
	background-color: #c00;
	color: #fff;
	font-weight: bold;
}
