body
{
	width: 800px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: rgb(0, 0, 0);
	background-color: rgb(211, 204, 192);
	background-image: url("img/fond.jpg");
	background-repeat: no-repeat;
	background-position: 0px 200px;
	background-attachment: fixed;
}

table
{
	margin: auto;
}

tr
{
	vertical-align: bottom;
	text-align: center;
}

tr a
{
	padding-top: 5px;
	color: rgb(99, 0, 0);
	font-family: "Century Gothic", Arial, serif;
	font-weight: bold;
	text-decoration: none;
}

tr a:hover
{
	color: rgb(255, 255, 255);
	background-color: rgb(196, 168, 158);
}

tr a:focus, tr a:active 
{
	color: rgb(255, 255, 255);
	background-color: rgb(99, 0, 0);
}

.tete_rubrique0:before
{
	content: url("img/fleche.png");
}

.tete_rubrique1:before
{
	content: url("img/flecheV.png");
}

.pays_actif:after
{
	content: url("img/france.jpg");
}

#en_tete 
{
	width: 750px;
	color: rgb(230, 230, 230);
	background-color: rgb(196, 168, 158);
	font-size: 60%;
	font-weight: bold;
	font-family : Arial, serif;
	border-top: 1px rgb(0, 0, 0) solid;
	border-bottom: 1px rgb(0, 0, 0) solid;
}

#en_tete_gauche
{
	text-align: left;
	margin-left: 10px;
}

#en_tete_droite
{
	text-align: right;
	position: absolute;
	top: 6px;
	right: 10px;
}

#banniere
{
	margin-top: 10px;
	width: 750px;
	height: 118px;
	background-image: url("img/banniere1.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#site
{	
	width: 750px;
	background-color: rgb(243, 238, 236);
	border: 1px rgb(0, 0, 0) solid;
	padding: 5px;
	position: absolute;
	left: 100px;
	top: 20px;
}

#menu 
{
	text-align: left;
	padding: 5px;
	background-color: rgb(211, 204, 192);
	border-top: 1px rgb(0, 0, 0) solid;
	border-bottom: 1px rgb(0, 0, 0) solid;
}

#menu a
{
	padding: 10px;
	color: rgb(99, 0, 0);
	font-family: "Century Gothic", Arial, serif;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover
{
	color: rgb(255, 255, 255);
	background-color: rgb(196, 168, 158);
}

#menu a:focus, #menu a:active 
{
	color: rgb(255, 255, 255);
	background-color: rgb(99, 0, 0);
}

h1
{
	color: rgb(0, 0, 0);
	font-size: 100%;
	font-family: "Century Gothic", Arial, serif;
	font-weight: bold;
}

h1:first-letter
{
	color: rgb(99, 0, 0);
	font-size: 150%;
	font-weight: bold;
	font-family: "Century Gothic", Arial, serif;
}

h3
{
	color: rgb(0, 0, 0);
	font-size: 90%;
	font-family: "Century Gothic", Arial, serif;
	font-weight: bold;
}

h3:first-letter
{
	color: rgb(99, 0, 0);
	font-size: 110%;
	font-weight: bold;
	font-family: "Century Gothic", Arial, serif;
}

h2
{
	background-color: rgb(196, 168, 158);
	color: rgb(230, 230, 230);
	font-size: 110%;
	font-family: "Century Gothic", Arial, serif;
	font-weight: bold;
}

h2:first-letter
{
	color: rgb(99, 0, 0);
	font-size: 120%;
	font-weight: bold;
	font-family: "Century Gothic", Arial, serif;
}

#sous_menu
{	
	border: 1px rgb(0, 0, 0) solid;
	float: left;
	padding-left: 5px;
	background-color: rgb(196, 168, 158);
	border: 1px rgb(0, 0, 0) solid;
	width: 130px;
}

#actif
{	
	text-align: left;
	font-size: 80%;
	font-family: "Century Gothic", Arial, serif;
	color: rgb(99, 0, 0);
}

#actif:before
{
	content: url("img/flecheV.png");
}

#sous_actif
{	
	text-align: left;
	font-size: 70%;
	font-family: "Century Gothic", Arial, serif;
	color: rgb(99, 0, 0);
}

#sous_actif:before
{	
	content: url("img/flecheV2.png");
}

#sous_menu  a
{
	text-align: left;
	text-indent: 5px;
	font-size: 80%;
	font-family: "Century Gothic", Arial, serif;
	color: rgb(230, 230, 230);
	text-decoration: none;
}

#sous_menu  a:before
{
	content: url("img/fleche.png");
}

#sous_menu  a:hover
{
	background-color: rgb(211, 204, 192);
	color: rgb(99, 0, 0);
}

#sous_sous_menu  a
{
	text-align: left;
	font-size: 70%;
	font-family: "Century Gothic", Arial, serif;
	color: rgb(230, 230, 230);
	text-decoration: none;
}

#sous_sous_menu  a:before
{
	content: url("img/flecheG.png");
}


#sous_sous_menu  a:hover
{
	background-color: rgb(211, 204, 192);
	color: rgb(99, 0, 0);
}

.image
{
	margin-top:10px;
	text-align: center;
}

.rubrique
{
	margin-left: 175px;
	margin-bottom: 100px;
	margin-top: 20px;
}

.rubrique p
{
	margin: 10px;
	width: 500px;
	text-align: justify;
	text-indent: 5px;
	color: rgb(0, 0, 0);
	font-size: 90%;
	font-family: "Century Gothic", Arial, serif;
}

a img
{
	border: none;
}
.separation
{
	clear: both;
}

p:first-letter
{
	color: rgb(99, 0, 0);
	font-size: 90%;
	font-weight: bold;
}

p strong
{
	font-style: italic;
	font-weight: bold;
}

p em
{
	font-weight: bold;
}

.img_news
{
	float: left;
	margin-right: 10px;
}

ul
{
	margin: 10px;
	width: 500px;
	text-align: left;
	text-indent: 5px;
	color: rgb(0, 0, 0);
	font-size: 80%;
	font-family: "Century Gothic", Arial, serif;
}

ul strong
{
	color: rgb(99, 0, 0);
	background-color: rgb(211, 204, 192);
}

li
{
	margin: 5px;
}

li:first-letter
{
	color: rgb(99, 0, 0);
	font-size: 90%;
	font-weight: bold;
}

.liste_importante ul
{
	margin: 10px;
	width: 500px;
	font-size: 90%;
	text-align: left;
	text-indent: 5px;
	color: rgb(0, 0, 0);
	font-size: 80%;
	font-family: "Century Gothic", Arial, serif;
}

.liste_importante ul strong
{
	font-size: 110%;
	font-weight: bold;
}

#pied_de_page 
{
	width: 750px;
	color: rgb(230, 230, 230);
	background-color: rgb(196, 168, 158);
	text-align: center;
	font-size: 60%;
	font-weight: bold;
	font-family : Arial, serif;
	border-top: 1px rgb(0, 0, 0) solid;
	border-bottom: 1px rgb(0, 0, 0) solid;
}
