/*******************************************************************/
/*                     BODY                                        */
/*******************************************************************/
body{
	font-family: Cambria, arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	color: #333333;
	background-image: url("../img/fond_bambou.png");
	background-repeat: repeat-x;
	width: 1024px;
	margin: auto;
	margin-top: 20px;
}

.fond{
	background-image: url("../img/fond.png");
	background-position: 50% 10px;
	background-repeat: no-repeat;
}

/*******************************************************************/
/*                 TITRE                                           */
/*******************************************************************/
#entete{
	width: 1024px;
	height: 190px;
	margin-left: auto;
	background-image: url("../img/fond.png");	
}
#entete ul li{
	float: left;
	margin-top: 30px;
}

#logo1{
	margin-left: 50px;
	width: 120px;	
}

#titre{
	margin-top: 30px;
	margin-left: 40px;	
	width: 600px;
}

#logo2{
	margin-left: 40px;
	width: 120px;
}

/*******************************************************************/
/*                 MENU                                            */
/*******************************************************************/
#menu{
	/*margin-top: 40px;	*/
}
#menu ul{
	width: 1020px;
	height: 68px;
	margin-left: 1px;
	background-color: #000000;	
}
#menu ul li{	
	width: 171px;
	height: 34px;
	float: left;
	margin-left: 57px;
	margin-top: 16px;
}
#menu ul li a{
	width: 176px;
	height: 34px;
	display: block;
}

/* Gestion des roll-over */
#accueil:hover{
	background-image: url("../img/Accueil_rouge.png");
	-background-image: url("../img/IE6/Accueil_rouge.png"); /* image specifique a IE6 */
	background-repeat: no-repeat;
}

#cartes:hover{
	background-image: url("../img/Carte_rouge.png");
	-background-image: url("../img/IE6/Carte_rouge.png"); /* image specifique a IE6 */
	background-repeat: no-repeat;
}

#groupes:hover{
	background-image: url("../img/Groupes_rouge.png");
	-background-image: url("../img/IE6/Groupes_rouge.png"); /* image specifique a IE6 */
	background-repeat: no-repeat;
}

#contact:hover{
	background-image: url("../img/Contact_rouge.png");
	-background-image: url("../img/IE6/Contact_rouge.png"); /* image specifique a IE6 */
	background-repeat: no-repeat;
}

/*******************************************************************/
/*                 BAS DE PAGE                                     */
/*******************************************************************/
.basdepage{
	float: bottom;
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}
.infoBasDePage{
	text-decoration: underline;
	font-size: 12px;
	color: #DDDEDE;
}
.separation{
	font-size: 10px;
	color: #DDDEDE;
	letter-spacing: 2px;
}

.version{
	float: bottom;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	color: #A3A4A4;
	font-size: 12px;
}

/*******************************************************************/
/*                 LIENS	                                       */
/*******************************************************************/
.mailContact{
	color: #FEFEFE;
}
.mailContact:hover{
	color: #A3A4A4;
}
