/*
template/css/design.css
---------------
créé par Warshadow, le 20/03/2006

Description : feuille de style contenant toutes les options de base du site (corps, banniere, menu, speedbarre... )

*/

body
{
	font-family: Arial, Verdana, Tahoma, 'Times New Roman', Times, serif;
	font-size:0.8em;
	margin:0;
	background-color: #ffffff;
	background:url('../img/fond.gif');
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* entête de la page (liens du haut) */
#entete
{
	margin: 0;
	padding: 0;
	height: 22px;
	width: auto;
	background-color: #000000; 
	color: #ffffff;
	font-weight: bold;
	text-align: center; 
}

#entete a
{
	color: #ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Bannière du site */
#banniere
{
	text-align: center; 
	margin: 0; 
	margin-bottom: 13px;
	padding: 0;
	width: 100%; 
	background: url('../img/head-fond.gif') repeat-x; 
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* menu du haut (speedbarre) */
#speedbarre
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 25px;
	background: url('../img/speedbarre/fond.gif'); 
	background-color: #ffffff; 
	border-top: 1px dashed #6e410c; 
	border-bottom: 1px dashed #6e410c; 
}

#speedbarre li
{
	height: 23px;
	padding-left: 8px;
	padding-right: 14px;
	padding-top: 2px; 
	text-align: center;
	font-family:'Trebuchet MS', Arial, 'Times new roman', Times, serif;
	font-size:13px;
	background:url('../img/speedbarre/fond_simple.gif') no-repeat; 
	background-position: right; 
}

.speeddroite
{
	float: right;
}
.speedgauche
{
	float: left;	
}

#speedbarre a
{
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-weight:bold;
}

#speedbarre a:hover
{
	color: #FFFFFF;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Menu de gauche */
#menu
{
	clear: left;
	float:left;
	width: 15%;
	margin:0;
	margin-top: 10px; 
	margin-right:0.5%;
	border: 1px solid #ff7701; 
	border-top: none;
	background-color: #ffffff; 
}

#menu h5
{
	height: 22px;
	margin: 0;
	padding: 0;
	color:#ffffff;
	background:url('../img/menu/header.png');
	font-size: 1.3em;
	border-top: 1px solid #ff7701;
	text-align: center;
}

#menu ul
{
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 5px;
}

#menu li
{
	padding: 0px;
	margin: 0;
	font-size: 0.9em;
	font-weight: bolder;
}

#menu .princ
{
	list-style-image: url('../img/menu/puce.gif'); 
	padding: 0;
	margin-top: 7px;
	font-size: 1.0em;
}

#menu .sous
{
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-left: 20px;	
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Design du corps de la page */
#corps
{
	float: right; 
	margin: 0; 
	margin-bottom: 20px; 
	margin-top: 10px;
	margin-right: 0.5%;
	padding: 0.5%; 
	width: 82%; 
	background-color: #ffffff; 
	border: 1px solid #ff7701; 
}

#corps h2
{
	text-align: center;
	font-size: 1.7em; 
	color: #de9d00;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Design du pied de la page */
#pied
{
	clear: right; 
	margin: 0px; 
	margin-left: 100px; 
	padding: 3px; 
	padding-left: 30px; 
	height: 60px; 
	font-size: 0.9em; 
	font-weight: bold;
	background-color: #ffffff; 
	border: 1px solid #ff7701; 
	border-right: none;
}

#pied p
{
	margin: 0;
	margin-bottom: 5px; 
	padding: 0;
}

#pied .decal2
{
	font-weight: normal;
	margin-left: 40px; 
}

#pied .decal1
{
	font-weight: normal;
	margin-left: 100px; 
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Le fond du site, partie sous la bannière */
#fond
{
	background:url('../img/fond.gif');
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mise en page de l'affichage, en haut de chaque rubrique */
#present
{
	width: 95%;
	margin: auto;
	padding: 0px; 
	background-color: #dbedfe; 
	border: 1px solid #96bde1; 
	font-size: 1.1em; 
	border-collapse: collapse; 
}

#present .gauche
{
	width: 25px; 
	background: url('../img/corps/present-fond.gif') repeat-y; 
}

#present .image
{
	text-align: center;
	padding: 2px; 
}

#present .texte
{
	vertical-align: top; 
	padding-left: 10px; 
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*affichage des messages dans la partie admin*/
.adminMsg
{
	width: 90%;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px; 
	border: 1px solid #ff7701; 
	background-color: #ffe9bb; 
}

.adminMsg .message
{
	border: 1px solid #ff7701; 
	margin-bottom: 2px; 
	padding: 3px; 
	background: url('../img/fond.gif');
}


.adminMsg .texte
{
	border: 1px solid #ff7701; 
	background-color: #ffffff;
	padding: 2px; 
}
