/*
COULEURS

BLEU : #1D357D
GRIS CLAIR : #909090
GRIS FONCE : #5E5E5E
*/

body{
	background:#FFF;
	margin:0;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
    font-size: .7em;
	color:#909090;
}
#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:140px;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}
#header h1 {
	margin:0;
}
#menu {
	border-bottom:1px solid #5E5E5E;
	padding-bottom:5px;
	width:auto;
	height:30px;
}
#menu, #menu ul, #menu li{
	font-size:15px;
	list-style:none;
	font-weight:normal;
}
#menu li {
	width:auto;
	padding:8px 27px;
	float:left;}
#menu ul {
	margin:0;
	padding:0;
	width:auto;
}
#menu a {
	color:#5E5E5E;
	text-decoration:none;
}
#menu a:hover {
	color: #1D357D;
}
#main {
	width:100%;
	height:auto;
}
#left {
	width:200px;
	float:left;
}
#login {
	width:200px;
	height:187px;
}
#offres {
	width:200px;
	height:263px;
}

	
#middle{
	float:left;
	width:555px;
	padding:0 15px 0px 20px;
	height:600px;
}
#middle p, #middle h2 {
	margin-top:0;
	
}
#middle h2, #home h2, #main h2.home {
	border-bottom:1px solid #909090;
	padding-bottom:8px;
	font-size:1.6em;
	color:#5E5E5E;
	font-weight:normal;
}
#main h2 {
	color:#5E5E5E;
	font-size:1.6em;
	font-weight:bold;
	border:none;
}
#main h3 {
	color:#1D357D;
	margin:0;
	font-size:12px;
	font-weight:300;
}

#right{
	float:right;
	width:205px;
	height:366px;
	padding-top:85px;
	color:#2A4561;
	background:url('../images/newsbg.jpg') left top no-repeat;
}
#right p {
	margin:3px 12px 10px 21px;
	text-align:justify;
}
#right a {
	color:#666666;
	text-decoration:none;
}
#right a:hover {
	color:#FF3300;
	text-decoration:underline;
}
#right b a, #right b a:hover {
	color:#FF3300;
	text-decoration:none;
}
#login input.bton_nc {
	margin-top:10px;
}

#footer {
	color:#999999;
	margin-top:20px;
	border-top:1px solid #CCCCCC;
	padding-top:10px;
}
#footer a {
	color:#999999;
}

.champ {
	behavior:url('../../admin_v2/includes/png/iepngfit.htc');
	background-image:url('../../admin_v2/images/form.png');
	background-position: right top; 
	background-repeat:no-repeat;
	font-size:11px;
	border:1px solid #999999;
}
.champ_err{
	behavior:url('../../admin_v2/includes/png/iepngfit.htc');
	background-image:url('../../admin_v2/images/form.png');
	background-position: right top; 
	background-repeat:no-repeat;
	font-size:11px;
	border:1px solid #CC3300;
	background-color:#F2DAD9;
}	
input.champ, input.champ_err,  textarea.champ, textarea.champ_err{
	width:100%;
}
textarea.champ, textarea.champ_err {
	height:150px;
	overflow:auto;
}
.bton_nc {
	background:url('../../admin_v2/images/bouton_bg.gif') left top repeat-x;
	font-weight:normal;
	font-size:11px;
	border:1px solid #666666;
	width:auto;
}
.r, .red, .error {color:#CC3300;}
.comment{color:#999999;}
.spacer{clear:both;}
.left{width:auto;float:left;}
.right{width:auto;float:right;}
.autocompleter
{
	border: 1px solid #6FBEFF;
	width: auto;
	text-align:left;
	background-color: #EFF8FF;
}
.autocompleter ul li
{
	padding: 2px 10px;
	white-space: nowrap;
	font-size: 11px;
	
}
.selectAutocompleter
{
	background-color: #d2fb8f;
}
.bordered, .bordered td, .bordered th {
	border:1px solid #E7E7E7;
	border-collapse:collapse;
}
.bordered th {
	background:#E7E7E7;
	text-align:left;
}
.tablinks{
	margin-top:10px;
}
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
    overflow: hidden;
	background-color: navy;
	padding-left: 5px;
	background-color:#CCCCCC;
}
.stats{display:none;}