/* CSS Document  temporaire */


.mtc {
    position:absolute;
	top:50px;
	left:300px;
/*	color:#ffa632; */
	color:#018c39;	
	font-size:32px;
	font-weight:bold;
	font-style:italic;
	}
	
.corps {
    background-color:#cccccc;
	}

.police-email {
    font-family: Arial, Helvetica, sans-serif;
	}	

.fnt-tableau {
    font-size: 12px;
	}

.hr1 {
    background-color:#FF0000;
	height: 2px;
    width: 100%;
	} 
	
.hr2 {
    background-color:#FF0000;
	position:relative;
	top: -5px;
	height: 2px;
    width: 100%;
	z-index: 800;
	} 			
	
.arc {
    width: 710px;
	margin: auto;
    height: 25px;
	}
	
.haut {
   height:30px;
   width: 100%;
   background-color:#cccccc;  
   }
   
.footer1 {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color:#333333;   
   height: 90px;
   color: white;
   text-align: right;
   text-shadow: 5px 5px 5px #666666;
}

.footer1-gauche {
     position: absolute;
	 top: 10px; 
	 left: 0;
	 width: 15%;
	 padding: 0 0 0 30px;
	 text-align:right;  
    }
	
.footer1-centre {
     width: 300px; 
	 margin: 0 auto;
    }
	
.footer1-droit {
     position:absolute;
	 top: 10px;
	 right: 0;
	 width: 40%;  
	 padding: 0 80px 0 0; 
    }		

.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
    }

.gauche-droite {
     position: relative;
	 width: 1600px;
	 background-color:#CCCCCC;
	 margin: auto;
	 }
	 
.gauche {
	top: 210px;
    float: left;
	width: 600px;
	background-color:#CCCCCC;
	}
	
.droite {
	top: 230px;
	float: left;
	}	
	
.container {
    background-color: #CCCCCC;
	}



