/*===================================================
    Fichier : site.css
    Auteur : DEZITTER Christophe
    Crée le 16/07/2010
   
     Desciption : Fichier CSS gérant le design de template.html
===================================================*/
body
{
	width:1250px;											/* la largeur de notre bloc */
	height:auto;										/* la hauteur du bloc */
	background-color:#cb0909;							/* la couleur de fond du bloc */
	margin:auto;
}

div {
	text-align:center;									/* alignement horizontale du texte */
	margin:auto;
}

/*------------------------Gestion des id-----------------------------*/

#divBandeau_Gauche {
	float:left;
 	width:250px;										/* la largeur de notre bloc */
	height:150px;										/* la hauteur du bloc */
	background-color:#cb0909;							/* la couleur de fond du bloc */
	border: 0px solid blue;
}

#divBandeau_Droite {
	float:right;
 	width:250px;										/* la largeur de notre bloc */
	height:150px;										/* la hauteur du bloc */
	background-color:#cb0909;							/* la couleur de fond du bloc */
	border: 0px solid blue;
}
#divBandeau_Milieu {
 	width:750px;										/* la largeur de notre bloc */
	height:150px;										/* la hauteur du bloc */
	background-color:#cb0909;							/* la couleur de fond du bloc */
	background-image: url(../Image/fond.gif);			/* Image de Fond */
	background-repeat: repeat-y;						/* Repetition de l'image de fond verticalement */
	background-position:center center;					/* Alignement Image de Fond */
	border: 0px solid blue;
}

#divMenu {
 	width:700px;											/* la largeur de notre bloc */
	height:15px;										/* la hauteur du bloc */
	background-color:#cb0909;							/* la couleur de fond du bloc */
	border: 0px solid blue;
}

#divContent {
 	width:750px;											/* la largeur de notre bloc */
	height:auto;										/* la hauteur du bloc */
	background-color:#cb0909;							/* la couleur de fond du bloc */
	background-image: url(../Image/fond.gif);			/* Image de Fond */
	background-repeat: repeat-y;						/* Repetition de l'image de fond verticalement */
	background-position:center center;					/* Alignement Image de Fond */
	border: 0px solid blue;
	clear:both;
}

#divFooter {
 	width:750px;											/* la largeur de notre bloc */
	height:auto;										/* la hauteur du bloc */
	background-color:#cb0909;							/* la couleur de fond du bloc */
	background-image: url(../Image/fond.gif);			/* Image de Fond */
	background-repeat: repeat-y;						/* Repetition de l'image de fond verticalement */
	background-position:center center;					/* Alignement Image de Fond */
	border: 0px solid blue;
}

/*------------------------Gestion des class-----------------------------*/
.form_connexion{
	width:300px;											/* la largeur de notre bloc */
}

.copyright {font-family: arial; color:#696969; font-size: 11px; text-decoration: none; font-weight: normal;}
.bleu {font-family: arial; color:#4800FF; font-size: 12px; text-decoration: none; font-weight: normal;}
.noir {font-family: arial; color:#000000; font-size: 12px; text-decoration: none; font-weight: normal;}
.lettrine {font-family: arial; color:#cb0909; font-size: 12px; text-decoration: none; font-weight: normal;}
.Align-Gauche{text-align: left;width: 680px;border: 0px solid black;}
.Align-Droite{text-align: right;width: 680px;border: 0px solid black;}
.Align-Milieu{text-align: center;width: 680px;border: 0px solid black;}

.Profil_Info {
	width:600px;
	border: 0px solid blue;
}

.Profil_Info_Entete {
	width:100%;
	margin-bottom:10px;
	background-image:url(../Image/Titre.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 18px;
	float:clear;
	border: 1px solid black;
}
.Profil_Info_TLigne{
	TEXT-ALIGN:left;
	margin-left:10px;
	width:200px;
	float:left;
	font-family: arial; 
	color:#4800FF; 
	font-size: 12px; 
	text-decoration: none; 
	font-weight: normal;
	height:20px;
	border: 0px solid black;
}
.Profil_Info_Ligne{
	TEXT-ALIGN:left;
	width:300px;
	float:clear;
	height:25px;
	border: 0px solid white;
}