/* CSS Document */
/* CSS de Ben */ 
/* html {
	font-size: 90%;
} */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #84a7e1;
	background-image: url(../img/bg.png);
}
.fond {
	width: 100%;
	height: 490px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/bg_site.png);
	background-repeat: repeat-x;
	text-align: center; /* Special IE */
}

.site {
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #fff;
}
.banniere {
	width: 750px;
	height: 120px;
	float: left;
	margin: 0;
	padding: 0;
}

#menu {
position: relative;
z-index: 50000;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
#menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu dl {
	float: left;
	width: 150px;
	height: 20px;
	margin: 0;
}
#menu dt {
	width: 148px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../img/bg_menu.png);
	background-repeat: repeat-x;
	color: #fff;
	line-height: 17px;
	border-right: 1px solid #1F4397;
	border-left: 1px solid #1F4397;
}
#menu dd {
	width: 148px;
	font-size: 11px;
	background: #F0BE8F;
	border-right: 1px solid #1F4397;
	border-left: 1px solid #1F4397;
	border-bottom: 1px solid #1F4397;
	opacity: 0.95;
	filter: alpha(opacity:95);
	-khtml-opacity: 0.95;
	-moz-opacity: 0.95;			
}
#menu ul {	
	
}
#menu li {
	text-align: center;
	padding: 2px;
}
#menu li img {
	margin-left: 5px;
	margin-right: 10px;
	border: 0;
	vertical-align: middle;
}
#menu li a {
	color: #1F4397;
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	background: #fee0c4;
	text-decoration: none;
}

.contenu {
	position: absolute;
	z-index: 1;
	width: 750px;
	height: auto;
	top: 150px;
	left: 50%;
	margin-left: -375px;
	background-color: #fff;
}

