/* ----------------- */
/* Elements */
/* ----------------- */
	
html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url('pict/html-background.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #c8c6c1;
	}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 770px;
	font-family: Arial;
	height: 100%;
	overflow: visible;
	}

h1 {
	margin: 0px;
	padding-top: 12px;
	font-family: Arial;
	text-align: center;
	color: #000000;
	font-size: 18px;
	}
	
h2 {
	margin: 0px;
	padding-top: 24px;
	font-family: Arial;
	text-align: left;
	color: #000000;
	font-size: 14px;
	}
	
h3 {
	margin: 0px;
	padding-top: 8px;
	font-family: Arial;
	text-align: left;
	color: #999999;
	font-size: 13px;
	}
	
h5 {
	text-align: center;
	}

p {
	font-size: 11px;
	color: #000000;
	}
	
img {
	border: 0px;
	}
	
a, a:visited {
	text-decoration: none;
	color: #000000;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
/* ----------------- */
/* Class */
/* ----------------- */

.banniere {
	border-right: 1px solid #e98c1e;
	border-left: 1px solid #e98c1e;
	border-bottom: 12px solid #ffbc38;
	margin: 0px;
	padding: 0px;
	height: 125px;
	}
	
.main {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #e98c1e;
	border-left: 1px solid #e98c1e;
	background-color: #FFFFFF;
	overflow: hidden;
	width: 768px;
	}

.colonne {
	margin: 0px;
	width: 190px;
	padding: 12px;
	background-color: #DDDDDD;
	float: left;
	background-image: url('pict/body-colonne.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	}
	
.contenu {
	margin: 0px;
	padding: 12px;
	width: 530px;
	float: left;
	text-align: center;
	}
	
.description {
	color: #AAAAAA;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	}

.accroche {
	color: #000000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	}
	
.titre {
	color: #e98c1e;
	padding-top: 12px;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.texte {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	}
	
.footer {
	width: 746px;
	height: auto;
	background-color: #ffbc38;
	clear: left;
	padding: 12px;
	}

.footer-text {
	color: #000000;
	font-size: 17px;
	text-align: center;
	}