body 
{
	background-color:#E8EEF2;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}

*
{
	font-family: Arial;
	font-size: 12px;
}

form
{
	margin-bottom:0px;	
	margin-top:5px;
}

p
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer
{
	margin-bottom:5px;
}


a {
	color:black; 
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:black; 
	text-decoration:underline;
	font-weight:bold;
}

.soustitre { font-weight:bold; color:#003366}
.grostitre { font-weight:bold; color:#003366; font-size: 15px;}
.rouge { font-weight:bold; color:red}

/******************************** Content table *****************************/

table.tableau
{
	border-collapse : collapse;
	border:1px solid #475879;
	margin-left:auto;
	margin-right:auto;
}

table.tableau th
{
	padding:3px;
	height:20px;
	border-bottom:1px solid #475879;
	background-color: #CDD8E9;
	color:black;
}

table.tableau td
{
	padding-left:7px;
	padding-right:7px;
	border-bottom:1px solid #475879;
	text-align:center;
}


table.premium
{
	border-collapse : collapse;
	margin-left:auto;
	margin-right:auto;
}

table.premium th
{
	padding:3px;
	color:black;
	text-align:center;
}

table.premium td
{
	padding:7px;
	text-align:center;
}


table.body
{
	width:750px;
	border-collapse : collapse;
	margin-top:5px;
	margin-bottom:5px;
}


table.body td#top-logo
{
	height:90px;
	width:300px;
	padding:0px;
	vertical-align:bottom;	
}

table.body td#top-menu
{
	width:450px;
	height:60px;
	padding-bottom:4px;
	text-align:right;
	color:black;
	font-weight:bold;
	vertical-align:bottom;	
}

table.body td#top-onglet
{
	height:30px;
	padding:0px;
	background-image:url(images/top.gif);
}

table.body td#top-titre
{
	height:30px;
	padding:0px;
	white-space: nowrap;
	font-size: 18px;
	color:white;
	background-color:black;
	text-align:right;
	vertical-align:middle;
	font-weight:bold;
}

table.body td#middle
{
	background-image:url(images/middle.gif);
	padding-top:10px;
	padding-left:11px;
	padding-right:11px;
}

table.body td#bottom
{
	height:15px;
	padding:0px;
	background-image:url(images/bottom.gif);
	background-repeat:no-repeat;	
}



table.formTable
{
	border-collapse : collapse;
	margin:0px;	
}

table.formTable td
{
	padding:2px;
	height:20px;
	border:0px;
}


#tooltip
{
position:absolute;
left:-100px; 
top:-100px;
color:black;
padding: 2px;
border:1px solid red;
background-color: white;
visibility: hidden;
font-weight:bold;
z-index: 100;
white-space: nowrap;
}


.bouton {
background-color : #E9F0FB;
border: 1px solid black;
}



/******************************** Panels *****************************/
.redPanel
{
border: 1px solid #C91800;
BACKGROUND-COLOR: #F7E7E7;
font-family: Arial;
color: #C91800;
font-weight:bold;
padding:10px;
margin-top: 5px; 
margin-bottom: 5px; 
margin-left: auto; 
margin-right: auto;
text-align:center;
}


.greenPanel
{
border: 1px solid #0E6E1C;
BACKGROUND-COLOR: #E1F9C1;
font-family: Arial;
color: #0E6E1C;
font-weight:bold;
padding:10px;
margin-top:10px; 
margin-bottom:10px; 
margin-left: auto; 
margin-right: auto;
text-align:center;
}


.bluePanel
{
border: 1px solid #2C4073;
BACKGROUND-COLOR: #E9F0FB;
font-family: Arial;
color: #2C4073;
font-weight:bold;
padding:10px;
margin-top:10px; 
margin-bottom:10px; 
margin-left: auto; 
margin-right: auto;
text-align:center;
}



fieldset
{
border:2px solid #475879; 
width:410px;
margin-bottom:15px;
padding-bottom:5px;
}

fieldset legend
{
padding-left:3px;
padding-right:3px;
}

