
body {                      
    font: bold 11px/1.5em Verdana;
	background: url("images/fond.jpg") repeat-x; 
	}

input,select{
	background-color: white;
	font-size: 12px;
	font-family: Palatino linotype;
	border: 1px solid grey;
	}

h1{
	font: 20px bold, Palatino linotype;
	color: black;
	}	
	
h2{
	font: 14px palatino linotype;
	color: black;
	}
	
h3{
	font: 13px palatino linotype;
	color: red;
	}
	
h4{
	font: 13px palatino linotype;
	color: black;
	}

h5{
	font: 12px palatino linotype;
	color: black;
	}	
	
.mdp a{
	font: 13px bold, palatino linotype;
	color: blue;
	cursor: pointer;
	text-decoration : none;
	}

 .mdp a:hover{
	text-decoration : underline;
	}

 .ancre h2{
 	font: 14px bold, palatino linotype;
	color: black;
	cursor: pointer;
	text-decoration : none;
	}
 .ancre h2:hover{
	color: grey;
	text-decoration: underline;
	}
	
 .ancre h3{
 	font: 16px bold, palatino linotype;
	color: #990000;
	cursor: pointer;
	text-decoration : none;
	}
 .ancre h3:hover{
	color: grey;
	text-decoration: underline;
	}	
	
.inscri table{
	width: 940px;
	height: 650px;
	}
.inscri td{
	font: 14px, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: 650px;
	padding-right: 40px;
	padding-left: 40px;
	}	
.inscri input{
	background-color: #2450e4;
	font: 14px bold, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: white;
	border: 1px solid white;
	cursor: pointer;
	}
.inscri input:hover{
	background-color: white;
	font: 14px bold, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #2450e4;
	border: 1px solid #2450e4;
	}

	
	#photo_p{
	margin-left: 30px;
	float:left;
	height: 1120px;
	width: 300px;
	border: 1px solid MidnightBlue;
	}
	
	#photo_np{
	margin-left: 30px;
	float: left;
	height: 150px;
	width: 266px;
	border: 1px solid MidnightBlue;
	}
	
	#page {
	margin: 0pt auto;
	float: center;
	border: 2px ridge white;  
	background-color: white;
	width: 960px;
	position: relative;
	}
	
	#header{
	background-color: white;
	float:center;
	}
	
	#center{
	clear:both;
	height:auto;
	}

	#content{
	margin: 5px;
	}

	
	#menu {
	float: center;
	text-align:left;
	font-family: palatino linotype;
	color: black;
	font-size: 10pt;
	width:500px;
	margin-top:10px;
	margin-left: 230px;
	margin-bottom: 100px;
	padding: 5px 10px 3px 10px;
	background-color: white;
	}
	
	#bas {
	clear: both;
	}

		.copyright{
		color: black;
		text-align: center;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 8pt;
		}
		
		#bas a{
		color: #660000;
		text-decoration: none;
		}
		#bas a:hover{
		color: #FFD700;
		text-decoration: none;		
		}		



		
	
	  
