
/********************* general*****************************************/
body	{
	margin:0px;
	padding:0px;
}
	
html {
	background-color: #163545;
	/*background-color: #fff;*/
}
	
#main {
	font-family: arial;
	width: 972px;
	height: 692px;
	margin: 20px auto;
	padding: 0px;
}

/*********************MENU********************************************/

#menu {
	margin: 0px;
	padding:0px;
	width: 200px;
	height: 692px;
	background-image: url("../images/menu.jpg");
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
}

#logo {
	position: relative;
	top: 0px;
	_top: 0px;
	margin: 20px 0px 0px 20px;
	_margin: 20px 0px 0px 20px;
	width: 175px;
	height: 235px;
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
}

#logo a {
	display: block;
	width: 175 px;
	height : 235px ;
	text-indent: -10000px;
}



#liste ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px ;
	_margin: 0px 0px 0px 0px ;
	padding: 0px;
}

#liste ul li {

}

#liste ul li a {
	display: block;
	background-image: url("../images/bouton.jpg");
	background-repeat: no-repeat;
	width: 165px;
	height: 28px;
	text-decoration: none;
	color: black;
	font-size: 0.70em;
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 0px 1px;
}

#liste ul li a:hover{
	text-decoration: none;
	color:black;
	font-size: 0.70em;
	margin: 0px 0px 0px 25px;
	padding: 2px 0px 0px 1px;
	background-image: url("../images/bouton2.jpg");
	background-repeat: no-repeat;
		width: 165px;
	height: 28px;
}

#newsletter {
	width: 165px;
	height: 95px;
	background-color : #fcc317;
	margin:0px 0px 0px 20px;
	_margin:0px 0px 0px 20px;
	padding: 0px;
}

#newsletter p {
	margin: 2px 0px 0px 2px;
	_margin: 2px 0px 0px 2px;
	font-size: 0.85em;
}

#newsletter form {
	_margin:0px
}

#newsletter input {
	margin: 2px 0px 0px 5px;
	_margin: 2px 0px 0px 2px;
	padding: 0px;
}

#book {
	margin: 0px 0px 0px 20px;
}

#book a img {
	border: 0px;
}

#book p {
	font-size: 0.50em;
	margin: 0px;
	margin-left: -10px;
	text-align: center;
}
	
#book p a {
	text-decoration: none;
	margin: 0px;
	font-size: 1.10em;
}

#content {
	width: 772px;
	height: 692px;
	background-image: url("../images/visu7.jpg");
	background-repeat: no-repeat;
	float: left;
	margin-left:-1px;
}

#text {
	overflow:auto;
	width: 600px;
	height: 600px;
	margin: 60px 0px 0px 50px;
}

#text p {
	font-size: 0.60em;
	margin: 5px 0px 5px 0px;
}

#text p strong {
	color: #ea2f8b; 
}

#text h1 {
	font-size: 0.85em;
	color: #ea2f8b;
}


#footer p {
	margin-left: -30px ;
	margin-top: 0px;
	_margin-top: -10px;
	width:972px;
	height: 30px;
	font-size: 0.54em;
	text-align: center;
	color: white;
}

#footer p a {
	text-decoration: none;
	color: white;
}
	