html,body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#656565;
}

.spacer{
	clear:both;
}

.bloc{
	width:1120px;
}

.bold{
	font-weight:bold;
}

a{
	color:#fe7800;
}
a:hover{
	text-decoration:none;
}


img a{
	border:none;
}

h6 {
	color: #fe7600;
	padding: 0;
	margin: 1em 0 0.5em;
	font-size: 1em;
}

.ligne{
	width:550px;
	height:3px;
	margin-top:5px;
	border-top: 1px solid #7F7F7F;
	background-image:url(../imgs/triangle.gif);
	background-repeat:no-repeat;
	background-position:top right;
	clear:both;
}

.ligne2{
	width:550px;
	height:3px;
	margin-top:5px;
	border-top: 1px solid #7F7F7F;
	background-repeat:no-repeat;
	background-position:top right;
	clear:both;
}

.pasDePuce{
	list-style:none;
}

#body{
	background: #FFF url(../imgs/bg/bg_body.png) repeat-x 0 0;
}
#body_ {
	background: #FFF url(../imgs/bg/bg_body.png) repeat-x 0 0;
	padding-left: 106px;
	width: 849px;
	margin: 0 auto;
}
#body__ {
	background-repeat: no-repeat;
	background-position: 66px 100%;
}

body.football #body_ {
	background: url(../imgs/bg/bgSports/bg-foot-up.jpg) no-repeat 66px 0px;
}
body.football #body__ {
	background-image: url(../imgs/bg/bgSports/bg-foot-down.jpg);
}

body.tennis #body_ {
	background: url(../imgs/bg/bgSports/bg-tennis-up.jpg) no-repeat 66px 0px;
}
body.tennis #body__ {
	background-image: url(../imgs/bg/bgSports/bg-tennis-down.jpg)
}

body.petanque #body_ {
	background: url(../imgs/bg/bgSports/bg-petanque-up.jpg) no-repeat 66px 0px;
}
body.petanque #body__ {
	background-image: url(../imgs/bg/bgSports/bg-petanque-down.jpg);
}

body.hippisme #body_ {
	background: url(../imgs/bg/bgSports/bg-hippisme-up.jpg) no-repeat 66px 0px;
}
body.hippisme #body__ {
	background-image: url(../imgs/bg/bgSports/bg-hippisme-down.jpg);
}

body.rugby #body_ {
	background: url(../imgs/bg/bgSports/bg-rugby-up.jpg) no-repeat 66px 0px;
}
body.rugby #body__ {
	background-image: url(../imgs/bg/bgSports/bg-rugby-down.jpg);
}


#header {
	height: 210px;
	border-top: 10px solid #333;
	background-image:url(../imgs/bg/bg_header.png);
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-color: #FFF;
	font-size:11px;
}
#header_ {
	width: 955px;
	margin: -10px auto 0;
	border-top: 10px solid #333;
	background-image:url(../imgs/bg/bg_header.png);
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-color: #FFF;
}
#header__ {
	height:171px;
	padding-left: 66px;
	padding-right: 10px;
	text-align: right;
	line-height: 2em;
}
#header_image {
	float: left;
	margin-right: 10px;
}
#header_image, #header_image div {
	width: 695px;
	height: 171px;
}
body.standard #header_image div {
	background-image: url(../imgs/tetieres/standard.jpg);
}
body.football #header_image div {
	background-image: url(../imgs/tetieres/football.jpg);
}
body.tennis #header_image div {
	background-image: url(../imgs/tetieres/tennis.jpg);
}
body.petanque #header_image div {
	background-image: url(../imgs/tetieres/petanque.jpg);
}
body.rugby #header_image div {
	background-image: url(../imgs/tetieres/rugby.jpg);
}
body.hippisme #header_image div {
	background-image: url(../imgs/tetieres/hippisme.jpg);
}


#header_image object, #header_image embed {
	vertical-align:top;
}
#header__ span {
	color:#5E5E5E;
}

