/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/
.bg_bleu{background-color:#303192;color:#fff}

.bg_turquoise{background-color:#c7ebfc}

.txt_rouge{color:#ee1c25;}
.txt_bleu{color:#303192;}
.txt_turquoise{color:#c7ebfc;}
/**************************************/
/*              GLOBALS               */
/**************************************/
.img_left{float:left;margin:3px;}
.img_right{float:right;margin:3px;}
.txt_right{float:right;}

/**************************************/
/*              HEADER                */
/**************************************/
.haut
{
background-image: url(../img/bd_800.jpg); 
padding-top: 242px;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.contenu
{
background-image: url(../img/content.jpg); 
}


/**************************************/
/*               FOOTER               */
/**************************************/

/**************************************/
/*               MENU               */
/**************************************/
#menu {
 width: 800px;
 height: 75px;
 background:  url(../img/menu.png);
 margin: 10px auto; padding: 0;
 position: relative;
}
#menu li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#menu a {display: block;}

#reg_01 {left: 0px; top: 0px; width: 114px; height: 75px;}
#reg_02 {left: 114px; top: 0px; width: 161px; height: 75px;}
#reg_03 {left: 274px; top: 0px; width: 247px; height: 75px;}
#reg_04 {left: 520px; top: 0px; width: 126px; height: 75px;}
#reg_05{left: 645px; top: 0px; width: 156px; height: 75px;}

#reg_01 a {height: 75px;}
#reg_02 a {height: 75px;}
#reg_03 a {height: 75px;}
#reg_04 a {height: 75px;}
#reg_05 a {height: 75px;}

#reg_01 a:hover {background: url(../img/menu.png) 0px -75px no-repeat;}
#reg_02 a:hover {background: url(../img/menu.png) -114px -75px no-repeat;}
#reg_03 a:hover {background: url(../img/menu.png) -274px -75px no-repeat;}
#reg_04 a:hover {background: url(../img/menu.png) -520px -75px no-repeat;}
#reg_05 a:hover {background: url(../img/menu.png) -645px -75px no-repeat;}