/*-----------------styles generales------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline; color: #0066CC;
	cursor: pointer;
}
a:hover {
	background: none;
	color: #FF1000;
}
h3 a, .par a {
	text-decoration: none;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 1.2em;
	font-size: 14px;
}
h1, h2, h3, h4 {
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #333333;
}
h1 {
	font-size: 170%;
	color: #F00000;
	text-transform: uppercase;
	clear: both;
}
h2 {
	font-size: 140%;
	padding-bottom: 5px;
	padding-top: 5px;
}
h3 {
	font-size: 125%;
	padding-bottom: 3px;
	padding-top: 5px;
}
h4 {
	font-size: 100%; letter-spacing: 0em;
}
b {
	font-weight: bold;
	font-size: 110%;
	color: #F00000;
}
.gras-couleur {
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}
em {
	font-style: italic;
}
.clr {
	clear: both;
    float: Aucune;
    font-size: 0; line-height: 0;
    height: 0;	
}
.petit {
	font-size: 80%;
	letter-spacing: 0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
ul {
	padding-bottom: 10px;
	padding-top: 2px;
	padding-left: 20px;
}
li {
}
.photo-gauche {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.photo-droite {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.par {
	width: 220px;
	font-size: 125%;
	float: left;
	letter-spacing: -0.05em;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-image: url(../images/fond-par.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/*-----------------mise et page------------------*/
body {
	text-align: center;
	background-image: url(../images/fond-html.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/fond-container.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#container-cont {
	background-image: url(../images/bandeau-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenu {
	height: 100%;
	width: 100%;
}

#bandeau {
	height: 28px;
	padding-left: 40px;
	padding-top: 15px;
}
#bandeau p {
	letter-spacing: 0.6em;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

/*----menu-----*/
#menu {
	list-style-type: none;
	margin: 0px;
	text-transform: uppercase;
	background-image: url(../images/blanc-trans.png);
	height: 20px;
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#menu li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	list-style-type: none;
}
#menu li.dernier {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	font-size: 12px;
	color: #333333;
	display: block;
}
#menu a:hover {
	color: #FF6633;
	background-color: #FFFFFF;
}
#titre-page {
	margin-left: 40px;
	text-align: center;
	margin-right: 40px;
	height: 175px;
}

/*#contenu {
	height: 16em; /*hauteur mini ie
}
html>body #contenu { /*hauteur mini tout sauf ie
	height: auto;
	min-height: 16em;
} */
#contenu-gauche {
	width: 420px;
	height: 300px;
	float: left;
	margin-right: 30px;
}
#contenu-droite {
	margin-left: 180px;
	padding-top: 35px;
	padding-right: 15px;
}

/*-------------footer-----------------*/
#footer {
	text-align: center;
	clear: both;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 85px;
	background-image: url(../images/fond-footer.jpg);
	height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer p {
	padding-bottom: 0px;
	font-size: 12px;
	padding-top: 3px;
}
#footer ul {
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: 0em;
	padding-left: 0px;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	line-height: 12px;
}
#footer a {
	color: #FF3300;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 4px;
	background-repeat: no-repeat;
	text-decoration: none;
	letter-spacing: 0em;
	font-weight: bold;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
table {
	vertical-align: top;
}
td {
	vertical-align: top;
}

