/* DEB ====== LOGOS =========================================================================*/
#logo_image{
	background-image: url('../_images/ecu.jpg');
	position: absolute;
	left: 5px;
	top:5px;
	width:113px;
	height:141px;
	background-repeat: no-repeat;
	opacity:0.2;
/*	z-index: -1;*/
}
/* FIN ====== LOGOS =========================================================================*/

#blocs{
	position: absolute;
	top: 160px;
	left: 5px;
	margin-left: 0px;
	width=100%;
}
.bloc{
	margin-top: 20px;
}
.menu{
	left: 5px;
	width: 100px;
	margin-left: 0px;
	border: medium solid Gray;
	padding-left: 13px;
	float:left;
}
.contenu{
	margin-left: 120px;
	padding-right: 10px;
	border: medium solid Gray;
}

a:link {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #F8BF24;
	text-decoration: underline;
	font-weight: normal;
}
.td_link{
	width:200px;
}
.over	{background-color:#dedede;}
.out	{background-color:white;}

/* DEB ====== FORMULAIRE =========================================================================*/
.form_erreur{
	color: red;
	border: 1px solid Red;
	margin: 10px 0px 10px 0px;
}
.form_type1{
	margin: 0px 0px 0px 0px;
}

.form_type1 fieldset{
	border: 1px solid #000000;
	padding: 5px;
	margin: 0px 0px 5px 0px;
}

.form_type1.fieldset titre_fs{
	display: inline;
	float:right;
}

.form_type1 input{
	margin-bottom: 2px;
	font-family: Times New Roman,Verdana, Arial, Geneva , sans-serif;
	font-size: 12px;
}
.form_type1 .aff{
	background-color:silver;
}
.form_type1 select{
	margin-bottom: 2px;
	font-family: Times New Roman,Verdana, Arial, Geneva , sans-serif;
	font-size: 12px;
}

.form_type1 label{
	background-color: #dedede;
	display: inline;
	float: left;
	width: 200px;
	text-align: right;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
}

.form_type1 .btval{
/*	PARTIE ASSUMEE PAR LE FICHIER default_xxx.css de la direction	
	background-color: #dddddd;
*/
	font-weight: bold;
}
.form_type1 .btval:hover{
	color: #848484;
}
/* FIN ====== FORMULAIRE =========================================================================*/
