/***********************/
/*       Design        */
/***********************/

body
{
	width: 99%;
	height: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url("img/back.png") top left repeat-x ;
	background-color: #FF2020;
	color: black;
	font-family: Verdana, "Arial Black", Arial, serif;
	font-size: 10px;
}
#centre_page {

	border: dotted 1px;
	border-color: red;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 860px;

}
#annonce {

	border: dotted 1px;
	border-color: red;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 860px;

}
.intro{
	margin: 20px;
	padding: 5px;
}

/*************/
/* graphisme */
/*************/

#en_tete
{
	width: 860px;
	height: 377px;
	padding-left: 10px ;
	background: url("img/head.png") no-repeat ;
	padding-top: 1px
}
#en_teteAdmin
{
	width: 860px;
	height: 377px;
	padding-left: 10px ;
	background: url("img/head-admin.png") no-repeat ;
	padding-top: 1px
}
#menu
{
	width: 182px;
	height: 321px;
	background: url("img/menu.png") no-repeat ;
	margin-top: 20px;
	margin-left: 12px;
	/* texte du menu */
	padding-left: 12px;
	padding-top: 20px;
	color: black;
	text-align: left;
	font-family:  "Agency FB", "Arial Narrow", verdana, serif;
	font-size: 14px;

}
li {
	width:100%;
	display: block;
	list-style-type: none;
	color: black;
	text-align: left;
	text-decoration: none;
	font-size: 23px;
	font-family:  "Agency FB", "Arial Narrow", verdana, serif;

}

li:hover {
	background: url("img/fond_menu2.png") right no-repeat;
	color: black;
}
#sous_menu
{
	position: relative;
	background: url("img/trans.png");
	border: solid 1px white;
	font-family: Verdana, "Arial Black", Arial, serif;
	text-align: center;
	font-size: 12px;
	top: 50px;
	left: 0px;
	display: block;
	padding: 5px;

}
#fondCollectif
{
	border: none;
	height: 202px;
	width:500px;
	background: url("img/fondVoile.png") no-repeat top left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#fondCr
{
	border: none;
	height: 359px;
	width:500px;
	background: url("img/fondPerCamin.png") no-repeat top left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#fondGoodies
{
	border: none;
	height: 359px;
	width:500px;
	background: url("img/fondGoodies.png") no-repeat top left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#fondBoutique
{
	border: none;
	height: 359px;
	width:500px;
	background: url("img/fondBoutique.png") no-repeat top left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
#fondGallerie
{
	border: none;
	height: 359px;
	width:500px;
	background: url("img/fondGallerie.png") no-repeat top left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/****************/
/*     liens    */
/****************/

a
{
   text-decoration: none;
   color: black;
}
a:hover
{
   text-decoration: underline;
   color: red;
}
a:visited
{
   color: red;
}
.lien_sousMenu
{
	font-family: Verdana, "Arial Black", Arial, serif;
	font-size: 12px;
}

/*****************/
/*     titres    */
/*****************/

h1
{
	color: white;
	text-align: left;
	text-decoration: none;
	font-size: 30px;
	font-family:  "Agency FB", "Arial Narrow", verdana, serif;
	background: url("img/titres/sous.png") no-repeat ;
}
h2
{
	color: black;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-family:  "Agency FB", "Arial Narrow", verdana, serif;
}

.dateNews
{
	color: red;
	font-family: Verdana, "Arial Black", Arial, serif;
	font-size: 9px;
}
.photo_categorie
{
	padding: 2px;
	border: 1px solid black;
}
.photo_gallerie{
	padding: 2px;
	border: 1px solid red;
}
