p {
	color: #f1f1f1;
	font-family: verdana, sans serif;
	font-size: 0.8em;
	margin: 0;
}


body {

	background: #f1f1f1 url(img/fond66.gif)  top repeat-y;
	margin-top: 0;
margin-bottom: 0;

	}

img{
border:0;
}
/*  ########    INTERFACE DU SITE    ######### */



#conteneur {
 	width: 790px;
	height: auto;
  	margin-left: auto;
	margin-right: auto;
	background: #660000 url(img/fond66.gif)  top repeat-y;
	clear: left;
		
	}

#banner {
    width: 760px; 
	height: 106px;
    background-color: #660000;
	margin: 0px;
	}
	
#MenuBan {
    width: 760px; 
	height: 190px;
    background-color: #660000;
	margin-left: 15px;
	}


#menuphoto {
	margin:0;
	background: #660000;
    width: 638px;
	height: 189px;
	float: right;
	}



#bandeau {
	margin-left:15px;
	width: 760px;
	height: 200px;
	/* background-color: #ff0000;*/
	}


#barre {
	width: 760px;
	height: 20px;
	background: #660000;
	margin: 0 0 0 15px;
	

	}
	
	#barre p {
margin: 3px 4px 0 0;
	color: #f1f1f1;
		font-family: verdana, sans serif;
	font-size: 0.6em;
	text-align: right;
}


#corps {
	width: 760px;
	margin-left: 15px;
	background: #660000 url(img/fondcorps.gif)  top repeat-y;
	height: auto;
	float: left;
	display: inline;
	
	}

#CorpsSites {
	width: 760px;
	margin-left: 15px;
	background: #660000 url(img/fond-listeweb.gif)  top repeat-y;
	height: auto;
	float: left;
	display:inline;
	
	}

	


#gauche {
	width: 495px;
	height: auto;
	/*background: #0000ff;*/
	padding: 5px;
	/*margin: 0 20px 0 10px;*/
	margin-left: 22px;
	float: left;
	display:inline;
	}

#GaucheSites {
	width: 710px;
	height: auto;
	/*background: #0000ff;*/
	padding: 5px;
	/*margin: 0 20px 0 10px;*/
	margin-left: 22px;
	float: left;
	display:inline;
	}



#droite {
	width: 170px;
	height: auto;
	padding: 5px;
	/*margin: 5px 0 0 15px ;*/
	margin-left: 38px;
	/*background: #ff00ff;*/
	float: left;
display:inline;
	}


#bas {
	width: 759px;
	height: 30px;
	background: #660000 url(img/bas.gif) top no-repeat;
	margin-left:15px;
	/*background: #00ff00;*/
	float: left;
	/*padding-top: 5px;*/
	display:inline;
		
	}
	
a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	text-decoration: underline;
}

a:active{
	color: #ffffff;
	text-decoration: none;
}
	
/*#bas a {
color: #ffffff;
text-decoration: none;
}*/

/*
a.plandusite:link{
color: #ffffff;
text-decoration: none;
}
a.plandusite:visited{
color: #ffffff;
text-decoration: none;
}
a.plandusite:hover{
color: #ffffff;
text-decoration: none;
}
a.plandusite:active{
color: #ffffff;
text-decoration: underline;
}*/



/* ### TEXTE DANS BAS ### */

.plandusite {
	color: #ffffff;
	font-family: verdana, sans serif;
	font-size: 0.7em;
	margin-left: 105px;
	vertical-align: -6px;

}


.copy {

	color: #ffffff;
	font-family: verdana, sans serif;
	font-size: 0.7em;
	margin-left: 65px;
	vertical-align: -6px;
	margin-bottom: 0;
}


/*  ########    MENU BOUTONS    ######### */

ul#menu {

	margin: 0;
	padding: 0;
	font: bold 14px Verdana, Arial, Sans Serif;
	list-style-type: none; /* supprime les puces */
	float: left;

	}

/*#menu li {
	float: left;


}*/

#menu a {
	width: 120px;
	display: block;
	/*margin: 5px;*/
	color: #e2e2e2;
	text-decoration: none;
	line-height: 25px;
	border: 1px solid #660000;
	background: #990000;
	text-align: center;
	}

#menu a:hover {
	color: #990000;
	background: #e2e2e2;
	}
	



/*  ########   PAGE D'ACCUEIL DU SITE    ######### */
/* top right bottom left */

/*#gauche {
	width: 400px;
	height: auto;
	/*background-color: #00ff00;
	border: 1px dashed #999;
	padding: 20px 0 0 20px;

}
	
#nouveautes {
	width: 200px;
	height:auto;	
	background-color: #999999;
	border: 1px solid #000;
	margin-top: 150px;
	

}*/

/*  ########  TITRES DU SITE    ######### */

/* titre */



h3 {
	color: #999999;
	font: italic bold 1.5em Georgia, Times, Arial,  serif;
	/*font-weight: bold;
	font-size: 1.5em;
	font-family: Verdana, Arial, Sans Serif;*/
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
	/*background-color: #990000;*/

}


/* titres droite */

h3.droite {
color: f1f1f1;
font-size: 1.3em;
texte-align: center;
font-variant: small-caps;
}




h4 {

	color: #ffffff;
	font: italic bold 1em Georgia, Times, Arial,  serif;
	/*font-weight: bold;
	font-size: 1.5em;
	font-family: Verdana, Arial, Sans Serif;*/
	text-align: left;
	margin: 10px 0 8px 20px;
	/*border-bottom: 1px dashed #660000;*/

	/*background-color: #990000;*/
	
}





