/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
http://www.siteduzero.com
*/

body
{
	background-color: #E38E1B;
	background-image: url("Images/fond.jpg");
	width: 760px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* L'en-tête */

#en_tete
{
	width: 760px;
	height: 180px;
	background-image: url("Images/penna_5.jpg");
	margin-bottom: 20px;
	margin-top: 0px;
}

/* Le menu */

#menu_1
{
	float: left;
	width: 120px;
	margin-bottom: 10px;
	position: absolute;
	top: 200px
}

#menu_2
{
	float: left;
	width: 120px;
	margin-bottom: 10px;
	position: absolute;
	top: 290px
}

#menu_3
{
	float: left;
	width: 120px;
	margin-bottom: 10px;
	position: absolute;
	top: 380px
}

#menu_4
{
	float: left;
	width: 120px;
	margin-bottom: 10px;
	position: absolute;
	top: 470px
}

#menu_5
{
	float: left;
	width: 120px;
	margin-bottom: 10px;
	position: absolute;
	top: 560px
}

#menu_6
{
	float: left;
	width: 120px;
	margin-bottom: 10px;
	position: absolute;
	top: 650px
}

.flottant_sites_1
{
	float: left;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}

.flottant_sites_2
{
	float: left;
	position: absolute;
	margin-left: 100px;
	margin-top: 0px;
}

.flottant_sites_3
{
	float: left;
	position: absolute;
	margin-left: 175px;
	margin-top: -3px;
}

.flottant_sites_4
{
	float: left;
	position: absolute;
	margin-left: 310px;
	margin-top: 0px;
}

.flottant_sites_5
{
	float: left;
	position: absolute;
	margin-left: 405px;
	margin-top: 0px;
}

.flottant_sites_6
{
	float: left;
	position: absolute;
	margin-left: 540px;
	margin-top: -13px;
}

.pub_principale
{
	height: 105px;
	margin-top: 0px;
	margin-left: 141px;
	margin-right: 141px;
	margin-bottom: 20px;

	color: #B62D32;
	background-color: #FFCCE5;

	border-top: 4px dashed #AC1524;
	border-bottom: 4px dashed #AC1524;
	border-left: 4px groove #DEE636;
	border-right: 4px groove #DEE636;
	font-family: Gentium;
}

.image_pub_principale img
{
	float: left;
	position: absolute;
	margin-left: 0px;
	margin-top: 32px;
	border-top: 1px groove #DEE636;
	border-bottom: 1px groove #DEE636;
	border-left: 1px groove #DEE636;
	border-right: 1px groove #DEE636;
}

.pub_principale h2
{
	float: left;
	position: absolute;
   text-align: center;
   margin-left: 150px;
	margin-top: 8px;
   font-size: 16px;
   text-decoration: blink;
}

.pub_principale h3
{
   text-align: center;
   color: #462DEF;
   font-size: 14px;
   text-decoration: none;
}


/* Le corps de la page */

.corps
{
	height: auto;
	margin-left: 141px;
	margin-right: 141px;
	margin-bottom: 20px;
	padding: 0px;

	color: #A03033;
	background-color: #F1C588;
	background-repeat: repeat-x;

	border-top: 6px groove #E28E1B;
	border-left: 6px groove #E28E1B;
	border-bottom: 6px ridge #E28E1B;
	border-right: 6px ridge #E28E1B;

	font-family: Gentium;
}

.sommaire
{
	margin-left: 18px;
	width: 420px;
	padding-top: 8px;
	height: 45px;

	color: #B62D32;
	font-family: Mallige;
	font-size: 26px;
	text-decoration: none;
	text-align: center;
	background-image: url("Images/titre_pages_3.gif");
	background-repeat: no-repeat;
	border-bottom: 0px ridge #90353E;
	border-bottom: 0px ridge #FFCCE5;
}

.paragraphe p:first-letter
{
   float: left; 
   font-size: 18px;
   font-family: Arial, Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   margin-right: 0px;
   margin-left: 10px;
}

.texte_accueil
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;

	color: #891A1D;
	background-color: #FFDFB6;

	border-top: 0px groove #90353E;
	border-left: 0px groove #90353E;
	border-bottom: 0px ridge #90353E;
	border-right: 0px ridge #90353E;

	border-top: 2px groove #FFCCE5;
	border-left: 2px groove #FFCCE5;
	border-bottom: 2px ridge #FFCCE5;
	border-right: 2px ridge #FFCCE5;
	font-family: Gentium;
	text-align: justify;
	font-size: 16px;
}

.texte_accueil h3
{
	color: #F74309;
	font-size: 20px;
}

.important
{
	color: #F7433E;
	font-size: 16px;
	font-weight: bold;
	font-family: Gentium;
}

.liste_doc
{
	list-style-image: url("Images/bouton_liste_2.png");
	margin-left: 5px;
	margin-top: -15px;
	padding-top:0px;
	list-style-position: outside;
}

.element_liste_doc
{
	margin-top: 0px;
}

.mail
{
	font-size: 22px;
	margin-left: 75px;
	margin-top: 10px;
}

.pub_haut_1
{
	float: left;
	position: absolute;
	margin-left: 145px;
	margin-top: 110px;
	border: 0px solid black;
}

.pub_haut a img
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #90353E;
}

.pub_bas
{

	margin-top: 0px;
	margin-left: 141px;
	margin-right: 141px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 0px;

	color: #B62D32;
	background-color: #FFCCE5;

	border-top: 4px dashed #AC1524;
	border-bottom: 4px dashed #AC1524;
	border-left: 4px groove #DEE636;
	border-right: 4px groove #DEE636;
	font-family: Gentium;
}

.pub_bas_1
{
	margin-left: 0px;
	margin-top: 0px;
}


.pub_bas h2
{
	float: left;
	position: absolute;
   text-align: center;
   margin-left: 2px;
	margin-top: 8px;
   font-size: 16px;
   text-decoration: blink;
}

.pub_bas h3
{
   text-align: center;
   color: #462DEF;
   font-size: 14px;
   text-decoration: none;
}

.pub_pied_page
{
	margin-left: 50px;
	border: 0px solid black;
}

.pub_pied_page a img
{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #90353E;
}

.pub_droite
{
	float: left;
	position: absolute;
	margin-top: 20px;
	margin-left: 630px;
	margin-bottom: 0px;
}

.pub_droite_1
{
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
}


.pub_gauche
{
	float: left;
	position: absolute;
	margin-top: 520px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.pub_gauche_1
{

	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
}


/* Avant le pied de page */

#avant_pied
{
	height: 250px;
	margin-left: 0px;
	margin-top: 150px;
	margin-bottom: 20px;
	padding: 0px;

	color: #A03033;


	font-family: Gentium;
}

.partenaires_sites
{
	height: 100px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px;

	color: #A03033;

	border: none;

	font-family: Gentium;
}

.partenaires_sites h1
{
	font-size: 14px;
	text-decoration: underline;
	color: black;
	padding-bottom: 5px;
}

.partenaires_annuaires
{
	height: 200px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px;

	color: #A03033;

	font-family: Gentium;
}

.partenaires_annuaires h1
{
	font-size: 14px;
	text-decoration: underline;
	color: black;
	padding-bottom: 5px;
}

.compteur
{
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 5px;
	border: none;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	padding: 5px;

	text-align: center;

	color: #A03033;
	background-color: #F1C588;
	background-image: url("images/motif.png");
	background-repeat: repeat-x;

	border: 2px solid black;
}


