body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("image/nuage21.JPG");

}

/* l'en-tête */
#en_tete
{
	width: 760px;
	height: 170px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin-bottom : 10px;
}

/* Le menu */
#menu
{
	float: left;
	width: 120px;
}
.element_menu
{
	background-color: #6686c1;
	border: 2px solid black;
	margin-bottom: 10px;
}
.element_menu a
{
	color: #B3B3B3;
}
.element_menu a:hover
{
	background-color: #B3B3B3;
	color: red;
}

.elem a
{
	color: gray;
}

.elem a:hover
{
	
}

#corps
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 5px;
	color: red;
	background-image: url("image/dd2retouch2.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	
	border: 2px solid black;
}

#team
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 5px;
	color: red;
	background-image: url("image/dd2retouch2.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}

#rdv
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 5px;
	color: red;
	background-image: url("image/dd2retouch2.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}

#connerie
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 5px;
	color: red;
	background-image: url("image/dd2retouch2.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}

#photo
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 5px;
	color: red;
	background-image: url("image/dd2retouch2.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}

/* Pied de page */
#pied_de_page
{
	padding :5px;
	text-align: center;
	color: #B3B3B3;
	background-color: #6686c1;
	
	border: 2px solid black;
}

h3
{
	text-decoration: underline;
}
strong
{
	text-decoration: underline;
}

a
{
	border-style : none;
}

