/* 
	Onyme 2006
*/

/* Elements */
#conteneur{
	margin:auto;
	width: 800px;
}
#global {
	float : left;
	width: 100%;
	background: #FFFFFF;
	top: 0px;
	margin-top: 0px;
	padding-top:0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
     }
	 
#header{
	position : relative;
	background:transparent url("images/titre_milieu.png");
	background-repeat:repeat-x;
	font-size:18px;
	width:800px;
	left:0px;
	height:100px;
}


#header2{
	position : relative;
	float: left;
	text-align	: left;
	padding-left:5px;
	vertical-align	:	middle;
	background: #FFFFFF;
	font-size:18px;
	width:795px;
	left:0px;
	height:20px;
	}

#menu{
	position:relative;
	float :left;
	padding:10px 5px 10px;
	margin-top: 0px;
	background: #FFFFFF url("images/fond_menu.gif");
	background-repeat:no-repeat;
	width:185px;
	height : 310px;
	left:0px;
}
/*
#underMenu{
	position:relative;
	float : left;
	background:transparent url("images/grille_bas.png");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-top:10px;
	width:200px;
	left:0px;
	height:100px;
}*/
#content{
	position:relative;
	float : left;
	text-align:justify;
	background: #FFFFFF;
	overflow:none;
	margin-top:0px;
	width:595px;

}
#footer
{
	float : left;
	padding-right: 5px;
	text-align	: right;
	background:	#FFFFFF url("images/barre_bas_repeat.png");
	width:795px;
	left:0px;
	height:15px;
}


.footerLink{
	/*position:absolute;*/
	right:5px;
	bottom:0px;
	text-decoration:none;
	color:#777777;
	font-variant:small-caps;
	font-size:9pt;
}

/* Classes */
body{
	text-align:center;
	background-color: #ececec;
	font-size:9pt;
	font-family:Verdana;
	margin-top:0px;
	margin-bottom:0px;
	
}
p{
	font-size:10pt;
	font-family:Verdana;
	text-align:justify;
	font-stretch:expanded;
}

td{
	font-size:10pt;
	font-family:Verdana;
	font-stretch:expanded;
}
div.menu{
	background: url("images/puce_orange.gif");
	background-repeat:no-repeat;
	background-position:center left;
	font-variant:small-caps;
	font-size:8pt;
	font-weight:bold;
	text-indent: 30px;
	text-align:left;
	padding:17px 3px;

}
ul.menu{
	margin-left:25px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
li.menu{
	font-variant:small-caps;
	font-size:9pt;
	text-align: left;
	max-width:150px;
	margin-top:4px;
}
a.menu{
	color:black;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.erreur{
	color: red;
	font-weight: bold;
	font-style: italic;
	text-decoration:none;
	font-size:12px; 
}


/* lien10grisgras */
.liengris{ color: #413D47;	font-size: 10px;	padding: 0px;	font-weight: bold;	text-decoration:none;}
a.liengris:visited{ color: #413D47; font-size: 10px; padding: 0px; font-weight: bold; text-decoration:none;}
a.liengris:hover{ color: red; font-size: 10px; padding: 0px; font-weight: bold;	text-decoration:none;}



.labelForm{
	width:30%;
	font-size:8pt;
	font-variant:small-caps;
	vertical-align:top;
}
.labelForm,.valueForm{
	border-bottom:1px solid black;
}

div.titrePage{
	font-size:12pt;
	color: red;
	text-align:left;
	font-weight:bold;
	padding:10px 0px;
}

h1{
	font-weight:bold;
	font-size:15pt;
	font-variant:small-caps;
	text-decoration:none;
	color:black;
}
h2{
	font-weight:bold;
	font-size:14pt;
	font-variant:small-caps;
	text-decoration:underline;
	color:black;
}
h3{
	font-weight:bold;
	font-size:12pt;
	font-variant:small-caps;
	text-decoration:underline;
	font-style:italic;
	color:black;
}
h4{
	font-weight:bold;
	font-size:11pt;
	font-variant:small-caps;
	text-decoration:underline;
	color:black;
}
li.erreur{
	color:red;
	font-size:8pt;
}