﻿@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}

body {	
	font-family: Arial, Helvetica, sans-serif;

}

#conteneur {
	margin:auto;
	width:620px;
	height:auto;
}

/**************************** titre pop-up  ****************************/
#headerContent {	
	width: 620px;	
	height: 154px;
}

#headerTitle, #mainMenu, #footerContent, #footerLinks
{
	display:none;
}

#pageTitle{
	width: 620px;
	height: 28px;	
	margin-top: 90px;
	background: #FFF;
	float:left;
}

#pageTitle h1{	
	font-size: 22px;
	text-align:center;
	color: #b65635;	
}

/**************************** FIN titre pop-up ****************************/


/**************************** centre pop-up ***************************/
#centre-popup {
	padding: 10px 30px 20px 30px;
	width:560px;
}

.text p{
	font-size: 12px;
	text-align: justify;
	color: #000000;
	padding: 0 0 5px 0;
}

.text p a, .text a, .text li a{
	color:#b65635;
	text-decoration:none;
}

.text p a:hover, .text a:hover, .text li a:hover {
	color:#b65635;
	text-decoration:underline;
}

.text li{
	font-size: 12px;
	list-style:url(../Images/puce-liste-marron.gif);	
	margin-left: 15px;
	padding-bottom: 2px;
}

.text li span{	
	color:#b65635;
	font-weight: bold;
}

.text h3 {
	font-size: 14px;
	color: #b65635;
	padding-top: 10px;
}

.text h4 {
	color: #000;
	font-size: 14px;	
	padding-top: 10px;
}

.text h5 {
	color: #b65635;
	font-size: 14px;	
	padding-top: 10px;
	font-style:italic;
}

.text h6 {
	color: #b65635;
	font-size: 14px;	
	padding-top: 10px;
	text-decoration:underline;
}
/**************************** FIN centre pop-up ****************************/


/********************************* Pied de page pop-up ***************************************/
#footer {
	clear:both;
	width: 560px;
	height: 65px;
	text-align: center;
	border-top:1px dotted #7e6666;
	margin: 10px 30px 0 30px;
 }
 
#footerAddress {
	width: 560px;
	height: auto;
	color: #7e6666;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
/********************************* FIN Pied de page pop-up ***************************************/


#prevention
{
	display:none;
}