/*  ########  TEXTES DU SITE    ######### */


/* paragraphe */

.lettrine {
float: left;
color: #f1f1f1;
font: bold 2.6em/0.9em Verdana, Arial, Sans-serif;
margin: 0 2.8px 0 1px;
padding: 0;
/*
border: 1px solid #660000;
background-color: #660000;
width: 28px;*/
}

.SousLettrine {
float: left;
cont: bol
margin: 0 2.8px 0 0;
padding: 0;
border: 1px solid #660000;
background-color: #660000;
width: 80px;
}

.TextGauche {
	color: #f1f1f1;
	font: normal normal 0.8em Verdana, Arial, Sans serif;
	margin: 20px;
	/*background: #ff0000;*/
	/*text-indent: 3em;*/
/*	line-height: 1.2em;*/
}


.TextGaucheJustif {
	color: #f1f1f1;
	font: normal normal 0.8em Verdana, Arial, Sans serif;
	margin: 20px;
	text-align:justify;
	/*background: #ff0000;*/
	/*text-indent: 3em;*/
/*	line-height: 1.2em;*/
}


.TextGaucheIntro {
	color: #f1f1f1;
	font: normal normal 0.8em Verdana, Arial, Sans serif;
	margin: 0 60px 0 60px;
	/*background: #ff0000;*/
	text-indent: 3em;
/*	line-height: 1.2em;*/
	
}



.TextDroite {
	color: #f1f1f1;
	font: normal normal 0.8em Verdana, Arial, Sans serif;
	margin: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
	/*background: #ff0000;*/

/*	line-height: 1.2em;*/
}

/*  ########  PAGE WEBMASTER    ######### */


/*.VignetteSite{
display: block;
--margin-top: 20px;--
margin-bottom: 20px;
text-align:center;
} */

.VignetteSite{
display: block;
/*margin-top: 20px;*/
margin-bottom: 20px;
text-align:center;
}

.VignetteSiteCentre{
/*margin-top: 20px;*/
margin: 10px 10px 10px 10px;
width: 140px;
height: 100px;
border: 0;
}

/* dans div pour les grandes images */
.ListeSiteGrandPhoto{
border: 0;
text-align:center;
}

.Imagewww{
display:block;

}

.ListeSiteGrandPhoto img {

margin: 20px 0 20px 0;

}
.ListeTexte{
/*margin-top: 20px;*/
margin: 30px 10px 10px 10px;
text-align:center;

}




.TextDroiteWeb {
	color: #f1f1f1;
	font: normal normal 0.8em Verdana, Arial, Sans serif;
		/*background: #ff0000;*/
	text-align:center;

/*	line-height: 1.2em;*/
}

/* ### TitreWeb ####*/
h5 {
	color: #f1f1f1;
	font: normal normal 1em Verdana, Arial, Sans serif;
	background: #660000;
	text-align:left;
	width:180px;
	padding-left:5px;
/*	line-height: 1.2em;*/
}

TitreWeb{
	color: #f1f1f1;
	font: normal normal 1em Verdana, Arial, Sans serif;
	background: #660000;
	text-align:left;
	width:180px;
	padding-left:5px;
/*	line-height: 1.2em;*/
}


.TitreWebSites {
	color: #f1f1f1;
	font: bold normal 1em Verdana, Arial, Sans serif;
	background: #660000;
	text-align:left;
	width:100px;
	padding-left:5px;
	
/*	line-height: 1.2em;*/
}

/* #### PAGE PROFIL ###*/
.TitreProfil
{
	color: #f1f1f1;
	font: 0.8em Verdana, Arial, Sans serif;
	background: #660000;
	text-align:left;
	width:200px;
	padding-left:5px;
	margin:0;
/*	line-height: 1.2em;*/
}


/*  ########  PAGE WEBMASTER  / LISTE REALISATION   ######### */

.TableauSites {
table-layout: auto;
border-collapse: separate;
border-spacing: 0.5em;
vertical-align: middle;
width: 100%;
/*border: 1px #000000 solid;*/

}

.TitreSites {
	color: #f1f1f1;
	font: normal  1em Verdana, Arial, Sans serif;
		/*background: #ff0000;*/
	text-align:center;
}

.TitreSites p {
	background: #660000;
	
}

.VignetteSiteListe{
text-align:center;
height: 150px;
vertical-align:top;
}



/*  ########  PAGE PAO    ######### */

.TableauPao {
	table-layout:  auto;
	border-collapse: collapse;
}

.affiches {
height: 200px;
}


/*  ########  PAGE LIENS    ######### */

.SiteBloc{
margin-bottom: 20px;

}


/*  ########  FORMULAIRE DU SITE    ######### */

.TextForm {
	color: #ffffff;
	font-family: verdana, sans serif;
	font-size: 0.8em;
	margin: 0;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
.ChampText {
	font-family: Verdana,Arial, Helvetica; 
	COLOR: #f1f1f1; 
	border: 1px solid #cccccc; 
	background-color:#7D2929;
	margin-top: 3px;
	margin-bottom: 3px;
}

.envoyer {
	font-family: Verdana,Arial, Helvetica; 
	border: 1px solid #cccccc; 
	font-size: 11px; 
	color: #f1f1f1; 
	font-weight: bold; 
	background-color: #7D2929; 
	width: 80px;
	height: 20px;
	margin-top: 3px;
	margin-bottom: 3px;

	
}