#header_logo a {
	position: absolute;
	background-image:url(../imgs/logo.gif);
	width:66px;
	height:299px;
}

#menu {
	padding-left: 106px;
	font-size: 13px;
	float: left;
	height: 39px;
	width: 839px;
}
#menu a{
	display:block;
	float:left;
	margin-top:1px;
	padding-top:8px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	height:26px;
	padding-left:10px;
	padding-right:10px;
	border-right:1px #9F9F9F solid;
}
#menu a:hover{
	background-position: left top;/*Bug IE6*/
}

#menu-agence{
	border-left:1px #9F9F9F solid;
}
#menu-agence:hover, #menu-agence.actif{
	background-image:url(../imgs/bg/bg_menu-defaut.jpg);
}

#menu-consulting:hover, #menu-consulting.actif{
	background-image:url(../imgs/bg/bg_menu-consulting.jpg);
}

#menu-organisation:hover, #menu-organisation.actif{
	background-image:url(../imgs/bg/bg_menu-organisation.jpg);
}

#menu-seminaires:hover, #menu-seminaires.actif{
	background-image:url(../imgs/bg/bg_menu-seminaires.jpg);
}

#menu-hospitalite:hover, #menu-hospitalite.actif{
	background-image:url(../imgs/bg/bg_menu-hospitalite.jpg);
}

#menu-institutions:hover, #menu-institutions.actif{
	background-image:url(../imgs/bg/bg_menu-institutions.jpg);
}

#menu-contact:hover, #menu-contact.actif{
	background-image:url(../imgs/bg/bg_menu-defaut.jpg);
}

#menu-newsletter:hover, #menu-newsletter.actif{
	background-image:url(../imgs/bg/bg_menu-defaut.jpg);
}

#menu-plan:hover, #menu-plan.actif{
	background-image:url(../imgs/bg/bg_menu-defaut.jpg);
}

#bloc-contenu{
	width:860px;
}

#contenu{
	float:left;
	/*width:528px;*/
	width:548px;
	margin-bottom:20px;
}
#contenu h1{
	color:#404040;
	margin:15px 0 0 0;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:25px;
}
#contenu h1 span{
	font-weight:bold;
	font-size:26px;
}
#contenu h2 {
	color:#999;
	font-size:21px;
	font-weight:bold;
	margin:15px 0pt 0pt;
}

#evenements{
	float:left;
	width:274px;
	background-image:url(../imgs/bg/bg_evenements.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
	left:27px;
	top: -2px;
}
#evenements h1{
	margin-top:29px;
	margin-left:64px;
	padding-top:0;
	font-size:25px;
	color:#FFFFFF;
	font-weight:normal;
}
#liste-evenements{
	background-color:#F2F2F2;
	padding:0;
	margin:0;
	list-style:none;
	margin-left:6px;
	width:262px;
}
#liste-evenements li{
	height:49px;
	border-top: 1px solid #7F7F7F;
	position: relative;
	padding: 3px 0 3px 45px;
}
/* On tente de cibler les navigateurs qui supportent "min-height". Quant à IE 6,
   il produira le résultat attendu avec la définition de "height" précédente */
#liste-evenements>li {
	height: auto;
	min-height: 49px;
}

