/* DÉBUT Principal */
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
/* FIN Principal */

/* DÉBUT Formulaire */
input:focus {
	/*border: #f6b619 solid 2px;
	background-color:#e9d7aa;*/
}

form div {
	padding-bottom: 10px;
}

legend { /*equivalent de H2 */
	color: #333333;
	font-size:18px;
	font-weight: bold;
	margin-bottom:5px;
}

fieldset.metadata textarea {
	float: left;
	display:block;
	clear: both;
	padding-bottom: 10px;
}

fieldset.metadata label {
	float: left;
	display:block;
	clear: both;
	padding-bottom: 10px;
}
/* FIN Formulaire */

/* DÉBUT Lien */
a {
	color: #007dbe;
	text-decoration: none;
}
a:link {}
a:visited {}
a:active {}
a:hover {
	color: #007dbe;
	text-decoration:underline;
}

a.arrow{
	padding: 0px 10px 0px 0px;
	background-image:url(../images/gabarit/fleche_contenu.gif);
	background-repeat:no-repeat;
	background-position:right top;	
}
/* FIN Lien */

/* DÉBUT Liste */
#contenu ul li{
	padding: 4px 0px 4px 15px;
	background-image:url(../images/gabarit/fleche_contenu.gif);
	background-repeat:no-repeat;
	background-position:left 3px;	
}
	#contenu ul li a{
		text-decoration: none;
	}
	#contenu ul li a:hover{
		text-decoration:underline;
	}
/* FIN Liste */

/* DÉBUT Tableau */
table{
	font-size:12px;
	margin-bottom:15px;
}
/* FIN Tableau */

/* DÉBUT balises HTML */
strong, b{font-weight:bold;}
em, i{font-style:italic;}

p {
	line-height:1.4em;
	margin:5px 0px 10px 0px;
}

h1{
	color: #333333;
	font-size:24px;
	font-weight: normal;
	margin-bottom:15px;
	padding-bottom:8px;
	border-bottom:3px solid #c1c1c1;
}

h2{
	color: #333333;
	font-size:18px;
	font-weight: bold;
	margin-bottom:5px;
	padding-bottom:2px;
	border-bottom:2px solid #c1c1c1;
}

h3{
	color:#333333;
	font-size:15px;
	font-weight: bold;
	margin-bottom:5px;
	padding-bottom:1px;
	border-bottom:1px solid #c1c1c1;
}

h4{
	color:#333333;
	font-weight: bold;
	margin-bottom:5px;
}

h5{
	color:#333333;
	font-weight: normal;
	margin-bottom:5px;
}

hr{
	color: #999999;
	background-color: #999999;
	margin:7px 0px 7px 0px;
	display:block;
	height: 1px;
	width:100%;
}
/* FIN Balises HTML */

/* DÉBUT CSS utilitaire */
.left {float: left;}
.right {float: right;}
img.left {margin: 0 10px 0 0;}
img.right {margin: 0 0 0 10px; padding: 1px;}

.erreur{background-color:red;}
.retrait{padding-left: 30px;}
.clear{
	display:block;
	clear:both;
	float:none !important;
}


/* FIN CSS utilitaire */

.encadre{
               padding :10px;
               background-color :#999;
}
