/* CSS Document */

body{
font-size:12px;	
}

#global{
	width:100%;
	height:100%;
	text-align:left;
	font-family: Calibri, Arial, Verdana; 
	font-size:14px;	
}

#header{
	text-align:left;
	height:100px;
	margin:2%;
}

#header .logo{
	width:240px;
	text-align:left;
	float:left;
}

#header img{
	border:0;
}

#header .titre_page{
	margin-left:140px;
	padding-top:0px;
	width:350px;
	float:left;
}

#header .titre_page .societe{
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	color: #5bb9d3;
}

#header .titre_page .suivi{
	font-size:24px;
	font-weight:bold;
}

#header .bienvenue{
	float:right;
	
}

#content{
	width:98%;
	min-height:400px;
	margin:1%;
	clear:left;
	overflow:auto;
}

#contentg{
	width:70%;
	float:left;
}

#contentd{
	width:28%;
	float:right;
}

#tablecr{
	width:100%;
	border:#000 solid 1px;
	border-collapse: collapse;
}

#tablecr a{
	font-weight:bold;
	color:#000;
	text-decoration:none;	
}

#tablecr a:hover{
	font-weight:bold;
	color:#5bb9d3;
	text-decoration:underline;	
}

#tablecr th{
	background:#5bb9d3;
	height:25px;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	border:#000 solid 1px;
}


#tablecr td{
	font-size:14px;
	padding:10px;
	border:#000 solid 1px;
}

#tablecr td ul{
padding-left:15px; 
}

#tablecr td ul ul{
padding-left:25px; 
}

#tablecr .date{
	width:100px;
}

#tablecr .client{
	width:250px;
}


/* ********************************************************************************** */
/* Mon compte*/
/* ********************************************************************************** */

.inscription {
	text-align:left;
}

.msgFalseIsc{
	color:red;
	font-weight:bold;
}

.oublimdp{
	text-align:left;
	font-size:11px;
	margin-bottom:10px;
}

.oublimdp a{
	text-decoration:none;
	color: #255ba5;
}


#oubli{
	margin-top:20px;
	margin-bottom:10px;
	text-align:left;
	width:342px;
	display:none;
	font-weight:bold;
}

#oubli .recherche_input{
	vertical-align: middle;
	width:290px;
}

#oubli .ok_valid{
	vertical-align: middle;
	height:20px;
}

/* ********************************************************************************** */
/* Change page*/
/* ********************************************************************************** */

#chpage{
	float:right;
	height:20px;
	width:394px;
	font-size:11px;
	text-align:right;
	margin:10px 0 10px 0;
}


#chpage .numpagech a{
	width:20px;
	height:20px;
	border: 1px solid #5bb9d3;
	margin:0 5px 0 5px;
	float:right;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	line-height: 20px;
	font-weight:bold;
	color:#5bb9d3;
}

#chpage .precpage a{
	height:20px;
	margin:0 5px 0 5px;
	float:right;
	text-decoration:none;
	font-size:12px;
	line-height: 20px;
	font-weight:bold;
	color:#5bb9d3;
	text-align:right;
}

#chpage .precpage a img{
	padding-top:4px;
	border:0;

}




/* ********************************************************************************** */
/* Footer*/
/* ********************************************************************************** */

#footer{
clear:both;
color:#999;
font-size:10px;
text-align:center;
width:100%;
margin:40px;
float:both;
clear:both;
	
}