/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
http://www.siteduzero.com
*/

body
{
	width:920px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;	
	background-image:url("../images/fond.jpg");
}

/* L'en-tête */

#en_tete
{
	width:910px;
	height:250px;
	background-image:url("../images/banniere.png");
	background-repeat:no-repeat;
	margin-bottom:10px;
}


/* Le menu */

#menu
{
	float:left;
	width:160px;
}

.element_menu
{
	background-color:#FFD18D;
	background-image:url("../images/degrade.jpg");
	background-repeat:repeat-x;
	
	border:2px solid white;
	
	margin-bottom:20px;
}


/* Quelques effets sur les menus */


/* .element_menu h3
{	
	color:#B3B3B3;
	font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align:center;
} */

.element_menu ul
{
	list-style-image:url("../images/note.gif");
	padding:5px;
	padding-left:40px;
	padding-top:20px;
	margin:0px;
	margin-bottom:5px;
}

.element_menu a
{
	color:#FF0000;
}

.element_menu a:hover
{
	background-color:#FFFFFF;
	color:black;
}


/* Le corps de la page */

#corps
{
	margin-left:161px;
	margin-bottom:20px;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	text-align: justify;
	
	color:#000000;
	background-color:#FFD18D;
	
	border:2px solid white;
}

/* #corps h1
{
	color:#B3B3B3;
	text-align:center;
	font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
} */

#corps h2
{
	height:30px;

	/* background-image:url("titre.png");
	background-repeat:no-repeat; */
	
	padding-left:30px;
	color:#FF0000;
	text-align:left;
}

.titre
{
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	padding-left: 20px;
	padding: 20px;
	background-image:url("../images/note.gif");
	background-repeat: no-repeat;
	
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	padding:5px;
	font-size:11px;

	text-align:center;

	color:#B3B3B3;
	/* background-color:#626262; */
	background-image:url("../images/fond.jpg");
	background-repeat:repeat-x;
	
	margin-left:161px;
/*	border:2px solid black; */
}

#pied_de_page a
{
	font-size:15px;
	color:#FF0000;
	
}

#pied_de_page a:hover
{
	background-color:#FFFFFF;
	color:black;
	font-size:15px;
}

/* Menu deroulant Repertoire */
.rep {
	font-weight:bold;
	color:#E00000;
        font-size:14px;
}

.bouton {
	/* font: "Comic sans ms"; */
        font-size:12px;
        font-weight:bold;
        color:#E00000;
        background-color:#FFFFFF;
        cursor: pointer;
        border-color:#000000;
}

/* Images partenaires */
img.partenaire
{
	width: 120px;
}

.uline
{
	text-decoration: underline;
}

.centre
{
	text-align: center;
}

/* Scroller */
#pscroller1{
        width: 200px;
        height: 100px;
        border: 1px solid black;
        padding: 5px;
        background-color: #FFD18D;
}
