@charset "utf-8";
/* CSS Document */


body {
	background-color: rgb(58,42,42);
	/*background-color: rgb(114,19,27);*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: rgb(246,214,220);
}

.Titre1 {
	font-size: 36px;
	margin: 0;
}
.Titre2 {
	font-size: 24px;
}
.Text {
	font-size: 14px;
}

#the-contact
{
	font-size: 18px;
	
}
#the-contact a:hover {
	color: rgb(232,56,76);
}

#the-video {
	text-align: center;
}
div#div-menu {
}
#lili {
	position: absolute;
	left: 300px;
	top: 65px;
	font-size: 36px;
}
ul#menu {  /*Ici , c'est ma configuration, à vous de la changer */
	position: relative;
	height : 28px;
	font-size: 18px;
	list-style-type : none; /* Car sinon les puces se placent n'importe où */
	/*background-color: rgb(0,19,27);*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: -100px;
	max-width: 600px;
	text-align: center;
	;
}
ul#menu li {
	padding : 0;
	display: inline;/*float : left;*/

}
ul#menu a {
	margin-right: 30px;
	/*background: rgb(0,0,0);*/
	/*width: 120px;*/
	color: rgb(246,214,220);
	text-decoration: none;
}
ul#menu a:hover {
	color: rgb(232,56,76);
}
#photo_accueil {
	text-align: center;
}
#carousel-div {
	max-height: 300px;
}

#main-div {
	position: relative;
	top: -100px;
	background-color: rgb(114,19,27);
	padding: 8px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	min-height: 400px;
	border: 2px solid rgb(246,214,220);
	 -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
   
}
