/* Design de la page et élément html */
body
{
	background-image: url("../img/fond1.jpg");
	padding: 15px;
	margin: 0px;	
	color: #1b055f;/*couleur du texte*/
	font-size: 16px;
}

h1
{
	text-align: left;
	text-indent: 50px;
	font-size: 35px;
	text-decoration: underline;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 30px;
}

h2
{
	text-align: center;
	font-size: 30px;
}

h3
{
	text-align: center;
}

h4
{
	text-align: center;
	margin-top: 0px;
}

table
{
	margin: auto;
}

caption
{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 1px solid black;
}

.tableau_classique td, th
{
	border: 1px solid #c0c0c0;
	text-align: center;
}

#cadre
{
	background-image: url("../img/fond2.jpg");
	margin: 0px;
	padding: 0px;
	border: 1px dashed black;
}

/* Design du titre */

.titre
{
	width: 100%;
	text-align: center;
	height: 100px;
}

.titre .gauche
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.titre .droite
{
	float: right;
	margin: 0px;
	padding: 0px;
}

.Alerte
{
	margin:50px;
	font-size:30px;
	color:red;
	text-align:center;
	border:5px ridge #8c1aaf;
}

/* Menu membre */

.acces_membre
{
	text-align: right;
	margin-right: 30px;
	font-size: 12px;
}

.acces_membre a
{
	text-decoration: none;
}

/*________________________________________________________________________________________________________________________________________*/
/*Tout ce qui concerne l'insertion de musique*/
/*<embed src="Branles.mp3" width="400" height="20" autostart="true" loop="false"></embed>
signifie : src=nom du fichier à lire, autostart= true (démarage automatique) false (démarage si le visiteur clique sur Lecture)
loop=lecture en boucle (true false)*/
#musique{
	margin-left: 10px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-bottom: 10px;/*Une marge sous "la musique" pour aérer*/
	font-size: 100%;
	text-align: center;
	font-style: italic;
	border: 3px ridge red;
}

/* Design du menu */

.menu
{
	width: 14%;
	list-style-type: none;
	border: 1px dashed red;
	margin: 0px;
	margin-bottom: 20px;
	margin-left: 1%;
	padding: 0px;
	float: left;
}

.menu li
{
	width: 110px;
	margin: auto;
	height: 45px;
	padding: 0px;
}

.menu li a
{
	display: block;
	height: 100%;
	width: 100%;
	background-image: url("../img/bouton_bas.gif");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	color: #d9d9d9;
	font-weight: bold;
	font-size: 13px;
}

.menu li a:hover
{
	color: #3c3c3c;
	background-image: url("../img/bouton_haut.gif");
}

/* Design de la page */

#page
{
	width: 79%;
	margin: 1%;
	margin-right: 1%;
	margin-top: 0px;
	padding: 1%;
	background-image: url("../img/fond2.jpg");
	float: right;
	border: 1px solid white;
}

.centrer
{
	text-align: center;
}

.paragraphe
{
	text-align: justify;
	text-indent: 20px;
	vertical-align: middle;
}

.gauche
{
	float: left;
	margin: 10px;
}

.droite
{
	float: right;
	margin: 10px;
}

.activite
{
	font-size: 26px;
	text-align: center;
	/*height: 200px;*/
	padding-top: 10px;
}

.pc_haut
{
	background-image: url("../img/pc_haut.gif");
	background-repeat:no-repeat; /*Ne pas répéter l'image*/
	width: 500px;
	height: 24px;
	margin: auto;
	margin-bottom: 0px;
	text-align: center;
	font-size: 20px;
	padding-top: 8px;
}	

.pc_bas
{
	background-image: url("../img/pc_bas.gif");
	background-repeat:no-repeat; /*Ne pas répéter l'image*/
	width: 500px;
	height: 35px;
	margin: auto;
	margin-top: 0px; /*Marge extérieur haute*/
	margin-bottom: 20px; /*Marge extérieur basse*/	
	padding-top: 10px; /*Marge intérieur haute*/
	font-size: 10px; /*Taille du texte*/
	text-align: center; /*Texte centré*/
}

.pc_milieu
{
	background-image: url("../img/pc_milieu.gif");
	background-repeat:repeat-y; /*Si l'image doit se répéter, elle se répetera vers le bas (verticalement)*/
	width: 500px;
	margin: auto; /*Le texte devrait être centré*/
	padding: 20px 0px; /*Marge intérieur pour 1 : Haut et Bas, 2 : Gauche et droite*/
}

.pc_milieu p
{
	width: 420px;
	padding-left: 40px;
	font-size: 12px;
	text-indent: 30px;
	text-align: justify; /*Texte centré*/
}

.pc_milieu h2
{
	font-size: 18px;
}

/* Album photo */


.album a
{
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 14px;
	margin: 10px;
	padding: 4px;
	border: 1px dashed #c0c0c0;
	text-decoration: none;
	background-image: url("../img/fond1.jpg");
	color: black;
}

.album a img
{
	border: 0px;
}

.album a:hover
{
	border: 1px solid black;
}

/* cadres */

.cadre_photo
{
	width: 600px;
	margin: auto;
	margin-bottom: 20px;
	border: 1px dashed #c0c0c0;
	background-image: url("../img/fond1.jpg");
	border-collapse: collapse;
}

.cadre_photo td
{
	border: 0px;
	padding: 4px;
}

.stopper_float
{
	display: block;
	width: 100px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.cadre_photo p
{
	text-align: justify;
	text-indent: 20px;
}

.nom_photo
{
	size: 16px;
	background-color: #f34f6f; /*#d12f4e;*/
	color: #ffffff;
	font-weight: bold;
	margin: auto;
	width: 100%;
	text-align: center;
}	

/* contact.php */

.centrer a img
{
	border: 0px;
}

.ul_contact
{
	margin-left: 11%;
}

#formulaire
{
	width: 500px;
	margin: auto;
}

#formulaire fieldset
{
	padding: 10px;
}

#formulaire legend
{
	font-weight: bold;
	font-size: 18px;
}

.numero_page
{
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

.numero_actif
{
	color: #ff0000;
}

.numero_page a
{
	color: blue;
}

.numero_page a:hover
{
	background-color: #ffffff;
}

.article
{
	width: 75%;
	margin: auto;
}

.article h3
{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.article p
{
	text-align: justify;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.personnage
{
	background-image: url("../img/fond1.jpg");
	text-align: justify;
	text-indent: 20px;
	vertical-align: middle;
	width: 58%;
	border: 1px solid black;
	margin-top: 0px;
	padding-top: 0px;
	padding: 5px;
}



.question
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*design du pied de page */

.lien_vers_haut
{
	text-align: center;
	clear: both;	
}

.bas
{
	margin: 20px;
	text-align: center;
	background-color: #626262;
	color: #c6c6c6;
	padding: 5px;
	clear: both;
	border: 1px solid black;
	font-size: 16px;
}

.bas a
{
	color: #c6c6c6;
}
