/****** Code couleur site *********/
/* 	rouge rob 		= 	#ca3423 #d23d27
		bleu lirmm 		=		#10a6c1 
		orange lirmm 	=		#ed920e
		bleu clair 		= 	#10a6c1 #a6caf0
		
		bleu foncé 		= 	#006699
		jaune 				=		#fcdc41
		gris foncé		=		#5f6a72
		gris clair		=		#999999
		blanc 				=		#ffffff 
		
*/

html 
{
  height: 100%;
  margin-bottom: 1px;
}

body 
{
	color : #5f6a72;
/*fonte générale*/
	font-family : arial, courrier;
	font-size : 12px;
	line-height : 1.3em;
	margin : 0;
}

div.center
{	
	text-align : center;
	background: #5f6a72 none repeat scroll 0 0;
}

.div 
{
font-family: arial, courrier;	
}

#page_bg 
{
	background: #5f6a72 none repeat scroll 0 0;
	margin-bottom : 1px;
	padding : 10px 0;
}

.clr 
{
	clear: both;
}

body.width_fmax div#wrapper 
{
	max-width:1160px;
	min-width:750px;
}

div#wrapper 
{
	background-color :#ffffff; 
	margin-left:auto;
	margin-right:auto;
}

#area 
{
	padding: 0;
}
	
div#header
{
	width : 1160px;
	height : 148px;
	background-color : #ca3423;
	position : relative;
}

div#header_img
{
	width : 300px;
	height : 148px;
	float : right;
}

div#headerlogo
{
	width : 650px; 
	height : 148px;
	position : absolute;
	left : 0px;
	top : 0px;
	background : url(../images/roblirmmlogo.png) left no-repeat;
}

#col1 
{
	float : left;
	width : 182px;
	background : #ffffff;
	border-right : 4px solid #999999;
	padding : 10px;
}

#col2 
{
	float : left;
	width : 700px;
	margin-left : -4px;
	border-left : 4px solid #999999;
	border-right : 2px solid #999999;
	background : #ffffff;
	padding : 20px;
}

#col3 
{
	float : left;
	width : 182px;
	margin-left : -2px;
	border-left : 2px solid #999999;
	padding : 10px;
}

#footer
{
	background-color: #ca3423;
	height : 50px;
	color : #ffffff;
}

#cadre_col2
{
	float : right;
	width : 300px;
	height :100px;
	margin-top : 40px;
	margin-right : -60px;
	background : #ffffff;
}
