/*
orange: #eb5a00;
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body  {
  font: normal 62.5% Arial, Helvetica, sans-serif;
	color: #000;
	background: #7f7f7f;
}
a {
	color: #eb5a00;
	text-decoration: underline;
	background: none;
}

a:hover, a:focus {
  text-decoration: none;
	background: #eb5a00;
	color: #fff;
}

img {
	border: none;
}

p {
  font-size: 1.3em;
  line-height: 1.4em;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}

strong {
  font-weight: bold;
  color: #eb5a00;
}

.clear {
  clear: both;
}

p {
  font-size: 1.3em;
  margin: 0 0 0.8em 0;
}

#header {
  width: 772px;
  /*margin: 40px auto 0 auto;*/
  margin: 0 auto 0 auto;
}

#flash {
	background:black url('images/banniere-header.jpg') no-repeat;
}

#header #TitrePage {
  position: relative;
  background: #000;
  height: 46px;
}
#header #TitrePage h1 {
  position: absolute;
  top: 15px;
  left: 15px;
}
#header #TitrePage h1 a:hover, #header #TitrePage h1 a:focus {
  background: #000;
}
#header #Menu {
  position: relative;
  height: 77px;
  background: url(../images/menu-fond.png) repeat-x top left;
}
#header ul {
  position: absolute;
  top: 15px;
  left: 15px;
  list-style: none;
}
#header ul li {
  float: left;
  height: 40px;
}
#header ul li a {
  display: block;
  background: #000000 url(../images/menu-background3.png) repeat-x 0 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

/*Menu selectionné automatiquement*/
#header ul li .current_menu {
  background: #eb5a00 url(../images/menu-background3.png) repeat-x 0 -45px;
}

#header ul #affichage a .menu_begin {
    background: url(../images/menu-begin3.png) no-repeat 0 -45px;
}

#header ul #conseils a .menu_end {
    background: url(../images/menu-end3.png) no-repeat right -45px;
}
/*Fin Menu selectionné automatiquement*/

#header ul li a:hover, #header ul li a:focus {
  background: #eb5a00 url(../images/menu-background3.png) repeat-x 0 -45px;
}
#header ul li a span {
  display: block;
  padding: 12px 0 0 0;
  height: 33px;
}
#header ul #affichage a {
  width: 107px;
}
#header ul #affichage a span {
  background: url(../images/menu-begin3.png) no-repeat 0 0;
}
#header ul #affichage a:hover span, #header ul #affichage a:focus span {
  background: url(../images/menu-begin3.png) no-repeat 0 -45px;
}
#header ul #signaletique a {
  width: 112px;
}
#header ul #numerique a {
  width: 211px;
}
#header ul #edition a {
  width: 78px;
}
#header ul #conseils a {
  width: 230px;
}
#header ul #conseils a span {
  background: url(../images/menu-end3.png) no-repeat right top;
}
#header ul #conseils a:hover span, #header ul #conseils a:focus span {
  background: url(../images/menu-end3.png) no-repeat right -45px;
}

#content {
  background: #fff;
  width: 732px;
  margin: 0 auto;
  padding: 20px;
}
#content h2 {
  color: #eb5a00;
  font-size: 1.4em;
  font-weight: bold;
  background: #eeeeee;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: 10px 0;
  margin: 0 0 10px 0;
  text-indent: 10px;
}

#content #accueil img {
  float: right;
  margin: 0 0 0 10px;
}

#footer {
  width: 732px;
  margin: 0 auto 40px auto;
  background: #fff;
  padding: 0 20px;
}
#footer div {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  text-align: center;
}
#footer div img {
  margin: 0 15px 0 0;
}
#footer div a:hover, #footer div a:focus {
  background: #fff;
}
#footer #InfoFooter {
  padding: 10px 0;
  text-align: center;
}

/*Contenu des pages*/
#clear{
	  /*ajouté par Julien*/clear:both;
}

#content{
	text-align:justify;
}

h3{
	font-size:1.6em;
	font-weight:bolder;
	margin-bottom:1em;
}

