body {
	
	background:center top repeat-x url(../images_new/navigation-bg.png); 
	margin: 0px;
	padding: 0px;
	background-color:#f7f6eb;
	font-family:"Trebuchet MS",sans-serif;
	font-size:12px;
	color:#333333;
}

p {
	font-family:"Trebuchet MS",sans-serif;
	font-size:12px;
	color:#333333;
}

td {
	font-family:"Trebuchet MS",sans-serif;
	font-size:12px;
	color:#333333;
}



A:link {
  color : #689dd2;
  font-size: 12px;
  text-decoration: none;
  }

A:visited {
  color : #689dd2;
  font-size: 12px;
  text-decoration: none;
  }

A:hover {
  color : #333333;
  font-size: 12px;
  text-decoration: none;
  }
h1 { font-size:18px;font-weight:normal;}
h2 { font-size:10px; font-weight:normal;margin:0px;}
h3 { color:rgb(153,153,153); font-weight:normal; font-size:12px;}
h4 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size:12px;
}
h5 {
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:3px;
	color:rgb(164,52,45);
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: center;
	margin:0px;
	}
h6 { color:rgb(153,153,153); margin-bottom:12px; }
form fieldset.panel {
	background:repeat-x rgb(255,255,255);
	padding: 5px;
}


ul { list-style:circle; }

.bleu {
	color: #4D7BDB;;
}

.marin{
	color: #233DB7;
}

.rouge {
	color: #C90000;
}

.noir {
	color: #000000;
}

.vert{
	color: #05AD01;
}

.turquoise{
	color: #249ABD;
}

.blanc{
	color: #ffffff;
}
.smallTexte{
	font-size:10px;
	color: #999999;
}
.gris {
	color: #999999;
}

form {
	background:url(../images_new/form-bg.png);
	padding: 5px;
}
form table td.input span.tip { margin:0px 6px; color:rgb(153,153,153); }
.souligner {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.backBlanc {
	background-color: #FFFFFF;
}

.specialbtn{
height: 22px;
font-weight: bold;
background-color: #f7f6eb;
color: #4596c1;
font-size: 10px;
}

.specialbtn_over{
height: 22px;
font-size: 10px;
font-weight: bold;
background-image:url(../images_new/btn_bg.gif);
background-repeat:repeat-x;
color: #2f2e29;
}

.jrouge{
font-weight: bold;
text-align:center;
padding: 8px;
margin: 6px;
border: 2px solid #CC0000;
color: #CC0000;
background-color: #FED8D8;
margin-top: 8px;
}

.jvert{
font-weight: bold;
text-align:center;
padding: 8px;
margin: 6px;
border: 2px solid #009900;
color: #009900;
background-color: #DBFFCE;
margin-top: 8px;
}

.nobg{
background: none;
}

#topmenu{
	color:#FFFFFF;
	font-size:14px;
	padding-top:5px;
}

#topmenu a{
	color:#FFFFFF;
	font-size:15px;
}
#topmenu a:hover{
	color:#000000;
	font-size:15px;
}

.msg_erreur{
	font-weight: bold;
	text-align:center;
	padding: 8px;
	margin: 6px;
	border: 2px solid #CC0000;
	color: #CC0000;
	background-color: #FED8D8;
	margin-top: 8px;
}

.msg_success{
	font-weight: bold;
	text-align:center;
	padding: 8px;
	margin: 6px;
	border: 2px solid #009900;
	color: #009900;
	background-color: #DBFFCE;
	margin-top: 8px;
}

