html, body {
	margin: 0; /*indispensable*/
	padding: 0;/*indispensable*/
	height: 100%;/*indispensable*/
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #302E24;
	font-weight: normal;
	line-height: 14px;
}

div#container {
	width:690px;
	min-height: 100%;/*indispensable*/
	padding: 0;
	margin: 0 auto; /*indispensable pour centrer le site*/
	position: relative;/*indispensable*/
}

div#header {
	height:10px;
}
div#main{
	padding-bottom: 50px;/*indispensable mais on peut changer la hauteur*/
	overflow: auto;/*indispensable*/
	/*border: solid 1px red;*/
	height: 600px;
}
div#content {
	width:690px;
	text-align:center;
	/*border: solid 1px red;*/
	height: 600px;
}
div#footer {
	height:20px;
	position: absolute;/*indispensable*/
	width: 100%;
	bottom: 0;/*indispensable*/
	clear:both;/*indispensable*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B9B9AC;
	text-align: center;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.tit_rose {
	color: #d2017f;
	font-weight: bold;
}

A:link, A:visited, A:active { text-decoration: none; color: #d2017f; font-weight: bold }
A:hover { color: #d5181f; text-decoration: none; font-weight: bold}

A.footerlink:link, A.footerlink:visited, A.footerlink:active { text-decoration: none; color: #B9B9AC; font-weight: bold }
A.footerlink:hover { color: #9c9c91; text-decoration: none; font-weight: bold}
