* {
margin:0;
padding:0;
}

body{
background:#F5F5F5;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

table {
border:0;
}

h2 {
font-size:15px;
color:#2A94E2;
}

h3 {
font-size:15px;
color:#A5A5A5;
font-weight:normal;
}

p {
padding-bottom: 5px;
}

label {
font-weight:bold;
color:#333;
}

a img {
border:0;
}

/* ----- common ------ */
div.all {
	background:#fff;
	position:relative;
	width:911px;
	height:767px;
	margin:0 auto;
}

div.header {
	position:relative;
	width:911px;
	height:299px;
}

div.flash-en-tete_ {
	position:absolute;
	left:0px;
	top:0px;
	width:731px;
	height:299px;
}

/* login */

div.login {
	position:absolute;
	left:731px;
	top:0px;
	width:172px;
	height:150px;
	background:#CACAC9;
	padding:10px 0 0 8px;
}

div.login, div.login a, div.login a:visited {
color:#fff;
}
div.login a:hover {
text-decoration:none;
}
#logged_in  {
font-weight:bold;
text-align:center;

}
#logged_in a, #logged_in a:visited {
text-decoration:none;
border:1px solid #fff;
padding:2px 5px;
}
#logged_in a:hover{
border:1px dashed #fff;
}

#login_liens {
margin-top:10px;
text-align:center;
}
#login_liens img  {
border:1px solid #D5D5D5;
vertical-align:middle;
}

input.login_text {
border: 1px solid #7E7E7E;
color:#999;
width:130px;
font-size:10px;
line-height:16px;
height:18px;
}

input.login_submit {

border:0;
background:#7E7E7E;
font-weight:bold;
color:#fff;
line-height:15px;
font-size:10px;
padding-top:1px;
}




div.main-menu {
	position:absolute;
	left:731px;
	top:150px;
	width:180px;
	height:149px;
}



div.main {
	position:relative;
	width:911px;
}
div.main table{
	border-collapse:collapse;
	border:0;
}
div.main table tr td{
	vertical-align:top;
}
/* foot */

div.foot {
	position:relative;
	width:911px;
	height:30px;
	text-align:center;
	color:#A5A5A5;
	background:#CACAC9;
}

div.foot ul {
list-style:none;
}
div.foot ul li {
display:inline;
}
div.foot ul li a, div.foot ul li a:visited{
color:#A5A5A5;
}
div.foot ul li a:hover {
text-decoration:none;
}
#copyright, #copyright:visited {
color:#A5A5A5;
text-decoration:none;
}
#copyright:hover {
text-decoration:underline;
}

.gris_fonce{
background:#CACAC9;
}

.gris_claire{
background:#F5F5F5;
}

a.lien_orange, a.lien_orange:visited {
padding-left: 15px;
color:#F59832;
background: url(images/fleche_orange.gif) no-repeat left;
font-weight:bold;
}
a.lien_orange:hover {
text-decoration:none;
}

.blue {
color:#2A94E2;
}

.gris {
color:#A5A5A5;
}

.bord {
border:1px solid #A5A5A5;
}

.str_blue strong {
color:#2A94E2;
}

#leMessageBox {
position:absolute; 
width:25%; 
text-align:center;
top:350px;
border:6px solid #ddd;
background:#F59832;
z-index:100;
left:37.5%;
padding:10px;
font-weight:bold;
color:#fff;
display:none;
}

