/* CSS Document */
body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0f1113;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 0%;
	background-attachment:fixed;
	margin: 0px;
}
/* MAIN >> General page container */
#maincontainer {
	text-align:left;
	margin:0 auto;
	width:960px;
}
/* HEADER STYLES >> General layout configuration*/
#headercontainer {
	margin: 0px;
	padding: 0px;
	position:relative;/* Necessary for correct display of dropdown menus */
	z-index:100;/* Necessary for correct display of dropdown menus */
}
#headerarea {
	position:relative;
	margin:0;
	padding:0;
	height: 320px;
}
#centerimg {
    position: absolute;
	padding:0;
	width:960px;
	height:250px;
	top:40px;
}
#Elinks {                                      
	height: 50px;
	width: 150px;
	position: absolute;
	left: 880px;
	top: 10px;
	text-align: left;
	padding: 0%;
	margin: 0px;
}
#logo {
   height: 90px;
   width: 600px;
   position:absolute;
   left:55px;
   top:20px;
   padding: 0%;
   margin: 0%;
}
#headerdata {
	width:600px;
	position: absolute;
	left: 5px;
	top: 130px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#headertext {
	font-weight: bold;
	color: #999999;
	font-size: 13px;
	letter-spacing:0.2em;
	line-height: 0.5cm;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	display: block;
}
.red {
	color: #880000;
	font-size:16px;
}
.white {
	color: #ffffff;
	font-size:22px;
	letter-spacing:0.1em;
}
/* END HEADER STYLES */



/* HORIZONTAL MENU  >> menu block  - Boîte menu*/
#headermenu {
	position: absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	width: 880px;
	padding: 0px;
	overflow: visible;
}
/* HORIZONTAL MENU  >> menu  items layout configuration  - Configuration de la mise en page des éléments*/
ul#hmenu {
	float:right;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}
#hmenu li {
	position:relative; /* Necessary for submenu positioning  */
	float: left;/* only left to keep menu items in the correct order*/
}
/* HORIZONTAL MENU  >> Link styles - Mise en forme des liens*/
#hmenu a.menu, #hmenu span {
	display: block;
	color: #ffffff;
	_width: 1px;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration:none;
}
/* HORIZONTAL MENU  >> mouseover links styles - Elément survolé*/
#hmenu li a:hover {
}
#hmenu a.menu:hover, #hmenu a.subactive {
    color:#990000;
	text-decoration:none;
	background-color: #;
}
/* HORIZONTAL MENU  >> - text styles - Mise en form des Textes*/
#hmenu span {
	
}
/* HORIZONTAL MENU  >> First element (border before first menu item) - Premier élément (bordure)*/
#hmenu li.begin {
	display: block;
	float: left;
	width: 1px;
	margin: 0px;
	padding: 0px;
}
/* HORIZONTAL MENU  >> Last element (border after last menu item) - Dernier élément (bordure)*/
#hmenu li.end {
	width: 1px;/*necessary when floating the ul to the right*/
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border:none;
}
/* HORIZONTAL MENU  >> Menu items - Eléments*/
#hmenu li.mitext {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
}
#hmenu li.miimg img {
	border:none;
}
/* HORIZONTAL SUBMENU >> */
ul#hmenu li div {
	margin:0;
	border:none;
	padding-top:0;
}
ul#hmenu li ul.submenu{
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin:0;
	background-color: #999999;/*DEFINE BG COLOR HERE */
	position:absolute;
	visibility:hidden;
	left:0px;
}
ul#hmenu li.mitext ul.submenu li {
	letter-spacing:normal;
}
ul#hmenu li ul.submenu li {
	float:none;/* cancels inherited float properties */
	clear:both;
}
ul#hmenu li ul.submenu a, ul#hmenu li ul.submenu span,ul#hmenu li ul.submenu li.mispacer, ul#hmenu li ul.submenu li.misep {
	border:none;/* cancels inhertited left and right borders */
	padding-left:10px; /* set lateral padding here*/
	padding-right:10px;
	width:200px;/* set submenu width here */
}
/* Class used to specify the rightmost item on the horizontal menu and correctly position it's submenu */
ul#hmenu li.menuright ul.submenu{
	left:auto;
	right:0px;
	*right:-5px; /* for IE only */
}
ul#hmenu li ul.submenu li.begin{
	display:none;
}
ul#hmenu li ul.submenu li.mispacer{
	height:15px;
}
ul#hmenu li ul.submenu li.misep{
	height:1px;
	border-bottom: 1px solid #FFFFFF;
}
ul#hmenu li ul.submenu li.end{
	display:none;
}
/* Submenu section titles */
#hmenu li ul.submenu li.mititle span, #hmenu li ul.submenu li.mititle a {
	color:#FFFFFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
#hmenu li ul.submenu li.mititle a:hover {
	/*background-color: #333333;*/
}
ul#hmenu li.mitext ul.submenu li.mitext{
	text-align: left;
}
ul#hmenu li ul.submenu li.menusep {
}
ul#hmenu li ul.submenu li.mitext span, ul#hmenu li ul.submenu li.mitext a{
	display:block;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	white-space:normal;
	margin: 0px;
	padding-top: 4px; /* set vertical padding here*/
	padding-bottom:4px;
}
ul#hmenu li ul.submenu li a:hover {
	background-color: #333333;
}
/* HORIZONTAL SUBMENU END */