#liste-evenements li:hover{
	background: #060606 url(../imgs/bg/bg_evenements_cellule.png) repeat-x 0% 0%;
}
#liste-evenements li:hover h2{
	color:#FFFFFF;
}
#liste-evenements li:hover a{
	color:#BBBBBB;

	background-image:url(../imgs/puce-liste-evenements_actif.gif);
	background-repeat:no-repeat;
	background-position: 0 0.3em;
}
#liste-evenements img{
	position: absolute;
	left: 0;
	top: 0;
}
#liste-evenements a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5F5F5F;
	line-height:1em;
	text-decoration:none;
	width:205px;
	padding-left:6px;
	display: block;
	
	background-image:url(../imgs/puce-liste-evenements.gif);
	background-repeat:no-repeat;
	background-position: 0 0.3em;
}
#liste-evenements a:hover{
	text-decoration:underline;
}
#liste-evenements h2{
	font-size:13px;
	font-weight:normal;
	margin: 0 0 0 6px;
}
#liste-evenements h2 a{
	background:none;
	font-size: 13px;
	line-height: 13px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0;
	padding-left:0;
	color:#000000;
}
#liste-evenements li:hover h2 a{
	color:#FFFFFF;
}
#liste-evenements li span{
	line-height:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	float:left;
	visibility:hidden;
}
#liste-evenements li.calendrier h2 {
	padding-top:18px;
}
body.en #liste-evenements li.tennis h2{
	padding-top:4px;
}
#liste-evenements li.rugby h2{
	padding-top:4px;
}
#liste-evenements li.hippisme h2{
	padding-top:4px;
}
#liste-evenements li.golf h2{
	padding-top:9px;
}
#liste-evenements li.football h2{
	padding-top:4px;
}
#liste-evenements li.evenements h2{
	padding-top:9px;
}
#liste-evenements li.petanque h2{
	padding-top:4px;
}

#footer {
	background-image:url(../imgs/bg/bg_footer.png);
	background-repeat:repeat-x;
	background-color:#666666;
	clear:both;
	color:#D1D1D1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:201px;
}
#footer_ {
	padding: 27px 0 15px;	
	background-image:url(../imgs/bg/bg_footer.png);
	background-repeat:repeat-x;
	background-color:#666666;
	width: 955px;
	margin: 0 auto;
}

#footer_ img, #footer_ div {
	float:left;
}
#footer_ img {
	margin-left: 23px;
	margin-right:72px;
}
#footer_ a{
	color:#D1D1D1;
	text-decoration:none;
}
#footer_ a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#footer_quarterback {
	display: block;
}

#showSeoText, #hideSeoText {
	display: none;
}

#footer_mandchou {
	color: #AAA;
	clear: both;
	float: left;
	width: 164px;
	margin-top: -1em;
	padding-left: 106px;
}


#footer_mandchou a {
	color: #AAA;
	padding-left: 14px;
	background: url(../imgs/mandchou.png) no-repeat 0% 50%;
/*	padding-right: 14px;
	background: url(../imgs/mandchou.png) no-repeat 100% 50%;*/
}

.titre-menu-general, #footer .titre-menu-general a:hover {
	color:#ffbb03;
	text-decoration:none;
}
#footer .bordure-verticale{
	width:1px;
	height:137px;
	background-color:#A4A4A4;
	margin-left:30px;
	margin-right:30px;
}
#footer p, #footer ul {
	margin:0;
	padding:0;
}

.titre-menu-general li{
	background-image:url(../imgs/puce-fleche1.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	list-style: none;
	color:#D1D1D1;
	padding: 0 0 0 12px;
	margin: 0;
	width:165px;
}

.titre-evenements, #footer .titre-evenements a:hover {
	color:#fe7800;
	text-decoration:none;
}
.titre-evenements li{
	background-image:url(../imgs/puce-fleche2.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	list-style: none;
	color:#D1D1D1;
	padding: 0 0 0 12px;
	margin: 0;
	width:335px;
}

.droite{
	text-align:right;
}

.drapeau{
	display:block;
	width:20px;
	float:left;
	border:none;
}

#formInfo label{
	display:block;
	float:left;
	width:150px;
	margin-right:10px;
}
#formInfo div{
	margin-top:4px;
	width:330px;
}
#formInfo p{
	font-weight:bold;
}
#formSubmit{
	margin-left:110px;
	margin-top:10px;
}


/**** Listes d'évènements ****
 * (affichées dans le bloc de contenu, à ne pas confondre avec #liste-evenements)
 */

.liste-evenements{
	margin-top:0;
	padding-left:0;
	margin-left:0;
}

.liste-evenements li{
	list-style:none;
	padding-left:13px;
	background-repeat:no-repeat;
	background-position:0 6px;
}
.liste-evenements li{
	background-image:url(../imgs/puce-seminaires.gif);
}
