body, td
	{
	/*margin: auto;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #123a6b;
	
	}
a
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #123a6b;
	text-decoration: none;
	}

a.ban{
	margin:0;
}

a:hover
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: ;
	background: ;
	text-decoration: none;
	}

a.arouge, a.arouge:hover
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cc0000;
	background: none;
	text-decoration: none;
	}
a.menu
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: #123a6b;
	text-decoration: none;
	}
img
	{
	border:0;
	}

textarea, input
	{
	background-repeat: no-repeat;
	background-position: center;
	background-color: #E7E7E7;
	border-width: 1px;
	border-color: #F47B27;
	border-style: double;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #123a6b;
	}

select
	{
	background-repeat: no-repeat;
	background-position: center;
	background-color: #E7E7E7;
	border-width: 1px;
	border-color: #F47B27;
	border-style: double;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #123a6b;
	}

.acastillage
	{
	list-style-image: url("img/helice.gif");
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #123a6b;
	line-height: 150%;
	}

.rouge
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #cc0000;
	}

.rouge18
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #cc0000;
	}

.rouge24
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #cc0000;
	}

.bleu24
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #123a6b;
	}

.detail
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	}

.pied
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	}

.bgbas
	{
	height: 5px;
	background-repeat: repeat-x;
	}
	
#menu, #menu ul /* Liste */     
	{
	padding : 0; 
	margin : 0; 
	list-style : none;
	line-height : 30px;
	text-align : center;
	}

#menu
	{
	font-weight : bold;
	font-family : Arial;
	font-size : 12px;
	}

#menu a
	{
	display : block;
	padding : 0; 
	background : #2960ba;        
	color : #75cae7;
	text-decoration : none;
	width : 144px;
	}

#menu li 
	{ 
	float : left; 
	/* pour IE qui ne reconnaît pas "transparent" */
	border-right : 1px solid #fff;
	}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
	{
	border-right: 1px solid transparent ;
	}
#menu li ul 
	{ 
	position: absolute;
	width: 144px;
	left: -999em;
	}
#menu li ul li
	{
	/* pour IE qui ne reconnaît pas "transparent" */
	border-top : 1px solid #fff;
	}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
	{
	border-top : 1px solid transparent;
	}
#menu li ul ul 
	{
	margin: -22px 0 0 144px ;
	/* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
	border-left     : 1px solid #fff ;
	}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul ul                
	{
	border-left     : 1px solid transparent ;
	}
#menu a:hover 
	{
	color: #2960ba;
	background: #75cae7;
	}
#menu li:hover ul ul, #menu li.sfhover ul ul
	{
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul
	{
	left: auto;
	min-height: 0; /* Corrige un bug sous IE */
	}

	
	


