/* Structure FIXED */
body  {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	text-align: center;	
	}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 993px;
	text-align: left;
	background-color: #ffffff; 
	}

#header {
		float : left;
         width: 993px;
		 height: 163px;
		 background-image: url(../images/fabemi_environnement_02.jpg);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
#col1 {
         float : left;
         width: 244px;
		 height:400px;
         }


#col2 {
         float : left;
         width: 745px;
		 height:400px;
         }

.bloc {
         float : left;
		 background-color: #dddddd;
         width: 239px;
		 height:200px;
		 padding-left:7px;
		 margin-left:2px;
         }	
.blocGris {
         float : left;
		 background-color: #ffffff;
         width: 239px;
		 height:200px;
		 padding-left:7px;
		 margin-left:1px;
         }			 	 		  	



/* Typos */
#col1 p {
	color : #da2a35; 
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align:left;
	}

#col2 h1 {
	color : #006a3a; 
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}


#col2 p{
	color : #000000;
	background-color: transparent; 
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align:left;
	background-color: #ffffff;
	}

#col2 .bloc p{
   color : #006a3a;
	background-color: transparent; 
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align:left;
	padding-left:2px;
}

#col2 .blocGris p{
   color : #000;
	background-color: transparent; 
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align:left;
	padding-left:2px;
}

/*Navigation*/

#col2 a { 
	background-color : transparent;
	text-decoration: none;
	color : #da2631;
	font-size: 15px;
	}

#col2 a:hover { 
	background-color : transparent;
	text-decoration: underline;
	color : #da2631;
	}
	
	
#col2 a:active { 
	background-color : transparent;
	text-decoration: none;
	color : #000000;
	}

#col2 a.current { 
	color : #fff;
}							
	



