/* Titres etc... */

h1, h2, h4, p { color:white; }

a { text-decoration:none;}

h2
{
font-size: 1.3em; 
}

h4
{
padding-left:40px;
margin-bottom:0px;
}

h1
{
padding-top:20px;
text-align: center;
color:silver;
}

p
{
text-indent: 40px;
text-align:justify;
font-size:1em;
}

li a
{
	color:white;
}

li a:hover
{
	color:red;
}

/*Structure*/
body
{
	height:1200px;
	width:90%;
	background: url("img/Fond.jpg") no-repeat;
	background-color: black ;
	/*background-attachment:fixed;*/
	font-family: 'Myriad Pro', Arial,Georgia, Verdana, sans-serif;
	font-size:1.1em ;
	margin:auto;
}

/* banniere */
#en_tete
{
	margin:auto;
	height:230px;
	width:1200px;
	background-image:url("img/banniere.png");
	background-repeat:no-repeat;
}

#corps
{
	background-image:url("img/Fond_texte.png");
	color:white;
	margin-top: 20px;
	margin-left: 400px;
	width:65%;	
}

#corps h3
{
color:red;
font-size:1.5em;
margin-left:7%;

}

#corps p
{
color:white;
margin-left:50px;
margin-right:50px;
padding-bottom:50px;
text-indent:0px;
}

#menu
{
	float: left;
	width: 170px;
	height: 500px;
	margin-top:0px;
	margin-left:0px;
	padding-top:10px;
}

#menu ul
{
	list-style-type:none;
}

#menu h2
{
	text-align:center;
	padding-top:15px;
	padding-left:20px;
}


/* Sous-menu */
.limenu
{
	font-weight:normal;
	height:50px;
	width:300px;
	background: url("img/bouton.png");
}

.smenu
{
display:none;
padding-left:30px;
padding-top:10px;
margin-left:70px;
margin-top:20px;
width:300px;
height:100px;
float:center;
list-style-type:none;
background:url("img/boutonsmenu.png") no-repeat;
}

#pied_de_page
{
	color:white;
	height:40px;
	background-image: url("img/Fond_texte.png");
	margin-top:400px;
	margin-right:0px;
	margin-left:0px;
	padding-bottom:20px;
	padding-top:10px;
	max-width:2000px;
	float:bottom;
}

#pied_de_page a
{
	color:red;
	text-decoration:none;
}

/* Elements singuliers */

/* Décompte */
#timer 
{
    background:url(img/Fond_texte.png);
    padding-top:15px;
    height:115px;
    text-align:left;
}

.timerDiv 
{
    text-align:center;
    font-size:3em;
    font-weight:bold;
    display:inline-block;
    width:24%;
}

.timerDiv.timerUnit 
{
    font-size:1em;
    font-weight:normal;
}

/* Liste Membres Gala */
#equipe
{
	padding-bottom:50px;
}

#equipe td
{
	padding-left: 40px;
}

/* Structure affichage des membres */
table
{
	border-spacing: 10px;
	vertical-align: top;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:40px;
}

/* Images Partenaires */
.partners
{
	border:none;
	margin-top:20px;
	margin-bottom:20px;
	width:22%;
}

/* Images Clubs ECN */
.club
{
	height:180px;
	padding-right:250px;
	padding-left:250px;
	margin-bottom:30px;
}

/* Décalage types de contact (sur contact.php)*/
dd
{
	padding-left:40px;
}

/* 'bandeaux' partenaires*/
.divcenter
{
	background:url(img/Fond_texte.png) no-repeat;
	padding-left:3%;
}

/* Copyright */
.mention
{
font-style:italic;
font-size:0.7em;
float:right;
}

/* ???? */
#sign
{
text-align:right;
font-style:italic;
}

/* Questions Reponses sur l'ancien site 
#formquestions
{
margin-left:40px;
width:70%;
}

.Mess
{
	background-color:blue;	
}

#message
{
	color:white;
}

#reponse
{
color:yellow;
} */

.arti
{
color:black;
font-size:120%;
font-weight:bolder;
}

.frame
{
	border-spacing: 10px;
	border: medium solid #6495ed;
	border-collapse: collapse;
}

.frame th {
	border: thin solid #6495ed;
	padding: 5px;
	background-color:#D0E3FA;
	font-weight: bold;
}
.frame td {
	border: thin solid #6495ed;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
	color:black;
}

#navettes
{
margin-left:25%;
}

