@charset "UTF-8";
/* CSS Document */

h2{ margin: 9px 0 7px 0}

#leftContent{
	color: #494949;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
}

#leftContent a:link { text-decoration: underline; color: #5eaf37; }
#leftContent a:visited {text-decoration: underline; color: #5eaf37;}
#leftContent a:active {text-decoration: underline; color:#5eaf37 }
#leftContent a:hover {text-decoration: underline; color: #5eaf37;}

/* Les images de titres françaises (contact/title.jpg, stitle1.jpg, stitle2.jpg)
   n'ont pas pu être récupérées. Les titres s'affichent donc en texte, ce qui est
   également plus accessible. À remplacer si les images d'origine sont retrouvées. */
#title{
		width:655px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.45em;
		font-weight:bold;
		color:#5eaf37;
		padding:8px 0 10px;
}

#stitle{
	width:656px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	font-weight:bold;
	color:#4caf54;
	padding:14px 0 6px;
}

#stitle2{
	width:656px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.05em;
	font-weight:bold;
	color:#4caf54;
	padding:18px 0 6px;
}

.text1{
	margin: 2px 15px 10px 20px;
	width:450px;
	min-height:60px;
	
}

.text2{
	margin: 2px 15px 10px 20px;	
}

.logo{
	display:block;
	margin: 15px 0 0 20px;
}


.text2 a:link { text-decoration: underline; color: #5eaf37; }
.text2 a:visited {text-decoration: underline; color: #5eaf37;}
.text2 a:active {text-decoration: underline; color:#5eaf37 }
.text2 a:hover {text-decoration: underline; color: #5eaf37;}
