@charset "ISO-8859-1";

/* CSS Document */


/*--------DECLARATION DES BALISES----*/

body {
	background-color: #154A2C;/*-------VERT----*/
	background-color: #fff;	
}

#global{
width:1140px;
text-align: center;
font-size: 21px;
}
  

#milieu{
width:1140px;
background-color:#ffffcc;	/*-------JAUNE CLAIR----*/
background-color:#fff;	
text-align:center;  
}
 
#milieu p{ 
font-size: 21px;
}  


h2{ 
clear:both;
}

h3{
clear:both;
}

h4{
clear:both;
}
/*--------FIN DECLARATION DES BALISES----*/

 
/*--------DECLARATION DES ID----*/
 
 #top{
width:100%;
height:578px;
background-image:url(../images/2019capvert/top.jpg);
background-repeat:no-repeat;
background-position:center;
background-color:#63704b; /*--------vert kaki----*/
margin-bottom:20px; 	
}
 
 #navigation{ 
 margin-top: 20px;
  }

 #navigation a{ 
 font-size: 20px;
 text-transform: uppercase;
 }
  
 #texte{ width:1000px;
     font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    clear: both;  
 }

 #texte p{ 
 font-size: 21px;
  }

 #texte img{text-align:center;  
  }

 #texte h4{text-align:left;  
  } 

#colgauche{ 
width:240px;
text-align:center;
float:left;
}

#colgauche h2{
font-size:28px;
text-align:center;
}
 
#colgauche p {text-align:left;
font-size:17px;
}

#block{
width:750px; 
padding-bottom: 15px; 

} 
 
#block p{
  color:#222;
  font-size:19px;
}
  
/*-------- COL DROITE----*/

#coldroite{ 
width:860px;
padding-bottom:40px;
text-align: center;
font-size: 21px;
float:right;    
}
 
#coldroite h2{ 
clear: both;
} 

#coldroite h3{ 
clear: both;
} 
 
/*--------DIAPORAMA--*/

#textebas{
width:1000px;
text-align:center;
padding:40px 50px 50px 50px;
clear:both; 
 }

/*-------- DIAPORAMA---*/ 

#diaporama{
width:100%;
background-color:#fff;
color:#63704b;
text-align:center;
margin-top:0;
padding-bottom:0; 
}
 
#diaporama h2{
color:#63704b;
text-align:center;
}
#diaporama h3{
color:#63704b;
text-align:center;
}

#diaporama h4{
color:#63704b;
text-align:center;
}
 
#diaporama p{
color:#63704b;
 
}

/*--------  ---*/ 


/*--------FIN DECLARATION DES ID----*/

  
/*--------DECLARATION DES CLASSES----*/

.jaune{color:#63704b;
font-style: italic;
font-size: 17px}

.vertclair{
background-color:#A6DA17;
}
   
/*--------FIN DECLARATION DES CLASSES----*/


/*--------DECLARATION DES LIENS----*/
 
a:link{
	color: #222;
	font-size:20px;
	}

a:visited {
	color: #0000FF;
	font-size:20px;
}
a:hover {
	color: #66CC66;
	font-size:20px;
}
a:active {
	color: #0000FF;
	font-size:20px;
}
 
 
/*--------FIN DECLARATION DES LIENS----*/


