/*@import url("mon/autre/css/fichier.css");*/
* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font-size: 12px;
}

body {
	color: #fff;
	font-family: arial;
	text-decoration: none;
	background: #000;
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
}

div {
	overflow:hidden;
}

p, h1, h2, h3, h4, ul, ol, object {
	padding: 0 10px 7px 10px;
}

li {
	padding: 0 0 7px 10px;
}

/* ------ CONTENEURS ----- */

#entete, #corps, #pieds {
	margin: 0px auto;
	width:740px;
	position:relative;
}

#entete {
	vertical-align:bottom;
	text-align: left;
	min-height:220px;
	width: 800px;
	margin-top: 50px;
}

#corps {
	background-repeat:repeat;
	overflow:auto;
	background: #fff;
	padding:30px;
	color: #333;
}

#pieds {
	text-align:center;
	background: none;
	padding: 30px;
	font-size: 0.7em;
	font-style: italic;
	color: #00C8DE;
}

#intro {
	color: #fff;
	background: #00C8DE;
	margin :0 auto;
	font-size: 12px;
	width: 740px;
	padding: 10px 30px;
	font-weight: bold;
	border-bottom: #00949B 1px solid;
	border-top: #00E7F2 1px solid;

}

.encart {
	float: right;
	margin: 0 10px 30px 30px;
	width: 250px;
	border: solid #888 1px;
	padding: 10px;
}

.encart2 {
	margin: 0 10px 30px 10px;
	border: solid #888 1px;
	padding: 10px;
	clear: both;
}

.visuel {
	clear: both;
	margin: 0 10px 30px 30px;
	width: 270px;
}

.visuelaccueil {
	width: 220px;
	padding: 10px;
}

ul {
	list-style: inside;
}

.separateur {
	border: none;
	border-top: #888 dashed 1px;
	margin: 10px;
	clear: both;
}
.espace {
	margin: 10px 0;
	border: none;
}

.colonne,.colonneprem, .colonneder {
	margin: 10px 3px 10px 4px;
    height: auto;
    width: 240px;
    overflow: hidden;
    text-align: justify;
    float: left;
}

.colonneprem {/* 1ère colonne (à gauche) */
	margin: 10px 6px 10px 0;
}

.colonneder {/* dernière colonne (à droite) */
	margin: 10px 0 10px 6px;
}

/* ------ TEXTES et LIENS ----- */

a:link, a:visited {
	color: #000;
	text-decoration: underline;
	border: none;
}

a:hover {
	text-decoration: underline;
	border: none;
}
a:active {
	text-decoration: none;
	border: none;
}

sup a:link, sup a:visited {
	text-decoration: none;
	font-weight: bold;
}

.agauche {
	text-align: left;
}

.adroite {
	text-align: right;
}

.centre {
	text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 1.4em;
	color: #00C8DE;
}

h2, .h2 {
	font-weight: bold;
	font-size: 1.2em;
}

h3, .h3 {
	font-weight: bold;
	font-size: 1.1em;
}

h4, .h4 {
	font-weight: bold;
	font-size: 1em;
}

.date {
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-size: 0.8em;
}

/* ------ POSITIONNEMENT ----- */

.gauche {float: left;}
.droite {float: right;}
.bas {
	position: absolute;
	bottom: 40px;
}
.clear {
	clear: both;
}

/* ------ logos ------ */

.bandits {
	margin: 0 0 100px 0;
}

.partenaires {
	position: relative;
	margin: 15px;
	text-align: center;
}

.logo {
	margin: 20px 30px 0 0;
}
