@charset "utf-8";
/* CSS Document */

html{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:grey;
	text-decoration:underline;
	}

a img{
	border:none;
}

a img:hover{
	text-decoration:hidden;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.header{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #cccccc;
}

.logotplus{
	float:left;
	margin-left:10px;
}

.deconexion{
	float:right;
	margin-top:15px;
	width: 120px;
	height: 80px;
	text-align: center;
}

.logoclient{
	float:right;
	margin-top:10px;
	width: 120px;
	height: 80px;
	text-align: center;
	border-right: 1px solid #cccccc;
}

.infoclient{
	float:right;
	margin-top:10px;
	width: 150px;
	height: 80px;
	border-left: 1px solid #cccccc;
}

.separationheader{
	margin-top:10px;
	width: 100%;
	height: 30px;
}

.boutton_pannier{
	float:right;
	height: 20px;
	margin-right: 25px;
	
}

.panier{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 98%;
	margin:auto;
	margin-bottom: 20px;
	background: #ffffff;
	border: solid 1px #dddddd;
	z-index: 99;
}

.admin {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.conseil {
background-color:#dddddd;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}

.table1header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background-image:url(images/bg_Entete_table.jpg);
height:29px;
}

.table1content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.header_date {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
font-style:italic;
}

.header_login {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

.header_client {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

.tableclient{
	margin-left:50px;
	margin-right:10px;

}

.trtable{
	border-bottom: 1px solid #aaaaaa;
}

.connexion{
	color: #ffffff;
	position:absolute;
	right:300px;
	top: 10px;
	width:800px;
	height:23px;
}

.connexion-right{
	color: #ffffff;
	position:absolute;
	right:0;
	width:790px;
	height:23px;
	text-align:left;
	background-image:url(images/entete_client_bg.jpg);

}
.connexion-left{
	position:absolute;
	width:12px;
	height:23px;
	left:0px;	
	background-image:url(images/entete_client_gauche.jpg);

}
.envoyer{
	text-align:center;
	}

.eclate {
	text-align:left;
	overflow:auto;
	height: 500px;
	border: solid 1px #c5c5df;	
	}
		
.contenu{
	position:relative;
	margin-left:25px;
	margin-right:25px;
	margin-top: 0px;
}

.mail{
	position:relative;
	top:100px;
	border:1px solid #FFCC00;
	width:800px;
	margin:auto;
	text-align:center;
}

 tr .table1content:hover{
	background-color: #eeeeee;
}


div#footer { 
    background: #fff; 
    position: fixed !important; 
    right: 4px; 
    bottom: 4px; 
    display: block; 
    height: 40px; 
    width: 100px; 
    border: solid 1px #c5c5df;
	}

.DIV_BG{
	margin:auto;
	margin-top:5px;
	width:100%;
	background-color:#99cdff;
	position:relative;
	min-height:20px;

}
.DIV_BG_Gauche_h{
	float:left;
	width:7px;
	height:10px;
	background-image:url(images/DIV_BG_Gauche.jpg);
	background-position:top;
	position:absolute;
	left:0px;
	top:0px;
	
}
.DIV_BG_Gauche_b{
	
	width:7px;
	height:10px;
	background-image:url(images/DIV_BG_Gauche.jpg);
	background-position:bottom;
	position:absolute;
	left:0px;
	bottom:0px;
}

.DIV_BG_Middle{
	width:80%;
	margin:auto;
}
.DIV_BG_Droit_h{
	
	width:7px;
	height:10px;
	background-image:url(images/DIV_BG_Droit.jpg);
	background-position:top;
	position:absolute;
	right:0px;
	top:0px;
	
}
.DIV_BG_Droit_b{
	
	width:7px;
	height:10px;
	background-image:url(images/DIV_BG_Droit.jpg);
	background-position:bottom;
	position:absolute;
	right:0px;
	bottom:0px;
}
