body
{
	width: 800px;
	margin: auto; 
	background-color: #AFCFEC; /*black; */
	background-image: url("images/body.png");
	background-repeat: repeat-x;
}

#entete
{
  width: 800px;
  height: 150px;
  background-color: black;
}

.entete_image
{
  width: 600px;
  height: 150px;
  background-color: black;
  background-image: url("images/fr_banniere_1.png");
  background-repeat: no-repeat;
}

.logo_u
{
  width: 180px;
  height: 150px;
  background-color: black;
  background-image: url("images/ban_u_blanc.png");
  background-repeat: no-repeat;
}

#site_box
{
	width: 800px;
	/*height: 650px;*/
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	/*padding-bottom: 30px;*/
	color: black;/*#111111; #333333;*/
	font-family:  Arial, "Trebuchet MS", "Arial Black", "Times New Roman", Times, serif;
	font-size: 0.8em; 
	background-color:  white; /*#CCCCCC;#DDDDDD;#626262; #AFCFEC;*/
	/*-moz-border-radius: 20px; /*Pour arrondir les coins avec les différents navigateurs */
	/*-webkit-border-radius: 20px; 
	-khtml-border-radius: 20px; 
	border-radius: 20px; 
	behavior: url(border-radius.html);*/
}

#site_box a
{
	/*text-decoration: none;*/
}

h1 
{
	color: #0066FF;
}

h2
{
	color: black;
}

#barre_navig
{
  width: 780px;
  height: 30px;
  padding-left: 20px;
  /*margin-bottom: 20px;*/
  vertical-align: text-top;
  padding-top: 10px;
  background-color: #555555;
}

.lien_navig a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.lien_navig a:hover
{
	/*color: yellow;*/
	background-color: #CCCCCC;
	color: black;
}

.lien_navig2 a
{
	text-decoration: none;
	color: #99CCFF;
	font-weight: bold;
}

.lien_navig2 a:hover
{
	/*color: yellow;*/
	background-color: #CCCCCC;
	color: #773300 ;
}

#contenu
{
  width: 780px;
  margin-left: 15px; 
  margin-right: 15px; 
  text-align: justify;
}

#contenu a
{
  text-decoration: none;
  color: #0033FF; 
}

#contenu a:hover
{
  color: #CC6600; 
}

#contenu img
{
  border: none;
}

#contenu .texte_bleu
{
	color: blue;
}

#contenu .texte_bleu a
{
	text-decoration: none;
	color: green;
}

#contenu .texte_bleu a:hover
{
	color: #CC6600;
}


.sommaire
{
	width: 750px;
	/*height: 650px;*/
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 50px;
	color: black;/*#111111; #333333;*/
	background-color: #FFEECC ; /*#FFDDAA FFCC99*/
	-moz-border-radius: 20px; /*Pour arrondir les coins avec les différents navigateurs */
	-webkit-border-radius: 20px; 
	-khtml-border-radius: 20px; 
	border-radius: 20px; 
	behavior: url(border-radius.html);
}

.titre_sommaire
{
	/*margin-top: 30px;*/
	font-size: 1.3em;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.titre_partie
{
	color:#cc6600;
}

.titre_verite
{
	color:#558855;
}


#pied_page
{
	width: 800px;
	height: 150px;
	background-color: #555555;
}

.element_lien
{
	width: 120px;
	height: 30px;
	margin-top: 5px;
	margin-right: 15px;
}

.creative
{
	width: 90px;
	margin-left: 30px;
}

.pied_page_inner
{
	padding-top: 60px;
}

.bloc_liens
{
	width: 400px;
	height: 30px;
	margin: auto;
	/*background-color: red;*/
}

.lien_pied_page
{
	
}

.lien_pied_page a
{
	text-decoration: none;
	color: white;
	font-weight: normal;
}

.lien_pied_page a:hover
{
	/*color: yellow;*/
	background-color: #CCCCCC;
	color: black;
}

.lien_secours 
{
  color: black;
  margin-bottom: 30px;
  list-style-image:  url("images/puce_menu_1.png");
}

.lang_icon a
{

}

.jaune, .yellow
{
  color: yellow; 
}

.orange
{
  color: orange; /*#ff7f27; */
}

.rouge, .red
{
  color: red; 
}

.noir, .black
{
  color: black; 	
}

.bleu, .blue
{
  color: #0066FF;; 	
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.justify
{
	text-align: justify;
}


.float_left
{
	float: left;
}

.clear_both
{
	clear: both;
}

.title
{
	font-size: 1.5em;
}


