@charset "UTF-8";

html { font-size: 100%; overflow-y: scroll;}

body { margin: 10px; background:#FFF}

a { 
color:#8a8782;
text-decoration:none;
 }
a:visited { 
color: #444443; 
}
a:hover { 
color: #000; 
outline: thin dotted; 
}

/* Amélioration de la lisibilité en cas de focus et de survol dans tous les navigateurs : h5bp.com/h */
a:hover, a:active { outline: 0; }

.Main {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	/*border:1px solid #666;*/
	text-align:center;
}

.Header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height:150px;
	background:#FFF;
}

.HeaderInside {
	width:920px;
	height:130px;
	text-align:left;
	background:#FFF;
	padding-left:10px;
	padding-top:10px;
	border-bottom:1px dotted #666;
}

.Content {
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
	width: 920px;
	border-bottom-color:#FFFF00;
	border-top-color:#CCC;
}

.ContentImg {
	border:0;
	text-align:center;
}

.ContentParagraphe{
	border:0;
	text-align:center;
	padding-left:10px;
	/*border:1px dotted #666;*/
}

.Footer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height:50px;
	background:#FFF;
}

.FooterInside {
	margin-left: auto;
	margin-right: auto;
	padding-left:0px;
	background:#FFF;
	border-top:1px dotted #666;
	height:20px;
}

h1 {
	font-family:Arial, sans-serif;
	font-size: 1.15em;
	color:#292929;
}

strong {
	color:#383738;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style:normal;
	color:#8a8782;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	font-style:normal;
	color:#424241;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style:normal;
	color:#383738;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	font-style:normal;
	color:#444443;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	font-style:normal;
	color:#8a8782;
}