body {
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	margin-top: 29px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#073C7A;
	font-size:11pt;
}

#site {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#headerD {
	background-image: url(../img/headerD.jpg) ;
	width: 600px; 
	height: 320px;
	margin-left:200px;
}

	#texteHeader {
		font-size:12pt;		
		padding-left: 32px;
		font-style:italic;
		line-height:16pt;
	}

#colG {
	position:relative;
	width: 200px;
	background:#fff;
	float: left;
	vertical-align:top;
}

	#menu {
		background:#BBC5E9;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	#bouton {
		background:#566BAC;
		color:#FCC609;
		height:22px;
		text-align: left;
		padding-top: 8px;
		padding-left:8px;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:8pt;
		margin-bottom:4px;
	}
	#bouton:hover {
		background:#073C7A;
        cursor: pointer;
	}
	
	#partenaire {
		background:white;
		font-size:7pt;	
		padding-top:10px;	
		padding-left:6px;
	}

#colD {
	margin-left: 200px;
	width: 576px;
	padding:12px;
	vertical-align:top;
	position:relative;
}
	#texte {
		padding-left: 20px;
		padding-right:20px;
		font-style:italic;
		vertical-align:top;
	}

#line {
	clear:both;
	margin-top:12px;
	height: 6px;
	background-image:url(../img/ligne.jpg);
	background-repeat:repeat-x;
}


h1 {
	color:#FCC609;
	font-size:22pt;
}

h2 {
	font-size:22pt;
}

.bleu {
    color:#073C7A;
}
.orange {
    color:#FCC609;
}

#liste li {
    margin-bottom:6px;
}
#liste li:hover {
    background:white;
}
#liste li a {
    color:inherit;
    text-decoration: none;
}

.besoins {
    display:none;
}

a {
    text-decoration: none;
}