@charset "utf-8";

a:link {
	text-decoration: none;
	color:#FFFFFF
}
a:visited {
	text-decoration: none;
	color:#FFCC66
}
a:hover {
	text-decoration: none;
	color:#FFCC66
}
a:active {
	text-decoration: none;
	color:#FFFFFF
}

#body {
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #240024;
	margin-top: 30px;
	background-attachment: fixed;
	
}
.fete {
	background-color: #240024;
	background-image: url(images/fond-St-Valentin.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.colonne_menu_gauche/* CSS Document */

 {
	height: 480px;
	width: 180px;
	background-image: url(images/pic_colonne_droite.jpg);
	font-family: "Tekton Pro";
	color: #3d0039;
	padding: 10px;
	font-size: large;
}

.bloc_height_500px

{
    height:500px;
	float:left;
	background-color:#000000
}
.Police_tekton
{
	font-family: "Tekton Pro";

}	
.police_blanche  {
	color: #FFFFFF;
}

.colonne_menu_droite {
	height: 480px;
	width: 180px;
	background-image: url(images/pic_colonne_gauche.jpg);
	font-family: "Tekton Pro";
	color: #3d0039;
	padding: 10px;
	font-size: large;
}
.width900 {
	width: 950px;
}
.width600 {
	width: 600px;
}
.padding5px {
	padding: 5px;
}

