BODY {
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	BORDER-TOP-WIDTH: 0px;
	MARGIN: 0px;
	/*
	scrollbar-face-color: #FCCB12;
	scrollbar-shadow-color: #538ABA;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #538ABA;
	scrollbar-arrow-color: #000000;
*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.texte {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;

}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
    color:#D20606;
	

}

.autre_texte {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a:hover
{
	color:#000099;
	text-decoration:none;
	font-weight: normal;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;

}

.deroulant
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.font10
{
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.href10
{
	text-decoration:underline;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.myinput
{
border-width: 1px;
border-style: double;
background-color: #FFF1D5;
font-size: 12px;
font-weight: bold;
font-face: Verdana, Arial, Helvetica, sans-serif;
}

.myinputobligatoire
{
border-width: 1px;
border-style: solid;
background-color: #FFCC66;
font-size: 12px;
font-weight: bold;
font-face: Verdana, Arial, Helvetica, sans-serif;
}

.mybutton
{

border-width: 2px;
background-color: #FFD275;
font-size: 12px;
font-weight: bold;
font-face: Verdana, Arial, Helvetica, sans-serif;
}

.mybuttonRouge
{

border-width: 2px;
background-color:#FF0000;
font-size: 14px;
font-weight: bold;
font-face: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

.myline
{
border-color:#000000;
border-left-width:0;
border-top-width:0;
border-right-width:0;
border-bottom-width:1px;
font-size: 12px;
font-weight: bold;
font-face: Verdana, Arial, Helvetica, sans-serif;

}

.titredesc{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000066;
	font-weight: bold;
}
.desc{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000066;
}


.xxpetit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.xpetit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.petit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.demimoyen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.moyen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.grand {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.xgrand {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
}

.xxgrand {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
}



/*styles du menu horizontal*/
.h_menu{
/*border: 2px solid pink;*/
}

.h_menu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:1;
height:22;
}

/*Top level list items*/
.h_menu ul li{
position: relative;
display: inline;
float: left;
text-align:center;
margin-left:0px;

}

/*Top level menu link items style*/
.h_menu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
/*
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;*/
/*border: 1px solid #ccc;*/
/*border-bottom: 0;*/
/*font-size:12px;*/
/*background-image:url(../image/cadre/div1.gif);*/
height:22px;
}
	
/*1st sub level menu*/
.h_menu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.h_menu ul li ul li{
display: list-item;
float: none;
background-color:#ffffff;

width: 200px;
padding:0px;
margin:0px;

margin-bottom:0px;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
/*.h_menu ul li ul li ul{ 
left: 159px; 
top: 0;
}
*/

/* Sub level menu links style */
.h_menu ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-align:left;
/*
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;*/
/*border: 1px solid #ccc;*/
/*border-bottom: 0;*/
/*font-size:12px;*/
background-image:url(../image/cadre/div1.gif);
height:22px;

}

.h_menu ul li a:hover{
/*background-image:url(../menu/background_menu_roll.gif);
background-repeat:repeat-x;
background-position:bottom;*/
}

.h_menu ul li ul li a:hover{
/*background-color: #DBEBFC;
color: #0948A3;*/
/*background-image:none;
text-align:left;
margin:0px;*/
}

/*Background image for top level menu list links */
.h_menu .mainfoldericon{
background-image:url(../menu/background_menu.gif);
background-repeat:repeat-x;
background-position:bottom;
}

/*Background image for subsequent level menu list links */
.h_menu .subfoldericon{
background: #FFFFFF url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .h_menu ul li { float: left; height: 1%; }
* html .h_menu ul li a { height: 1%; }
/* End */

/*styles du menu Verticale*/
/* div */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.layersdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
/*width: 100px; /* Width of Menu Items */
/*border-bottom: 1px solid #ccc;*/
}
	
.layersdiv ul li{
position: relative;
z-index:50;
}
	
/*Sub level menu items */
.layersdiv ul li ul{
position: absolute;
width: 300px; /*sub menu width*/
top: 0;
visibility: hidden;
}



/* Sub level menu links style */
.layersdiv ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
/*
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;*/
/*border: 1px solid #ccc;*/
/*border-bottom: 0;*/
/*font-size:12px;*/
background-image:url(../image/cadre/div1.gif);
height:22px;
}

.layersdiv ul li a:visited{
	/*color: black;*/
}

.layersdiv ul li a:hover{
/*background-color: yellow;*/
}

.layersdiv .subfolderstyle{
	/*background: #FFFFFF url(../image/cadre/div1.gif) no-repeat center left;*/
}

	
/* Holly Hack for IE \*/
* html .layersdiv ul li { float: left; height: 1%; }
* html .layersdiv ul li a { height: 1%; }
/* End */