.titre_decale{
	clear:both;
	padding-top:1em;
}

.illustrations_right{
	float:right;
	margin-left:1em;
}

.illustrations_left{
	float:left;
	margin-right:1em;
}

.listes{
	list-style:disc;
	margin:0 1.5em 1.5em 3.5em;
}

.listes li{
	font-size:1.3em;
	padding-bottom:0.5em;
}

#liste_1{
	clear: right;
	list-style:disc;
	margin-left: 30.5em;
	padding: 2em 0;
}

#liste_1 li{
	font-size:1.3em;
	padding-bottom:0.5em;
}

#liste_2{
	list-style:disc;
	margin:0 1.5em 1.5em 3.5em;
}

#liste_2 li{
	font-size:1.3em;
	padding-bottom:0.5em;
}

/* Contact */
fieldset {
	font-size:1.4em;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:black;
	padding:0.5em 0.2em 0.5em 1em;
}

fieldset legend {
	margin-left:-0.3em; /* Pour IE qui met en retrait les champs par rapport à la légende du fieldset */
	font-size:1.1em;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#eb5a00;
}

#formContact {
	margin-top:-1em;
	background-color:white;
}

#infosPerso legend {
	margin-left:-0.5em;
	margin-top:1em;
}

#infosPerso div {
	clear:both;
	padding:0.2em 0;
	float:left;
}
/*
#infosPerso {
	margin-left:2em;
}
*/
#infosPerso div {
	width:23em;
}

#infosPerso div label {
	float:left;
	width:7em;
}

#infosPerso div input {
	float:left;
	width:15em;
	border:solid 1px #57472e;
}

#message {
	/*margin-left:2em;*/
	margin-top:1em;
}

#message legend {
	margin-left:-0.5em;
}

#txtMessage {
	width:22em;
	height:14em;
	border:solid 1px #57472e;
}

#addressemail {
	display:none;
}
/*
#fsEnvoyer {
	margin-left:2em;
}
*/
#btnEnvoyer {
	border:solid 1px black;
}

#btnEnvoyer:hover{
	background-color:#333333;
	color:white;
}

#messageEnvoye {
	font-size:1.1em;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#eb5a00;
	padding:0.5em 0.2em 0.5em 1em;
}



.partenaire {
	float: left;
	margin-right:2em;
	text-align: center;
}

.partenaire p {
	line-height: 1em;
}

.partenaire span {
	display: block;
	height: 4.3em;
	width: 12.8em;
}

#partenaire1 a span {
	background:url('../images/logo_partenaire_1.png') no-repeat bottom center;
}

#partenaire2 a span {
	background:url('../images/logo_partenaire_2.png') no-repeat bottom center;
}

#partenaire3 a span {
	background:url('../images/logo_partenaire_3.png') no-repeat bottom center;
}

#partenaire4 a span {
	background:url('../images/logo_partenaire_4.jpg') no-repeat bottom center;
}

#partenaire4 {
	margin-right: 0;
}



#content #accueil .partenaire img {
	margin: 0;
}

#content #accueil .photo_full_largeur {
	margin: 0;
}

.photo_full_largeur {
	padding-bottom:2em;
}

#implantation {
	clear: both;
	width:100%;
	min-height:385px;
	height:38.5em;
	background:url('../images/photo_implantation.jpg') no-repeat top left;
}

#implantation p {
	width: 360px;
}

#formContact {
	width: 34em;
	float: left;
	/*border:1px solid black;*/
}

#divAdresse {
	padding-top: 1.6em;
	padding-left:1em;
	margin-top:-1em;
	float: right;
	width: 37em;
	height: 36em;
	/*border:1px solid black;*/
}

#divAdresse address {
	font-size:1.4em;
	line-height:1.8em;
	text-align: left;
}

#divAdresse address strong {
	font-weight: bold;
	font-size: 1.2em;
}

#divNumerique h3 {
	clear: both;
}

#photo_sport2 {
	padding-bottom:2em;
}

#titre_sport {
	margin-top:2em;
}

.encadre {
	padding: 0.6em 1em;
	border: 1px solid #000000;
}

