* {
    padding: 0;
    margin: 0;
} 

body {
	background-color: #ab3738;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url("../images/bande__.png");
	background-repeat: repeat-x;
}

a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }

#map_canvas {
	width: 800px;
	height: 600px;
	background-image: url("../images/fond_carte.png");
	}
#bulle {
	width: 200px;
	padding: 5px;
	background: #fff;
	text-align: center;
	}
#bulle a { color: #1d5dc4; text-decoration: none; }
#bulle a:hover { color: #c41d5d; text-decoration: underline; }

#wrap {
width: 1000px;
margin: 0 auto;
}
#menu {
	width: 800px;
	height: 50px;
	padding: 0 0 0 0;
	float: right;
	margin-top: 5px;
	margin-right: 25px;
	text-align: center;
}
#haut {
	height: 25px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-image: url(../images/cadre_haut_blanc.png);
	background-repeat: no-repeat;
}
#header {
	height: 260px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../images/cadre_milieu_blanc_blanc.png);
	background-repeat: repeat-y;
}
.photo{
padding-bottom: 10px;
}
#titre {
float: left;
width: 140px;
height: 250px;
margin-left: 25px;
margin-bottom: 10px;
}
#titre h1 {
color: #EAEA64;
font-size: 27px;
letter-spacing: -2px;
font-weight: 600;
padding-top: 10px;
text-align: center;
}
#titre h2 {
font-size: 14px;
color: #ffffff;
font-weight: 600;
letter-spacing: -1px;
text-align: center;
}
#animation {
float: right;
margin-right: 25px;
}
#logo {
	width: 140px;
	height: 250px;
	margin-top: 0px;
	margin-left: 0px;
}
#photos {
	width: 950px;
}
#content {
	padding: 0px 25px 10px 25px;
	background-image: url(../images/cadre_milieu_blanc.png);
	background-repeat: repeat-y;
}
#contenu {
	float: right;
	width: 940px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #3896dc;
}
#right {
	float: right;
	width: 800px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #cb6767;
}
#txt {
	float: right;
	width: 780px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cb6767;
}
#txt p {text-align:justify}
#txt h1 { 
font-size: 28px;
font-weight: 700;
padding: 10px 0 10px 0;
color: #fff; 
}
#txt h2 {
	font-size: 22px;
	font-weight: 700;
	padding: 10px 0 10px 0;
	color: #fff;
}
#txt h3 { 
font-size: 18px;
font-weight: 600;
padding: 10px 0 10px 0;
color: #fff; 
}
#txt h4 { 
font-size: 14px;
font-weight: 600;
padding: 10px 0 10px 0;
color: #fff; 
}
#left {
	float: left;
	width: 140px;
	padding: 5px;
	/* border: 1px solid #aaa; */
background: #ab3738;
}
#left h2 { font-size: 14px; color: #ff9; font-weight: 100; }
#left ul { padding: 5px 0 15px 10px; font-size: 11px; color: #ff9; list-style-type: square;}

#box_photo {
	float: left;
	width: 140px;
	padding: 0px;
	/* border: 1px solid #fff; */
	background-color: #ab3738;
}

#bottom {
	height: 25px;
	background-image: url(../images/cadre_bas_blanc.png);
	background-repeat: no-repeat;
}

#footer {
	padding: 0 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
 
.illustration1 { 
    float: right;
	background-color: #fff;
	margin-right: 4px;
	margin-left: 4px;
    width: 120px; /* important */ 
    border-collapse: collapse; /* cosmétique */ 
} 
.illustration1 td { 
    padding: 5px; /* cosmétique */ 
}
.illustration2 { 
	background-color: #fff;
	margin-right:10px;
    float: left; 
    width: 120px; /* important */ 
    border-collapse: collapse; /* cosmétique */ 
} 
.illustration2 td { 
    padding: 5px; /* cosmétique */ 
