* {
	margin:0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	font-size: 14px;
}
H1 {
  margin:10px 20px;
}


#menu {
	background: url(../images/transparantmenu.jpg) bottom center no-repeat;
	background-color: #E2007A;
	height: 266px;
	color: white;
   font-family:helvetica;
	font-size: 25px;
	font-weight: bolder;
}

#menu img  {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
#menu ul li {
   padding: 9px 5px;
	border-top: 1px dotted white;
	list-style-type: none;
}
#menu #menu_copy {
	font-size: 15px;
	padding: 15px 5px;
	border-top: none;
}

#header {
	height: 90px;
}

#header #logo {
   margin-top:5px;
	margin-left: 17px;
	height: 85px;
}
#header #btn_menu {
   text-align: right;
   float:right;
	font-family:helvetica;
	font-size: 22px;
	font-weight: bolder;
	color: #E2007A;
   padding-right: 20px;
   padding-top:67px;
	width: 200px;
}

.content_text {
	  margin:10px 20px;
}
.content_text a {
  color: #E2007A;
  font-weight:bolder;
  text-decoration:none;
  font-size:25px;
 }

.bottom {
   text-align:center;
	color: #E2007A;
	font-size: 14px;
	font-weight: bolder;
	margin: 10px;
}
.bottom a {
	color: #E2007A;
	text-decoration:none;
}
#slide {
	text-align:center;
}

#slide img {
	width: 280px;
	height: 165px;
}

#slide h2 {
	text-align: left;
	margin-top:-8px;
	margin-bottom:8px;
	font-family:helvetica;
   font-size: 14px;
	color: silver;
}


#btn_precedente {
   margin-top:5px;
	float:left;
	color:gray;
	font-family:helvetica;
	font-size: 16px;
	font-weight: bolder;
	width: 128px;
	background: url(../images/feche_gauche.jpg) left no-repeat;
	padding-left:10px;
}

#btn_suivante {
   margin-top:5px;
	float:right;
	text-align:right;
	color:gray;
   font-family:helvetica;
	font-size: 16px;
	font-weight: bolder;
	width: 128px;
	padding-right:10px;
	background: url(../images/feche_droite.jpg) right no-repeat;
}

.title_nous {
	font-size: 16px;
	font-weight: bolder;
	margin:10px;
}
#nous li {
	margin-left:20px;
}