@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
}

#textGauche { float:left; margin:-270px 0px 0px 150px; }
#textGauche h1 { font-size:2em; font-weight:bold; color:#2F567F; margin:0px; }
#textGauche ul { margin:10px 0px 0px 0px; }
#textGauche ul li { font-size:1.8em;	}

#textDroite { float:left; margin:-270px 0px 0px 713px; }
#textDroite h1 { font-size:2em; font-weight:bold; color:#2F567F; margin:0px; }
#textDroite ul { margin:10px 0px 0px 0px; }
#textDroite ul li { font-size:1.8em;	}


#carte {
	display: block;
	background-image: url(../img/carte.png);
	background-repeat:no-repeat;
	width:1000px;
	height:460px;
	float:left;
	cursor:pointer;
}

.lignecarte {
	width:630px; 
	height:10px; 
	float:left;
}

.carrecarte {
	float:left; 
	width:10px; 
	height:10px;
}

img {
border:0;
outline:none;
}

a img { border: 0px; }

.left {
	float:left;
}

.titre {
	color:#907681; 
	font-size:18px; 
	font-weight:bold;
}

.stitre {
	font-weight:bold; 
	font-size:15px;
	font-style:italic;
}

.sstitre {
	font-style:italic;
	font-size:14px;
}

.grasred {
	font-weight:bold; 
	color:#FF0000;
}

.center {
	text-align:center;
}

.cursor {
	cursor:pointer;
}

.both {
	clear:both;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

.pointerbarre {
	text-decoration:line-through; 
	cursor:pointer;
}

.leftdemileft {
	width:50%; 
	float:left; 
	text-align:left;
}

.leftdemiright {
	width:50%; 
	float:left; 
	text-align:right;
}

.left100center {
	width:100%; 
	float:left; 
	text-align:center;
}

.italique {
	font-style:italic;
}

.gras {
	font-weight:bold;
}

/*--------- Lightbox -----------*/
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

/*-------- fin lightbox -------*/

.hovermenu { text-align:center; }
.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color:#FFF;
background-color:#900;
border: 2px solid #900;
}

.hovermenu ul li a:hover{
background-color:#933;
border-style: outset;
}

.lienaccueil {
	color:#000;
	text-decoration:none;
}