﻿body 
{
	margin:0px;
	font-family:Arial;
	font-size:11px;	
}

input
{
	font-family:Arial;
	font-size:11px;
	height:16px;
	border:1px #7F9DB9 solid;
}

select
{
	font-family:Arial;
	font-size:11px;
}

textarea
{
	font-family:Arial;
	font-size:11px;
}

hr
{
	margin-top:10px;
	margin-bottom:10px;
	width: 60%; 
    color: #91837c; /*76AFDB*/ 
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none;
    height: 1px; 
    background-color: #91837c; /*76AFDB*/ 
    border-bottom-style: none;
}

.bleu
{
	border-top: 10px solid #bfb6ac;
	border-bottom: 10px solid #bfb6ac;
	BACKGROUND-COLOR: #bfb6ac; /* #e5f4ff */
}


#hautpage
{
	background-color:#ba002a; /* #76AFDB */
	height:100px;
}

#bandeau 
{
	position:relative;
	margin:auto;
	width:841px;
	height:92px;
	background-image:url(../../images/bandeau.gif);
	background-position:center top;
	background-repeat:no-repeat;	
}

#bandeau a
{
	position:absolute;
	top:4px;
	right:4px;
	text-decoration: none;
	font-size: 11px; 
	color: #FFFFFF;
	padding-top:0px;
}

#bandeau a:hover
{
	text-decoration: underline;
	background-color: none;
}

.login
{
	position:relative;
	left: 485px;
	top:8px;
	width:346px;
	
	font-weight:bold;
	font-size:11px;
	font-family:Arial;
	color:#FFFFFF;
}

#titre
{
	position:absolute;
	text-align:right;
	width:630px; /* 580px */
	left:205px; /* 250px */
	top:33px; /* 50px */

	font-weight:bold;
	font-size:17px;
	font-family:Arial;
	color:#91837c; /*#0A4C7E */
}

#region
{
	position:absolute;
	text-align:left;
	width:800px; 
	left:24px;
	top:50px;

	font-weight:bold;
	font-size:24px;
	font-family:Verdana; /* Arial */
	color:#91837c; /*#0A4C7E */
}

#sous-titre
{
	position:absolute;
	text-align:right;
	width:630px;
	left:205px;
	top:75px;

	font-weight:bold;
	font-size:14px;
	font-family:Arial;
	color:#cc0029; /*#0A4C7E */
}

#corps
{
	margin: auto;
	margin-top:12px;
	width : 850px;
	height: 600px;
	border: 0px solid dimgray;
}

#menu
{
	float:left;
	background-color:#91837c /* #ECECEC */;
	width:160px;
	height:580px;
	margin-left:4px;
	
}
#menu ul
{
	margin:5px;
	padding: 0px;
}

#menu li
{
	
	padding-top:8px;
	padding-bottom:8px;
	
	list-style-type: none;
	background: url(../../images/puce.gif) no-repeat 0% 48%;
	padding-left:15px;
	
	border-bottom:1px solid #AAAAAA;
}

#menu li:hover
{
	background-color: #bfb6ac; 	
	padding-left:30px;
}

#menu a
{
	text-decoration: none;	
	font-weight:bold;
	color:#ffffff; /* #4F4F4F */		
	
	height:25px;
}

#contenu
{
	float:right;
	margin-right:4px;
	width:665px;
	text-indent:15px;
	text-align: justify;
}

#contenu .titre
{
	background-image: url(../../images/puce2.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
	margin-bottom:8px;
	
	text-indent:0px;
	font-weight:bold;
	font-size:18px;
	font-family:Arial;
	color:#91837c /* #0A4C7E */	
}

#contenu .soustitre
{
	background-color: #bfb6ac; /* #e5f4ff; */
	/*background-image: url(/images/puce.gif);*/
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:10px;
	margin-bottom:4px;
	
	border-bottom:1px solid #91837c; /* #76AFDB */
	
	text-align:left;
	text-indent:0px;
	font-weight:bold;
	font-size:13px;
	font-family:Arial;
	color:#FFFFFF; /* #0A4C7E */	
}

#piedpage
{
	clear:both;
	margin: auto;
	padding-top:20px;
	padding-left:160px;
	width : 690px;
	height: 40px;
	font-size:11px;
	font-family:Arial;
	text-align:center;
	
	color:#979797;
}

a
{
	text-decoration: none;
	font-size: 11px; 
	color: #0A4C7E;
}

a:hover
{
	text-decoration:underline;	
	/*background-color:#E6DB7B;*/
	color:#0A4C7E;
}

.erreur
{
	color: Red;
	font-weight:normal;
}

.commentaire
{
	color:White; /* Silver */
	font-size:11px;
}

.lien
{
	color:White;
	font-weight:bold;
}