*{padding: 0; margin: 0;}
#index {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 320px;
	margin-top: -200px; /* moitié de la hauteur */
	margin-left: -480px; /* moitié de la largeur */
	border:3px solid #f2db4e;
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family:Arial;
}
a {
	color:#de4662;
}
a:hover {
	color:#000;
}
a.menu {
	font-size:14pt;
}
img.vignette {
	border:1px dotted #de4662;
	margin-right:20px;
	margin-left:10px;
	margin-top:10px;
}
form {
	display:inline;
}
p {
	margin:0px;
	padding:0px;
}
.petit{
	font-size:8pt;
}

h1 {
	color:#de4662;
	font-size:20pt;
}
h2 {
	color:#de4662;
	font-size:18pt;
}
h3 {
	color:#de4662;
	font-size:14pt;
}
.attention {
	color:#000;
	border:1px solid #de4662;
	background-color:#fcf8d7;
	font-weight:bold;
	font-size:10pt;
}
input {
	background-color:#fcf8d7;
}
select {
	background-color:#fcf8d7;
}

ul.description {
	padding-left:20px;
	font-weight:bold;
}
.rouge {
	color:#F00;
}
table.b {
	border-collapse:collapse;
	border:1px solid #000;
}
table.b td {
	border:1px solid #000;
}
table.b th {
	border:1px solid #000;
	text-align:center;
}



div#global{
	text-align:center;
	margin:0px auto;
	padding:0px;
	width:960px;
	border:3px solid #f2db4e;
}

div#hautH {
	padding:0px;
	margin:0px auto;
	height:74px;
}
div#hautB {
	padding:0px;
	margin:0px auto;
	height:130px;
}
div#bar {
	padding:0px;
	margin:0px auto;
	height:50px;
	width:960px;
	background-image:url("images/index_11.jpg");

}

ul#menu	{
	padding:0px;
	margin:0px auto;
	list-style-type: none ;
	width:960px;
	height:31px;
}
ul#menu li {
	float: left ;
	height:31px;
	margin-left: 0px;
}

div#milieu {
	overflow: hidden;
	background-color:#fcf8d7;
	width:960px;
	text-align:center;
}

div#milieuGauche {
	float:left;
	width:150px;
	padding:10px;

}
div#milieuDroit {
	float:right;
	width:760px;
	padding:10px;
	border-left:3px solid #f2db4e;
}

div.bloc{
	border:3px dotted #f2db4e;
	background-color: #FFF;
	overflow: hidden;
	padding:5px;
}
div.blocH{
	width:100%;
	height:12px;
}
div.blocHG{
	background-image:url('images/decor_hg.gif');
	background-repeat:no-repeat;
	width:50%;
	float:left;
	height:12px;
	background-position:top left;
}
div.blocHD{
	background-image:url('images/decor_hd.gif');
	background-repeat:no-repeat;
	width:50%;
	height:12px;
	float:right;
	background-position:top right;
}
div.blocB{
	width:100%;
	height:12px;
}
div.blocBG{
	background-image:url('images/decor_bg.gif');
	background-repeat:no-repeat;
	width:50%;
	height:12px;
	float:left;
	background-position:bottom left;
}
div.blocBD{
	background-image:url('images/decor_bd.gif');
	background-repeat:no-repeat;
	width:50%;
	height:12px;
	float:right;
	background-position:bottom right;
}

div#basG{
	text-align:center;
	margin:0px auto;
	padding:0px;
	width:960px;
}
div#bas {
	background-image:url('images/bas.gif');
	background-repeat:no-repeat;
	width:960px;
	text-align:center;
	font-size:12pt;
	color:#de4662;
	padding-top:10px;
}


