/**********************************************************************************/
/************************* STRUCTURE DU SITE **************************************/
/**********************************************************************************/
body {
	margin: 0em;
	margin-top: 0.5em;
	padding: 0em;
	background: white;
	background-repeat: repeat-y;
	color:#666;
	font-family:"Trebuchet MS", verdana, sans-serif;
	font-size: 0.75em;
}

.block_retour{t
	float : right;
}

.lienpicto{
	vertical-align:middle;
}

.supnews{
	float : left;
	width : 100%;
	border : 1px solid black;
	padding: 10px;
}
.conteneurForm{
	float : left;
	width : 100%;
}
.blocgauchepere{
	float : left;
	width : 50%;
	text-align:center;
}

.blocdroitemere{
	float : left;
	width : 50%;
	text-align:center;
}

.blockradio{
	width : 200px;
	text-align:center;
}

.img_pos_dr{
	float:right;
	padding : 5px;
}
.img_pos_ga{
	float:left;
	padding : 5px;
}



h1 {
	font-size:1.4em;
	color:#E0611C;
	margin-top:1.6em;
	margin-bottom:1.6em;
	padding : 0.5em;
	border  : 1px solid #E0611C;
}

h2 {
	font-size:1.2em;
	margin-top:0em;
	color:#666;/*#087CAE;*/
	margin-top:1.3em;
	margin-bottom:1.3em;
}


h3 {
	font-size:1.2em;
	margin-top:0em;
	color:#E0611C;
	margin-top:1.3em;
	margin-bottom:1.3em;
}


strong {
	font-weight:bold;
	color:#444;
}

.area_input {
	width:90%;
}


p {
	line-height:1.7em;
}

a:link, a:visited {
	color:#666;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color:#E0611C;
	text-decoration:underline;
	font-weight: bold;
}

img a:link, img a:hover, img a:visited, img {
	border:0em;
}

#admlogin{
	position:relative;
	width:300px;
	border : 1px solid white;
	margin-left:auto;
	margin-right:auto;
	padding : 50px;
}
#admcontent{
	text-align: left;
	width: 90%;
	margin: 10px auto 10px auto;
	padding: 0px 20px 0px 20px;
}

.lienadmin ul{
	position: relative;
	margin:0;
	padding: 0;
	width : 100%;
	list-style-type: none;
	padding : 0px 0px 0px 60px;
}
.lienadmin ul a{
	display: block; /* mise en block de <a> pour lui donner des dimensions */
	height: 28px;
	width: 100%;
	color: #E0611C;
	font: 14px/25px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	text-decoration: none;
	font-weight : bold;
}
.lienadmin ul a:hover {
	color: #666;
	font-weight : bold;
}

/**************** TABLEAU ADMINISTRATION *****************/



table .date_adm{
	width:10%;
}
table .titre_adm{
	width:20%;
}
table .texte_adm{
	width:20%;
}
table .langue_adm{
	width:5%;
}
table .auteur_adm{
	width:10%;
}
table .action_adm{
	width:35%;
}
table .affecter_adm{
	width:25%;
}
table .nom_dossier_adm{
	width:20%;
}
