/*
	Feuille de style communes aux pages du site
*/

/* Balises standard */
body{
	background-color:#000;/*#9e0001;*/
	margin:0;
	padding:0;
	text-align:center;
	font-family:helvetica,arial,sans-serif,sans;
	font-size:14px;
	color:#ffc;
}
a{
	color:#ffc;
}
h1{
	font-size:24px;
}
h2{
	font-size:18px;
	color:#7c7d55;
}
h3{
	font-size:14px;
	color:#7c7d55;
}
img{
	border:0;
}
hr{
	clear:both;
	border: none;
	background-color:#7c7d55;
	height:1px;
}

/* Formulaires */
form fieldset{
	border:1px solid #7c7d55;
	margin:0;
	padding:10px;
}
form fieldset ol{
	list-style:none;
	margin:0;
	padding:0;
}
form fieldset ol li{
	clear:left;
	margin:0 0 5px;
}
form fieldset ol li label{
	float:left;
	width:140px;
}
form fieldset ol li input,
form fieldset ol li textarea{
	color:#ffc;
	border:1px solid #ffc;
	background:#000;
}
form fieldset ol li ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:200px;
}

/* Tableaux */
table{
	border:1px solid #7c7d55;
	border-collapse:collapse;
}
table th,table td{
	border:1px solid #7c7d55;
	padding:5px;
}
table thead{
	background:#7c7d55;
	color:#ffc;
}

/* Conteneur de la page */
#page{
	width:100%;
}

/* Haut de page */
#haut{
	background:url(../images/fond-haut.jpg) repeat-x;
}
#haut h1{
	margin:0;
}
#haut h1 a{
	display:block;
	background:url(../images/entete.jpg) no-repeat;
	width:780px;
	height:155px;
	margin:0 auto;
}
#haut h1 a span{
	display:none;
}

/* Menu */
#menu{
	margin:10px auto;
	width:880px;
	padding:0;
	list-style-type: none;
	overflow:auto;
}
#menu li{
	float:left;
	margin-left:20px;
}
#menu li.first{
	margin-left:0;
}
#menu li a,
.bouton{
	display:block;
	width:150px;
	height:25px;
	background:#000;
	border:1px solid #ffc;
	color:#ffc;
	font-family:helvetica,arial,sans-serif,sans;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
#menu li a:hover,a.bouton:hover{
	color:#fff;
	border-color:#fff;
}
input.bouton{
	display:inline;
}

/* Contenu */
#contenu{
	clear:both;
	width:880px;
	margin:10px auto;
	padding:0;
	text-align:left;
	overflow:auto;
}
#contenu img{
	border:1px solid #7c7d55;
}

/* Colonnes */
.colonne{
	float:left;
	width:49%;
	margin-left:2%;
}
.colonne.first{
	clear:left;
	margin-left:0;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}

/* Bas de page */
#bas{
	clear:both;
	background:#000 url(/images/fond-bas.jpg) repeat-x;
	padding-top:30px;
}
#bas address{
	clear:both;
	font-style:normal;
}

/* Pages spécifiques */

/* Page accueil */
#accueil #haut h1 a{
	background-image:url(../images/entete-accueil.jpg);
	height:306px;
}
#accueil #menu{
	width:70%;
}
#accueil #menu li{
	margin:10px;
}
#accueil #contenu .colonne.first{
	width:530px;
}
#accueil #contenu .colonne{
	width:330px;
}
#accueil #contenu .video{
	width:500px;
	height:300px;
}
