div#global{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	float:left;
}

div#gauche{
	margin-left:auto;
	margin-right:auto;
	margin:2px;
	float:left;
	width:300px;
}

div#droite{
	margin-left:auto;
	margin-right:auto;
	margin:2px;
	float:right;
	width:300px;
}

#image{
	width:80px;
	margin-right:5px;
	margin-top:5px;
	float:right;
}

#grandeImage{
	width:350px;
	margin-right:5px;
	margin-top:5px;
	padding:5px;
	float:right;
}

#text{
	margin:5px;
	padding:5px;
	text-align: none;
}

#signature{
	font-family:Pristina,"time new roman";
	font-size:40px;
	color:#0000a4;
	margin:5px;
	padding:5px;
	text-align: none;
}

.texteSection{
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	height:152px;
	overflow:auto;
	-moz-border-radius:20px;
}

a:link {
	text-decoration:none;
	font-weight:bold;
	color:#012692;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#a15fc3;
}

a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#012692;
}

a.titre:link {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

a.titre:visited {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

 a.titre:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}