@charset "utf-8"; /*détermine l'encodage de l'écriture*/
/*NOTE : le terme padding sera considéré comme une marge intérieur (interne) afin de simplifier les commentaires
 Il s'agit en effet de la définition de la distance entre le contenu d'un conteneur et la bordure de ce dernier*/

/*
Corps de la page
 */
body {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	background-image: url(../images/blason_hermine.gif);
	background-color: #CECECE ;
	font-family: "Segoe UI", "Frutiger SCIN Bd v.1", Tahoma;
}
/*
Header (tête de la page)
*/
#page{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}
#gauche {

	background-image: url(../images/gauche.gif);	/*image de fond*/
	background-repeat: no-repeat;	/*répétition de l'image : aucune*/
	height: 699px;
	width: 104px;
	float : left;
}


#centre {
	height: 699px;
	width: 750px;
	float: left;
	float: left;
}


/*
Header (tête de la page)
*/
#en_tete {
	background-image: url(../images/en_tete.gif);	/*image de fond*/
	background-repeat: no-repeat;	/*répétition de l'image : aucune*/
	height: 124px;
	width: 750px;
}

/*
Header (tête de la page de la partie Administration)
*/
#en_tete_admin {
	background-image: url(../images/en_tete_admin.gif);	/*image de fond*/
	background-repeat: no-repeat;	/*répétition de l'image : aucune*/
	margin : 0;
	height: 124px;
	width: 750px;
}

#en_tete_admin li    	  {margin: 20px; padding: 0; list-style: none; position: relative; font-size: 22px; display: inline; }

#ajout          {top:90px ;}/* Lien ajout photo admin */
#suppression  {top:90px ;}/* Lien supression photo admin */
#actu  {top:90px ;}/* Lien modification actu admin */

table {
	border: medium solid #000000;
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

td, th {
border: thin solid #000000;
}

/*
Bandeau de menu situé sous le header
*/
#menu {
	background-image: url(../images/menu.gif); /*image de fond*/
	background-repeat: no-repeat; /*répétition de l'image : aucune*/
	height: 442px;
	width: 131px;
	float: left;
}

#bouton{
	margin-top: 23px;
	margin-left: 21px;
}
.bouton{
	text-decoration:none; /*évite d'afficher une décoration du texte*/
	border: none; /*aucune bordure*/
	width: 84px; /*largeur*/
	height: 32px; /*hauteur*/
	padding-top: 8px; /*marges intérieures*/

}

#corps{
	background-image: url(../images/corps.gif); /*image de fond*/
	background-repeat:  no-repeat; /*répétition de l'image de fond : aucune*/
	height: 442px;
	width: 471px;
	float: left;
}

#corpsadmin{
	background-image: url(../images/corpsadmin.gif); /*image de fond*/
	background-repeat:  no-repeat; /*répétition de l'image de fond : aucune*/
	text-align: center;
	height: 437px;
	width: 750px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#corpsphotos{
	background-image: url(../images/corps.gif); /*image de fond*/
	background-repeat:  no-repeat; /*répétition de l'image de fond : aucune*/
	text-align: center;
	height: 440px;
	width: 471px;
	float: left;
	padding: 0;
	padding-top: 2px;
}

.attente {
	margin: 0;
	padding-top: 88px;
	padding-left: 80px;
	padding-right: 80px;
	font-size: 14px;
	color: #0099FF;
}

#photos{
	background-image: url(../images/cadre.gif); /*image de fond*/
	background-repeat:  no-repeat; /*répétition de l'image de fond : aucune*/
	width: 469px; /*largeur*/
	height: 418px; /*hauteur*/
}

.photocadre{
	margin-top: 88px;
}

.photocadre2{
	margin-top: 48px;
}
#selphotos{
	background-image: url(../images/cadrebas.gif); /*image de fond*/
	background-repeat:  no-repeat; /*répétition de l'image de fond : aucune*/
	width: 469px;
	height: 18px;
}

#texte{
	width: 471px; /*largeur*/
	height: 380px; /*hauteur*/
	margin: 0;
	margin-top: 25px; /*marges intérieures*/
}

.titre {
	font-size: 14px;
	text-align: left;
	display: inline;
}
.bleu {
	font-size: 14px;
	color: #0099FF;
	text-align: left;
	display: inline;

}

.para {
	text-align: left;
}
.groscentrer{
	font-size: 18px;
	color: green;
	text-align: center;
}
.centrer{
	text-align: center;
}
ul{
	padding-left: 20px;
}

.fin{
	text-align: left;
	padding-top: 20px;
}

#bretagne{
	background-image: url(../images/bretagne.gif); /*image de fond*/
	background-repeat:  no-repeat; /*répétition de l'image de fond : aucune*/
	height: 442px;
	width: 148px;
	float: right;
}

/*
Pied de page
*/

#pied_de_page {
	background-image: url(../images/pied_de_page.gif); /*image de fond*/
	background-repeat: no-repeat; /*répétition de l'image : aucune*/
	height: 133px;
	width: 750px;
	clear: both;
}

.pied{
	font-size: 13px;
	text-align: center;
	padding-top: 8px;
}

.pied a:link{
	color : black;
}

.pied a:visited{
	color : black;
}

/*
.w3c{
	text-decoration:none; 
	border: none; 
	width: 80px;
	height: 15px; 
	float: right;
}
*/

#droite {

	background-image: url(../images/droite.gif);	/*image de fond*/
	background-repeat: no-repeat;	/*répétition de l'image : aucune*/
	height: 699px;
	width: 106px;
	float: right;
}
