﻿body 
{
    margin-left:auto;/*les marges automatiques sont centrees*/
    margin-right:auto;/*les marges automatiques sont centrees*/      
	background-image:url(..\images\portable.gif);
	font-family:Verdana,Arial,Helvetica,MS Sans-Serif;
	font-size:small;
	/*background-color:#E5F9FA;*/
	background-color:#DFDDDE;
	position:absolute;
	
	
}

#container
{
    
	background-image:url(../images/portable.gif);
	/*border:dashed thin red;*/
	width:980px;
	position:absolute;
	margin:auto;
	padding:0px;
}
#bandeau
{
	
	width:980px;
    height:150px;
    position:absolute;
	/*border:dashed thin yellow;*/
}
#newsletter
{
	width:150px;
 height:200px;
 position:absolute;top:200px;
  /*  border:dashed thin aqua;*/
    background-color:Lime;
}



#selection
{   
    width:150px;
    height:100px;
    position:absolute;top:400px;
  /*  border:dashed thin aqua;*/
    background-color:Green;
}

#nouveau
{   
    width:150px;
    height:200px;
    position:absolute;top:500px;
  /*  border:dashed thin aqua;*/
    background-color:#C9DAED;
}

#favoris
{
     width:200px;
     height:100px;
     position:absolute;left:780px;top:200px;
   /*  border:dashed thin olive;*/
    background-color:Lime;
    
}

#publicite
{
     width:200px;
     height:300px;
     position:absolute;left:780px;top:300px;
   /*  border:dashed thin olive;*/
    background-color:Navy;
    
}



#contenu
{	
    position:absolute;
    left:150px;top:200px;
    
	width:300px;
	height:400px;
	background-color:Gray;
	/*border:dashed thin blue;*/
}
#footer
{
	 width:200px;
     height:300px;
     position:absolute;left:780px;top:300px;
   /*  border:dashed thin olive;*/
    background-color:Blue;
}



#menugauche
{
	width:800px;
	height:300px;
	text-align:center;
	border:dashed thin orange;
}


#menubas
{
	border:dashed thin orange;
}

#menudemandeuremploi
{
	border:dashed thin orange;
}