﻿@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}

body {	
	font-family:"trebuchet ms", verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	background:#fff url(../Images/degrade-popup.jpg) repeat-x center top;

}

#conteneur {
	margin:auto;
	background: url(../Images/header-popup.jpg) no-repeat center top;
	width:580px;
}

/**************************** titre pop-up  ****************************/
#header {	
	width: 520px;	
	padding: 30px 30px 0 30px;	
}

#header h1{
	font-size: 22px;
	color: #BA5C25;
	padding:0 0 5px 0;
	border-bottom: 2px dotted #9FCC34;
}

/**************************** FIN titre pop-up ****************************/


/**************************** centre pop-up ***************************/
#content {
	padding: 10px 30px 20px 30px;
	width:520px;
}

.txt p{
	font-size: 12px;
	text-align: justify;
	color: #000000;
	padding: 0 0 5px 0;
}

.txt p a, .txt a, .txt li a{
	font-size: 12px;
	color:#0780CD;
	text-decoration:none;
}

.txt p a:hover, .txt a:hover, .txt li a:hover {
	color:#0780CD;
	text-decoration:underline;
}

.txt li{
	font-size: 12px;
	list-style: url(../Images/fleche-verte.gif);
	margin-left: 15px;
	padding-bottom: 2px;
}

.txt li span{
	color:#0780CD;
	font-weight: bold;
}

.txt h3 {
	font-size: 16px;
	color: #000;
	padding-top: 10px;
}

.txt h4 {
	color: #BA5C25;
	font-size: 16px;	
	padding-top: 10px;
}

.txt h5 {
	color: #000;
	font-size: 14px;	
	padding-top: 10px;
	font-style:italic;
}

.txt h6 {
	color: #BA5C25;
	font-size: 14px;	
	padding-top: 10px;
	text-decoration:underline;
}
/**************************** FIN centre pop-up ****************************/


/********************************* Pied de page pop-up ***************************************/
#footer {
	clear:both;
	width: 520px;
	height: 65px;
	text-align: center;
	border-top:1px solid #9FCC35;
	margin: 10px 30px 0 30px;
 }
 
#footerTxt {
	width: 520px;
	height: auto;
	color: #081B22;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}

#footerTxt strong
{
	display:block;
	text-align:center;
}

#footerLinks, #footer span.separation
{
	display:none;
}


/********************************* FIN Pied de page pop-up ***************************************/


