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

    *{
    margin:0px;
    padding:0px;
    outline:none;
    border:0px;
    }
    
    body{
    background:url(../images/fond-site_03.jpg) #fff;
    
    }
    
    a{
    color:#0066CC;
    text-decoration:none;
    }
    
    .textVert{
    color:#0066CC;
    font-size:12px;
    font-weight:bold;
    }
    .textBleu{
    color:#919dc3
    }
    
    div#content {
    position:relative;
    margin:0px auto;
    height:auto;
    width:980px;
   
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	background:url(../images/carte_07.jpg) repeat-y #fff;
	
	
    }
    
	/******************************/
/* header */
/******************************/
	 div#content #header {
    position:relative;
	top:0px;
	left:0px;
    width:980px;
    height:140px;

	
    
    }
    
    div#content #header #logo {
    position:relative;
    width:280px;
    height:140px;
    float:left;
    background:url(../images/logo_01.jpg) no-repeat #000;
    
    }
    div#content #header #logo h1{
    text-indent:-3000px;
    }
    div#content #header #menu {
	
    position:relative;
	
    width:700px;
    height:140px;
    background:url(../images/fond-header_02_02.jpg) #fff ;
    float:left;
	
    }
	
		/******************************/
/* header */
/******************************/



/******************************/
/* main*/
/******************************/
    div#content #main {
    position:relative;
	background-color:#fff;
	height:auto;
	width:980px;

    
    
    }
    
    div#content #main #carte{
	position:relative;
    
    width:280px;
    height:auto;
    float:left;
	background:url(../images/carte_07.jpg) repeat-y;
    }
    
    div#content #main #carte #texteCarte{
    padding:5px;
    text-align:justify
    }
    
    div#content #main #carte #log{
    padding:5px;
	color:#80cccc;
    font-size:12px;
    font-weight:bold;
	text-align:center;
    }
    
    div#content #main #carte td{
    width:136px;
    text-align:right;
    padding:2px;
    }
   
/******************************/
/* main*/
/******************************/

/******************************/
/* footer */
/******************************/	  
	  
    
    
    div#content #footer {
	position:relative;
    clear:both;
	background:url(../images/footer_22.jpg) no-repeat;
	width:100%;
	height:50px;
    }
	
	div#content #footer #mentions{
	position:relative;
	width:220;
	height:80px;
	float:left;
	top:13px;
	margin-left:530px;
	}
	
	div#content #footer #mentions a{
	color:#FFFFFF;
	}
	
	div#content #footer #copyright{
	position:relative;
	float:left;
	width:220px;
	height:80px;
	top:13px;
	left:7px;
	}
	
	div#content #footer #copyright a{
	color:#FFFFFF;
	}
/******************************/
/* footer */
/******************************/	  
    
