body,td,th,input,button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
body{
	margin:0px;
	overflow:auto;
}
a {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:underline;
}
/*

Style du bandeau d'en-tete
*/
div#header, div#header div#hLogo{
	width:100%;
	background-color:#FFFFFF;
}
div#header div#hLogo div#hlSloggan{
	height:79px;
	text-align:right;
	background-color:#FFFFFF;
}
div#header div#hLogo div#hlLogo{
	height:79px;
	width:100%;
	background-color:#FFFFFF;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	text-align:right;
}
div#header div#hLogoBO{
	width:100%;
	background-color:#FFFFFF;
}
div#header div#hLogoBO div#hlLogoBO{
	height:79px;
	width:100%;
	background-color:#FFFFFF;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	text-align:right;
}

div#header div#hLogoBO div#hlSlogganBO{
	height:79px;
	text-align:right;
	background-color:#FFFFFF;
}
div#header div#hMenu{
	text-align:center;
	background-image:url(/images/fondMenu.png);
	background-repeat:repeat-x;
	height:17px;
	width:100%;
	padding-top:3px;
}
div#header div#hMenu div#hmBO{
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding-left:20px;
	height:17px;
	vertical-align:middle;
	position:absolute;
	top:79px;
	left:0px;
	width:50px;
}
div#header div#hMenu a{
	color:#FFF;
	text-decoration:none;
}
div#header div#hMenu a:hover{
	color:#FFF;
	text-decoration:underline;
}
/*

Style du menu de gauche
*/
div#menuGauche{
	background-color:#CCCCCC;
	float:left;
	padding:5px;
	text-align:center;
	height:100%;
	width:241px;
}
div#menuGauche div table{
	width:241px;
}
div#menuGauche div td.metro_cadre{
	width:225px;
	background-image:url(/images/cadre_h.gif);
	background-repeat:repeat-x;
	text-align:center;
}
div#menuGauche div td.metro_centre {
	background-image:url(/images/cadre_fd.gif);
	width:241px;
	height:100px;
	vertical-align:middle;
	text-align:left;
	
}
/*

Style du pied de page
*/
div#content{
	margin-left:241px;	
	overflow:visible;
}
/*

Style du pied de page
*/
div#footer{
	color:#FFFFFF;
	clear:both;
	background-image:url(/images/fondMenu.png);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:3px;
	width:100%;
	height:17px;
}
div#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
div#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/*
/*

Style des tableaux
*/

div#content{
	padding:5px;
}
div#content legend{
	background-color:#FFFFFF;
	color:#CC0000;
	border:1px ridge #2E9373;
	padding: 3px;
	font-weight:bold;
	margin-bottom:10px;
}
div#content fieldset{
	border-top:1px solid #2E9373;
	border-left:1px solid #2E9373;
	border-bottom:1px solid #2F4F4F;
	border-right:1px solid #2F4F4F;
	padding:3px;
	padding-top:10px;
	padding-bottom:10px;
	margin:5px;
	margin-left:10px;
	margin-bottom:10px;
}
div#content table.data {
	width:100%;
	border:1px ridge #3366CC;
	border-top: 0px;
}
div#content th.data {
    background-color:#3366CC;
    color: #FFFFFF;
    border: 1px ridge #006600;
    font-size: 12px;
}
div#content tr.alternate1 {
    background-color: #FFFFFF;;
}
div#content tr.alternate2 {
    background-color: #D7E0F2;
}
div#content h1,div#content h2,div#content h3{
	color:#3366cc;
}
div#content .titre {
	color:#3F7ED3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
}
div#content input.td-input{
	border : 1px solid #aaaaaa;
	background-color : #FFFFFF;
	height: 14px;
	width:350px;
}
div#content input.td-input-petit{
	border : 1px solid #aaaaaa;
	background-color : #FFFFFF;
	height: 14px;
	width:100px;
}
div#content input.td-input-crit{
	border : 1px solid #aaaaaa;
	background-color : #FFFFFF;
	height: 14px;
	width:245px;
}
div#content textarea.td-input{
	border : 1px solid #aaaaaa;
	background-color : #FFFFFF;
	width:430px;
}
div#content td.td-input{
	width:50%;
	height: 20px;
	padding: 3px;
	padding-left:10px;
}
div#content button{
	margin:4px;	
}
div#content .td-register {
	color: #FFFFFF;
	background-color: #3366CC;
	text-align: right;
	padding: 3px;
	height:20px;
	width:30%;
}
div#content .th-register {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFB062;
	padding: 3px;
}
div#content .important {
	font-weight: bold;
	color: #FF9900;
}

div#content table.formbox {
  width: 195px;
  border-style: none;
}