/* CONTENT STYLES */
#bodycontainer {
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index:50;/* necessary for submenus */
}
#bodyarea {
    margin:0px;
	padding: 0px;
	position:relative;
	width: 960px;
	min-height:400px;
	height:auto;
	background-color:#0f1113;
	background-image: url(images/body-bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
/* for min-height in IE */
/*\*/
*html #bodyarea {
	height:400px;	
}
/**/

#bodydata {
	padding-top:20px;
	margin-left:30px;
	width:900px;
        min-height:400px !important;
	height:auto !important;
        height:400px;  /* reglage Hack pour IE ou FF , mettre important derrier les zones FF */
}
#content {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   line-height:0.5cm;
   letter-spacing:0.1em;
   text-align:justify;
}
.divH {
    margin:0px;
	padding: 0px;
	height:15px;
	background-image: url(images/divH.gif);
	background-repeat: repeat-x;
	background-position: 50% 50%;
}
.divV {
    margin:0px;
	padding: 0px;
	background-image: url(images/divV.gif);
	background-repeat: repeat-y;
	background-position: 50% 50%;
}
.title1 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight:bold;
   font-style:italic;
   font-size: 15px;
   color: #CC0000;
   padding-top:10px;
   padding-left:10px;
   padding-bottom:10px;
}
.title2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight:bold;
   font-style:italic;
   font-size: 12px;
   color: #cc0000;
   letter-spacing:0.2em;
   padding-top:10px;
   padding-left:5px;
   padding-bottom:10px;
}
.title3 {
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   color:#999999;
   font-style:italic;
   font-weight:bold;
   letter-spacing:0.2em;
}
.more {
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 11px;
   color:#999999;
   font-style:italic;
   letter-spacing:0.2em;
   text-align:right;
   margin-top:0px;
   margin-bottom: 10px;
   padding-right:20px;
}
.note {
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 10px;
   color:#666666;
   font-style:italic;
   letter-spacing:0.2em;
   margin-top:0px;
   margin-bottom: 10px;
}
.band {
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 11px;
   color:#999999;
   font-style:italic;
   font-weight:bold;
   letter-spacing:0.2em;
   text-align: center;
   margin-top:0px;
}
.dates {
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   color:#990000;
   font-style:italic;
   font-weight:bold;
   letter-spacing:0.2em;
}

.contact {
        text-align: right;
        padding-top: 9px;
        padding-bottom: 6px;
}
form {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        margin: 0px;
}
.form1 {
        background-color: #14171a;
        border-width : 1px;
        border-style: solid;
        border-color: #550000;
        width: 240px;
        height: 17px;
        font-family : Verdana, sans-serif;
        font-size: 11px;
        color: #c0c0c0;
}
.form2 {
        background-color: #14171a;
        border-width: 1px;
        border-style: solid;
        border-color: #550000;
        width: 240px;
        height: 80px;
        font-family : Verdana, sans-serif;
        font-size: 11px;
        color: #c0c0c0;
}
.button {
        background-color: #181b1f;
        border-width: 1px;
        border-style: solid;
        border-color: #990000;
        width: 80px;
        height: 20px;
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
		font-style: italic;
		font-weight:bold;
		letter-spacing:0.1em;
        color: #ffffff;
}
A.type1:link {
color : #900000;
text-decoration: none;
font-style:italic;
} 
A.type1:visited {
color : #900000;
text-decoration: none;
font-style:italic;
} 
A.type1:active {
color : #ff0000; 
text-decoration : none;
 font-style:italic;
} 
A.type1:hover {
color : #ff0000; 
text-decoration : none; 
font-style:italic;
} 

A.type2:link {
color : #999999;
text-decoration : none; 
} 
A.type2:visited {
color : #999999;
text-decoration : none; 
} 
A.type2:active {
color : #ffffff; 
text-decoration : none; 
} 
A.type2:hover {
color : #ffffff; 
text-decoration : none; 
} 

A.type3:link {
color : #c0c0c0;
text-decoration : none; 

} 
A.type3:visited {
color : #c0c0c0;
text-decoration : none; 
} 
A.type3:active {
color : #990000; 
text-decoration : none; 
} 
A.type3:hover {
color : #990000; 
text-decoration : none; 
} 
/* END CONTENT STYLES */



/* FOOTER STYLES */
#footercontainer {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height: 55px;   /* hauteur de la zone pied de page */
	text-align: center;
}
#footerarea {
	width:960px;
	height:50px;  /* hauteur de la zone pied de page */
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* COPYRIGHT and CREDITS */
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
    color: #606060;
	margin-top:0px;
	margin-bottom:15px;
	text-align: center;
}
#small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
    color: #c0c0c0;
	line-height:0.4cm;
	text-align: justify;
}
/* END COPYRIGHT and CREDITS */

/* END FOOTER */



/********************************************************/
/* @CONTENT												*/
/********************************************************/