.cadre {
	position: relative;
	z-index: 1;
	width: 701px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cadre_haut {
	position: relative;
	z-index: 1;
	width: 701px;
	height: 10px;
	background-image: url(../img/bg_cadre_haut.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.cadre_contenu {
	position: relative;
	z-index: 1;
	width: 701px;
	height: auto;
	background-image: url(../img/bg_cadre.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0;
	_margin-top: -6px; /* Special IE 6 et - */
	padding-top: 6px;
}
.cadre_bas {
	position: relative;
	z-index: 1;
	width: 701px;
	height: 10px;
	background-image: url(../img/bg_cadre_bas.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.offres {
	position: relative;
	z-index: 1;
	width: 700px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
.detail_offres {
	font-size: 11px;
}
	.detail_offres tr {
		height: 30px;
		vertical-align: middle;
	}
	.detail_offres td {
		border-right: 1px solid #1F4397;
		border-bottom: 1px solid #1F4397;
		text-align: center;
		vertical-align: middle;
	}
	.detail_offres_titre {
		height: 20px;
		vertical-align: middle;
		background-color: #f0be8f;
	}
.td_bleu {
	background-color: #b8c5f4;
	text-align: center;
}
.td_text_bleu {
	color: #1f4397;
	text-align: center;
}
	
a:link {
	font-weight: bold; 
	color: #1F4397; 
	text-decoration: none;
}
a:visited {
	font-weight: bold; 
	color: #1F4397; 
	text-decoration: none;
}
a:hover {
	color: #FF8E00;
	text-decoration: underline;
}
a:active {
	color: #FF8E00;
	text-decoration: underline;
}
hr {
	width: 700px;
	height: 3px;
	border: none;
	background-image: url(../img/hr.png);
	background-repeat: repeat-y;
}
h1 {
	margin-top: 15px;
	color: #9999ff; /* #b8c5f4; */
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
h2 {
	color: #9999ff; /* #b8c5f4; */
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h3 {
	color: #1F4397;
	font-weight: bold;
	text-align: left;
	margin: 5px;
}
table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}
img {
	border: 0;
}
.footer {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	font-size: 10px;
	clear: both;
}
.roundbottom {
	background: url(../img/bas_droite.png) no-repeat top right; 
	clear: both;
	}
img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
   clear: both;
   text-align: left;
}

.formu {
	color: black;
	margin-bottom: 20px;
}
	.formu input {
		border: 1px solid #b8c5f4;
		background-color: #FFF;
		color: #1f4397;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0;
	}
	.formu select {
		border: 1px solid #b8c5f4;
		background-color: #FFF;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		color: #1f4397;
	}
	.formu textarea {
		border: 1px solid #b8c5f4;
		background-color: #FFF;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		color: #1f4397;
		font-size: 11px;
	}
	.formu strong {
		color: red;
		font-size: 8px;
	}
	.formu td {
		padding: 2px;
		text-align: left;
	}
	.formu fieldset {
		font-style: normal;
		border: 2px solid #b8c5f4;
		padding: 5px;
		clear: both;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.formu legend {
		color: #b8c5f4;
		padding: 3px;
		clear: both;
		margin: 0;
	}
	.formu .focus {
		border: 1px solid #b8c5f4;
		background-color: #f0be8f;
		color: #1f4397;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
	}
	.formu .normal {
		border: 1px solid #b8c5f4;
		background-color: #FFF;
		color: #1f4397;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
	}

.submit {
	text-align:right;
	margin-top:5px;
}
/* /CSS de Ben */ 

.common {
	text-align: justify;
}
	.common li {
		list-style-type: circle;
		margin-left: 2.5%;
		margin-bottom: 15px;
		text-align: left;
		text-align: justify;
	}

.common_center {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

.common_div { 
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	margin-top:20px;
	text-align:justify;
}

.common_div_bottom {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	margin-top:20px;
	text-align:right;
}

.common_red {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
}

.common_error {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	margin-top:10px;
	margin-bottom:15px;
	font-weight:bold;
}

.common_titre {
	color:#0000FF;
	font-size:medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:30px;
	margin-top:10px;
	font-weight:bold;
}

.common_soustitre {
	color:#0000FF;
	font-size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	margin-top:30px;
	font-weight:bold;
}

.common_form_input {
	color: #1F4397;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

.focus {
	color: #1F4397;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

.normal {
	color: #1F4397;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

.common_form_button {
	color: #1F4397;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	border-left: 1px solid #b8c5f4;
	border-top: 1px solid #b8c5f4;
	border-right: 1px solid #1F4397;
	border-bottom: 1px solid #1F4397;
	padding: 5px;
	cursor: pointer;
}

.common_form_button_small {
	font-size:9px;
	color:#000000;
	background-color:#99CCFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.ndd_whois {
	border:2px solid #ff8e00;
	font-weight:bold;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 10px;
}

.popup {
	margin: 0px;
	text-align: justify;
	border-style: solid;
	border-width: 2px;
	border-spacing:0px;
	border-color: #f0be8f;
	padding-left: 0px;
	padding-right: 0px;
	width: 498px;
	height: 296px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}
.popup_top {
	background-color:#f0be8f;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:7px;
	padding-right:7px;
	font-weight:bold;
	color:#1f4397;
}
.popup_main {
	padding-bottom:3px;
	padding-top:3px;
	padding-left:7px;
	padding-right:7px;
}



.mouse {
	cursor:pointer;
}

.accueil_cadre {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style:solid;
	border-width:1px;
	border-color:#FF9900;
	padding-left:5px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
}

.commentaire {
	font-size:0.75em;
	color:#ff8e00;
}


.offrescell {
	font-size: 10px;
	font-family: verdana, arial, helvetica;
	background-color: #f0f7fe;
	border: #99ccff 1px solid;
	color: #045390;
	text-align: center;
}

.nomdoffre {color: #FF9900; font-size: 12pt; font-weight: none;}
.titreoffre {color: #045390; text-align: center; font-weight: bold;}

/* .footer {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
} */


.tab {
	font-size: 1px;
}

/* body {
background-color: #84A7E1;
font-family: verdana;
font-size: 9pt;
} */

.dedie {
width: 355px;
}

.dedie td {
padding: 2px;
}

/* ul {
list-style-type: square;
list-style-color: #CCCCCC;
} */


.manager_tab {
	background-color: #fff; /* #1f4397; */
	font-size: 0.75em;
	margin-top:5px;
	margin-bottom:5px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-spacing: 1px; /* => cellspacing="1" */
	border-collapse: separate; /* collapse; */
}
.manager_tab th {
	font-weight: bold;
	color: #1f4397;
	font-size: 1em;
	background-color: #f0be8f;
	text-align: center;
	padding: 5px;
}
.manager_tab td {
	text-align: center;
	background-color: #b8c5f4;
	padding: 3px;
}