/* CSS Document */

*
{font-family: Arial, Verdana, Helvetica, sans-serif ;}

* {
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
}

*
{
	scrollbar-face-color: #6e301c ;
	scrollbar-darkshadow-color: black ; 
	scrollbar-shadow-color: black ; 
	scrollbar-highlight-color: #efe6bd ; 
	scrollbar-3dlight-color: #efe6bd ; 
	scrollbar-track-color: #efe6bd ;
	scrollbar-arrow-color: yellow ; 
}

body
{
	background-color: #FFFFFF ;
	text-align: center ;
}

div#conteneur
{    
    position: relative ;
	width: 910px ;
    margin-left: auto;
    margin-right: auto;
	text-align: left ;
}

div#textderoule
{
	background-color: #EFE6CC ;
	font-family: Arial black ;
	color : #844629 ;
	font-weight: 200 ;
	width: 910px ;
	height: 20px ;
	border: 1px solid #844629 ;
	margin-bottom: 10px ;
}

div#textderoule2
{
	background-color: #c91e27 ;
	font-family: Arial black ;
	color : #EFE6CC ;
	font-weight: 200 ;
	width: 910px ;
	height: 20px ;
	border: 1px solid #844629 ;
	margin-bottom: 10px ;
}

div#header
{
	text-align: center ;
	width: 910px ;
	height: 175px ;
	margin-bottom: 15px ;
	padding: 0 ;
}


/* Mise en forme MENUS */

ul#menu
{
	width: 910px ;
	height: 70px ;
	padding: 0 ;
	margin: 35px auto auto 25px ;
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-size: 14px ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

#menu a
{
    display: inline ;
	display: block ;
	width: auto ;
	border: 1px solid black ;
	color: #efe6bd ;
	background-color: #6e301c ;
	margin: 15px 5px  ;
	padding: 4px 2px 4px 2px ;
	text-decoration: none ;
	text-align: center ;
}

#menu li a:hover
{
	border: 1px solid black ;
	color: #6e301c ;
	background-color: #efe6bd  ;
	margin: 10px 5px  ;
	padding: 4px 2px 4px 2px ;
}

#menu li
{
    float: left ;
	padding: 4px 2px 4px 2px ; /* permet de contourner un bug sur IE */
}

div#zone1
{
    position: relative ;
    width: 910px ;
    margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
}


ul#menubas
{
	margin: 20px auto ;
	width: 810px ;
	padding: 0 ;
	font-family: Arial, Verdana, Helvetica, sans-serif ;
	font-size: 12px ;
	list-style-type: none ;
}

#menubas a
{
	color: #6e301c ;
	text-decoration: none ;
	
}

#menubas li
{
	display: inline ;
}

.red
{
	color: #F03 ;
	font-size: larger ;
}
