/* Design de la page et élément html */
body
{
	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
{
	margin: 0px;
	padding: 0px;
	border: 1px dashed black;
}

/* Design du titre */

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

.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
{
	display: none;/*La musique n'apparaitra pas*/
}

/* Design du menu */

.menu
{
	display: none;/*Le menu n'apparaitra pas*/
}

/* Design de la page */

#page
{
	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: 50px;
}

.pc_haut
{
	background-image: url("../img/pc_haut.gif");
	width: 500px;
	margin: auto;
	margin-bottom: 0px;
	text-align: center;
	height: 21px;
	font-size: 14px;
	padding-top: 10px;
}	

.pc_bas
{
	background-image: url("../img/pc_bas.gif");
	width: 450px;
	margin: auto;
	margin-top: 0px;
	height: 25px;
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 50px;
	margin-bottom: 20px;
}

.pc_milieu
{
	background-image: url("../img/pc_milieu.gif");
	width: 400px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 50px 20px 50px;
	font-size: 12px;
}

.pc_milieu p
{
	font-size: 12px;
	text-indent: 30px;
}

.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;
	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;
	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
{
	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;
}
