body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:#032b5e;
	color:#000;
}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link,a:active,a:visited {
	text-decoration: underline;
	color: #DDD;
} 
a:hover{
	text-decoration: none;
	color: #FFF;
}
.foot{
	font-size:10px;
	text-align:center;
	color:#FFF;
}
.cote{
	background:#CCC url(../images/f_coteh.jpg) repeat-x;
	vertical-align:top;
}

.contenutxt{
	padding:15px;
	color:#FFF;
	text-align:left;
}
.finfloat{
	clear:both;
}


/* Menus */
#menu div {
	position: absolute;
}
* html #menu div {
	margin-left : -180px;
	margin-top : 32px;
}
#menu ul {
	padding:0;
	margin:0;
	border-left: 1px #FED404 solid;
	border-right: 1px #FED404 solid;
}
#menu ul li {
	padding:0;
	margin:0;
	list-style: none;
	list-style-position: outside;
}	
#menu ul li a {
	padding: 2px;
	width: 174px;
	display:block;
	border-bottom: 1px #FED404 solid;
	background:#002F5D;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
}
* html #menu ul li a {
	width: 178px;
}
#menu li a:hover {
	background : #0098DC;
	font-weight: bold;
}
/* Fin Menus */

.txt-b10{
	padding:0 3px;
	color:#000;
	font-size:9px;
}
.txt-b10 a:link, .txt-b10 a:active, .txt-b10 a:visited, .txt-b10 a:hover{
	color:#000;
}

.comments{
	font-size:10px;
	font-style:italic;
}

/*actus*/
dl.actus{
	margin:0;
	padding:0;
}
dl.actus dt a:link, dl.actus dt a:active, dl.actus dt a:visited, dl.actus dt a:hover{
	font-weight:bold;
	color:#000;
}
dl.actus dd{
	margin:0;
	padding:0;
}

/* Formulaires */
.chps {
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.bouton{
	background-color:#EEE;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bolder;
	color: #333;
}
.boutonr{
	background-color:#E2373F;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bolder;
	color: #FFF;
}

.erreur{
	color:#F00;
	font-weight: bold;
	padding:5px 15px;
}
.confirm{
	color:#039ce2;
	font-weight: bold;
	padding:5px 15px;
}