/* ########## body ################*/
body{
	margin:0;
	padding:0;
}
/* ########## Links ################*/
a{
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}

a:hover{
	text-decoration : underline;
}


/*#############  Texte #############*/
p{
	width: 700px;
	margin: 2px; 
	padding-left: 20px;
	padding-bottom: 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}

li{
	width: 700px;
	margin: 2px; 
	padding-left: 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
}

h1{
	width: 700px;
	margin: 2px; 
	padding-left: 20px; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
	color : #074182;
}

h2{
	width: 700px;
	margin: 2px; 
	padding-left: 20px; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : #074182;
}
#content{
	margin-top:20px;
}

.banner{
	width:500px;
	padding:10px;
	border: 1px solid #000;
	background: #CCC;
	text-align:center;
}

.copyBlueBold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	color : #074182;
}
