body {
	behavior:url("lib/csshover.htc");
}
body {
	font: normal 12px/1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin: 0;
	padding: 0;
	background-color:#c3c9ce;
}
#container {
	position: relative;
	width: 954px;
	margin: 0 auto; 
	padding:0 8px 0 8px;
	background: #c3c9ce url(../images/bkg_container.png) repeat-y top left;
}
#container * {
	margin: 0;
	padding: 0;
}
br.clear {
	clear:both;
	float:none;
}
#header {
	height: 62px;
	width:970px;
	background: transparent url(../images/bandeau_haut2010.gif) no-repeat top left;
}
#head {
	position: absolute;
	top: 6px;
	left: 19px;
}
#head a {
	float:left;
	margin:0;
	padding:0;
}
#header_menu{
	float:right;
	margin:12px 53px 0 0;
	padding:0;
}
#header_menu a#header_accueil{
	color:#fff;
	text-decoration:none;
	padding-left:15px;
	padding-right:20px;
	background:url(../images/a_accueil.png) no-repeat left 1px;
}
#header_menu a#header_contact{
	color:#fff;
	text-decoration:none;
	padding-left:15px;
	background: transparent url(../images/a_contact.png) no-repeat left 2px;
}
#separation {
	height: 10px;
	background: transparent url(../images/separation_haut_rouge.gif) repeat-x top left;
}
#bandeau {
	height: 102px;
	background: transparent url(../images/bandeau.jpg);
}
#menu {
	height:20px;
	background-color: #111f2a;
}
#pied {
	clear:both;
	height:50px;
	background-color:#111f2a;
}
#navpied {
	float:left;
	padding-left:165px;
	padding-top:10px;
	color:#fff;
}
#navpied a{
	color:#fff;
	text-decoration:none;
}
#navpied a:hover{
	color:#b61d21;
}
#bleuroy {
	float:right;
	padding:7px 7px 0 0;
}
#w3c {
	float:left;
	padding:10px 0 0 10px;
}

img {
	border: 0 none;
}
a, a:visited {
	color:#111f2a;
	text-decoration:none;
}
a:hover, a:visited:hover {
	color:#b61d21;
	text-decoration:underline;
}
.underline {
	text-decoration:underline;
}
.erreur {
	color:#ff0000;
	font-weight:bold;
	background: transparent url(../images/puce_liste.png) no-repeat 1px 3px;
}
.succes {
	color:#009933;
	font-weight:bold;
	background: transparent url(../images/puce_liste.png) no-repeat 1px 3px;
}
.floatRight {
	float: right;
	padding-left: 10px;
}
.floatLeft{
	float: left;
}
.clearRight {
	clear: right;
}
.leftMarge {
	float: left; 
	margin: 0 30px 0 35px; 	
}

/**** MENU ****/


#menu li#open13  {
	width:120px;
	color:#fff;
	background: transparent url(../images/menu_puce.png) no-repeat left 2px;
	padding-left:20px;
}
#menu li:hover#open13  {
	color:#fff;
	background: transparent url(../images/menu_puce_actif.png) no-repeat left 2px;
}

#menu li#relations  {
	width:165px;
	color:#fff;
	background: transparent url(../images/menu_puce.png) no-repeat left 2px;
	padding-left:20px;
}
#menu li:hover#relations  {
	color:#fff;
	background: transparent url(../images/menu_puce_actif.png) no-repeat left 2px;
}

#menu li#partenaires  {
	width:120px;
	color:#fff;
	background: transparent url(../images/menu_puce.png) no-repeat left 2px;
	padding-left:20px;
}
#menu li:hover#partenaires  {
	color:#fff;
	background: transparent url(../images/menu_puce_actif.png) no-repeat left 2px;
}

#menu li#guide  {
	width:150px;
	color:#fff;
	background: transparent url(../images/menu_puce.png) no-repeat left 2px;
	padding-left:20px;
}
#menu li:hover#guide  {
	color:#fff;
	background: transparent url(../images/menu_puce_actif.png) no-repeat left 2px;
}

#menu li#jobs  {
	width:80px;
	color:#fff;
	background: transparent url(../images/menu_puce.png) no-repeat left 2px;
	padding-left:20px;
}
#menu li:hover#jobs  {
	color:#fff;
	background: transparent url(../images/menu_puce_actif.png) no-repeat left 2px;
}

#menu {
	clear:both;
	float:none;
	margin:0px auto;
	width:894px;
	padding-left:60px;
	padding-top:3px;
	float:left;
	background: #fff url(../images/bkg-menu.png) repeat-x top left;
	height:25px;
}
#menu ul {
	margin : 0;
	padding : 0;
}
#menu li {
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	list-style-type: none;
}
#menu li span {
	display:block;
	height:20px;
	font-size:12px;
}

#menu li a:link span, #menu li a:visited span, #menu li a:hover span, #menu li a:active span {
	cursor:pointer;
	text-decoration:none;
	color:#fff;
}

/* actif */
#menu ul li.actif { background-position : right top; }
#menu ul li ul.hover { display : block; }
#menu ul li:hover ul { display : block; }

/** Niveau 2 **/
#menu ul ul {
	display : none;
	position : absolute;
	z-index : 10000;
	width : 180px;
	height : auto;
	background : #b61d21 url(../images/bkg-menu-ul-li.png) repeat-x top left;
	margin: -4px 0 0 0;
	padding-bottom:5px;
	border-left:1px solid #111f2a;
	border-right:1px solid #111f2a;
	border-bottom:1px solid #111f2a;
}

#menu ul ul li {
	float :none;
}

#menu ul ul a {
	color : #fff;
	display:block;
	padding:2px 1px 2px 10px;
	width:184px;
	text-decoration : none;
}
#menu ul ul a:hover {
	color: #111f2a;
}

/**** ACCUEIL ****/

#blocgauche {
	float:left;
	width:360px;
	padding:20px;
	padding-left:40px;
}

#blocdroite {
	float:right;
	width:460px;
	padding:20px;
	padding-right:40px;
}
#albumphotos, #devenirpartenaire {
	margin-bottom:15px;
}
#albumphotos h2 {
	height:22px;
	width:373px;
	text-indent:-10000px;
	background: transparent url(../images/album-photos.gif) no-repeat center;
}
#devenirpartenaire h2 {
	height:30px;
	width:381px;
	text-indent:-10000px;
	background: transparent url(../images/operations-rp.png) no-repeat left;
}
#devenirpartenaire p, #actus p {
	padding-left:25px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-left:30px;
	width:315px;
	background: #efece3 url(../images/li_contenugauche_puce.png) no-repeat 10px 5px;
}
#devenirpartenaire .titre, #actus .titre {
	color:#b61d21;
	font-weight:bold;
}
#actus .date{
	color:#b61d21;
}
#actus h2 {
	height:30px;
	width:113px;
	text-indent:-10000px;
	background:url(../images/les-actus.png) no-repeat center;
}
#scroller{
	height: 60px;
	width:370px;
}

#edito h2 {
	height:25px;
	width:224px;
	margin-bottom:5px;
	text-indent:-10000px;
	background: transparent url(../images/edito.png) no-repeat center;
}
#edito .titre{
	color: #b61d21;
	font-weight:bold;
	margin-bottom:5px;
}
#edito img {
	float:right;
	margin: 20px 0 0 14px;
}
#edito p{
	text-align:justify;
	margin-bottom:25px;
}

#breves{
	float:left;
}
#breves .breve {
	width: 292px;
	background: #efece3;
	margin: 0 10px 10px 0;
}
#breves .breve img {
	width: 92px;
	padding: 0 8px 0 0;
	margin: 0 10px 0 0;
	background: transparent url(../images/bg-breves.png) no-repeat right top;	
}

#breves .breve .texte {
	margin: 0;
	/*padding-left:220px;*/
}
#breves .breve .texte h4 {
	text-transform: uppercase;
	font-weight:bold;
	font-size:11px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
#breves .breve .texte p{
	margin: 0;
	padding: 0;
	
}
#breves .breve .texte a {
	color:#b61d21;
	text-decoration:none;
}
#breves .breve img {
	float:left;
}
#menudroite{
	margin: 0;
	padding: 0;
}
#menudroite img{
	margin: 0 0 9px 0;
}
#imageSlideshowHolder{
		background-color:#fff;
		position:relative;
		
		/* CSS HACK */
		width: 371px;	/* IE 5.x */
		width/* */:/**/371px;	/* Other browsers */
		width: /**/371px;
		
		/* CSS HACK */
		height: 215px;	/* IE 5.x */
		height/* */:/**/215px;	/* Other browsers */
		height: /**/215px;

	
	
	}
	#imageSlideshowHolder img{
		position:absolute;
	}
	.imageInGallery{
		position:absolute;
		width:371px;
		height:215px;
		background-color:#fff;
		left:0px;
		top:0px;
	}



/**** INTERNE ****/

#contenugauche {
	float:left;
	width:170px;
	margin-top:60px;
}

#contenugauche ul {
	width:170px;
	background-color:#efece3;
	padding-top:10px;
}

#contenugauche li {
	padding-left:25px;
	padding-bottom:10px;
	list-style-type:none;
	color:#111f2a;
	background:url(../images/li_contenugauche_puce.png) no-repeat 10px 5px;
}
#contenu li.listeDouble{
	margin: 10px 0 0 0;	
}
#contenugauche h4 {
	padding:10px 0 10px 8px;
	font-weight:normal;
	font-size:11px;
	background-color:#fff;
}

#contenugauche li a{
	font-weight:bold;
	color:#111f2a;
	text-decoration:none;
}
#contenugauche li, #contenugauche li a:hover{
	color:#b61d21;
}


#contenu {
	float:left;
	width:520px;
	padding:30px 0 5px 15px;
	border-left:1px dotted #111f2a;
}

#contenuElargi {
	float:left;
	width:525px;
	padding:30px 0 5px 40px;
	border-left:1px dotted #111f2a;
}

#contenu h2, #contenuElargi h2 {
	font-size:22px;
	color:#111f2a;
	margin: 0 0 20px 0;
}

h2 .rouge {
	font-size:18px;
	color:#b61d21;
}
h2 .gris {
	font-size:18px;
	color:#111f2a;
}

#contenu h3, #contenuElargi h3 {
	font-family: MyriadPro, sans-serif;
	font-size:16px;
	line-height: 20px;
	color:#111f2a;
	margin: 15px 0 15px 0;
	background:url(../images/h3_puce.png) no-repeat top left;
	padding-left:20px;
}
#contenu h4, contenuElargi h4 {
	font-size:14px;
	color:#b61d21;
	margin: 20px 0 5px 0;
	padding-left:20px;
}

#contenu p, #contenuElargi p {
	padding-left:0;
	margin-bottom:0;
	text-align:justify;
}

#contenu ul, #contenuElargi ul {
	margin: 10px 10px 10px 30px;
	padding-right: 10px;
	list-style-type:none;
}

#contenu li, #contenuElargi li {
	line-height: 16px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:0;
	list-style-type:none;
}

#contenu p.cut{
	width: 330px;
}

#contenu .cut li {
	width: 265px;
}

#contenu .supercut li {
	width: 165px;
}

#contenudroite {
	float:right;
	width:208px;
	height:268px;
	margin: -9px 0 0 0;
	padding:40px 0 0 0;
	background:url(../images/bkg_contenudroite.png) no-repeat right top;
}

#contenudroite img {
	margin-bottom:7px;
	margin-left:28px;
}


/****   OPEN13 > TOURNOI   ****/

#contenu .contenu_tournoi table, #contenuElargi .contenu_tournoi table {
	margin-top:20px;
	margin-bottom:20px;
	width:450px;
	border:1px solid #eeece3;
}
#contenu .contenu_tournoi td, #contenuElargi .contenu_tournoi td {
	padding:5px;
}
.contenu_tournoi table .entete td {
	background-color:#eeece3;
	font-size:14px;
	font-weight:bold;
}
.contenu_tournoi table .pair {
	background-color:#f5f4ef;
}
.contenu_tournoi table .francais {
	color:#ff0000;
}
.contenu_tournoi table .imgpays{
	float:right;
}
/**** palmares 2009 -  ajout aline ***/
#contenu .palmaresTournoi{
	text-align: center;
	width: 100%;
	margin: 20px 0 20px 0;
}
#contenu .palmaresTournoi table{
	width: 100%;
}
#contenu .palmaresTournoi caption{
	height: 100px;
	background: transparent url(../images/tt_palmares.png) no-repeat top left
}
#contenu .palmaresTournoi caption span{
	position: absolute;
	top: -999em;
	left: -999em;
}
#contenu .palmaresTournoi table tr{
	border: solid 1px #ccc;
	width: 100%;
}
#contenu .palmaresTournoi .joueur {
	font-weight: bold;
	text-align: center;
	border: solid 1px #000;
	background-color: #f5f4ef;
}
#contenu .palmaresTournoi .score{
	font: normal 0.9em Verdana, Helvetica, Arial, Sans-serif;
	height: 65px;
	vertical-align: top;
}	
#contenu .palmaresTournoi .annee{
	font: bold 1.2em Verdana, Helvetica, Arial, Sans-serif;
}
#contenu .palmaresTournoi .annee img{
	margin: 0 0 0 5px;
	padding: 0;
}
/****   RELATION PUBLIQUE > PLAQUETTE   ****/

#contenu .contenu_plaquette, #contenuElargi .contenu_plaquette {
	padding-left:60px;
}
#contenu .contenu_plaquette table, #contenuElargi .contenu_plaquette table {
	margin-top:20px;
	margin-bottom:20px;
	width:450px;
	border:1px solid #EEECE3;
}
#contenu .contenu_plaquette table td, #contenuElargi .contenu_plaquette table td {
	padding:5px;
	vertical-align:top;
}
.contenu_plaquette table #entete td {
	background-color:#EEECE3;
	font-size:14px;
	font-weight:bold;
}
.contenu_plaquette table .pair {
	background-color:#F5F4EF;
}
#contenu .photoLegend{
	float: left;
	width: 45%;
	font: bold 0.9em Verdana, Arial, Sant-serif;
	text-align: center;
}
#contenu .photoLegendRight{
	float: right;
	width: 45%;
	font: bold 0.9em Verdana, Arial, Sant-serif;
	text-align: center;
}
#contenu  .photoLegend img, #contenu .photoLegendRight img{
	margin: 5px 0 15px 0;
}

/**** PLAN DU SITE ****/

#contenu #plandusite h3, #contenuElargi #plandusite h3 {
	font-size:14px;
	color:#4A3252;
	margin-bottom:5px;
	background:url(../images/h3_puce.gif) no-repeat left top;
	padding-left:20px;
}
#contenu #plandusite ul, #contenuElargi #plandusite ul {
	margin:0 0 0 30px;
	padding:0;
}

#contenu #plandusite li, #contenuElargi #plandusite li {
	clear:both;
	list-style-type:none;
	background:url(../images/puce_liste.gif) no-repeat left 3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	margin:0;
}
.planpartie {
	float:left;
	width:250px;
}

/**** BASE DOCUMENTAIRE ****/

#basedocumentaire h3 {
	margin-bottom:15px;
}
#basedocumentaire h4 {
	margin-bottom:2px;
	margin-left:20px;
	padding-left:10px;
	background:url(../images/puce_liste.gif) no-repeat left 3px;
}
#basedocumentaire p {
	margin:0 0 20px 30px;
	padding:0;
}

/**** GALERIE PHOTOS ****/
#galeriephotos a, a:hover, a:visited, a:visited:hover {
	margin:0;
	padding:0;
}
#galeriephotos img {
	padding:5px;
	background-color:#efece3;
	border:1px solid #4A3252;
}
#galeriephotos img:hover {
	border:1px solid #A69456;
}

/****   NEWSLETTER   ****/

#form_newsletter fieldset {
	border:1px dashed #4A3252;
	background-color:#F5F4EF;
	height:80px;
}
#form_newsletter fieldset p {
	margin:10px 10px 10px 0;
}
#form_newsletter label {	
	float:left;
	cursor:pointer;
	margin:10px 0 5px 20px;
	height:12px;
	padding:2px;
	color:#fff;
	background-color:#4A3252;
}
#form_newsletter label:hover{color:#333333;}
#form_newsletter input {
	font-size: 10px;
	height:14px;
	width: 330px;
	border:1px solid #4A3252;
	float:left;
	margin:10px 0 5px 10px;
}
#form_newsletter .bouton{
	width:auto;
	height:16px;
	background-color:#fff;
	color:#000;
}

/**** ACCREDIDATIONS PARTENAIRES ****/
#form_accreditation_partenaires p {
	padding:0;
	margin:5px;
}
#form_accreditation_partenaires label {
	float: left;
	width: 160px;
	text-align: right;
	margin: 0;
	cursor:pointer;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

#form_accreditation_partenaires label:hover {
	cursor: pointer;
}
#form_accreditation_partenaires .focus {
	width:250px;
	background: #D2C1D8;
	color: black;
	border:1px solid #4A3252;
}

#form_accreditation_partenaires .normal {
	width:250px;
	background: white;
	color: black;
	border:1px solid #4A3252;
}
#form_accreditation_partenaires .bouton{
	width: auto;
	background-color:#4A3252;
	font-size: 11px;
	color: #fff;
	border: 1px solid #000;
	padding:0;
	cursor:pointer;
}

/**** ACCREDITATION PRESSE ****/

#form_accreditation_presse p {
	padding:0;
	margin:5px;
}
#form_accreditation_presse label {
	float: left;
	width: 160px;
	text-align: right;
	margin: 0;
	cursor:pointer;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

#form_accreditation_presse label:hover {
	cursor: pointer;
}
#form_accreditation_presse .focus {
	width:250px;
	background: #D2C1D8;
	color: black;
	border:1px solid #4A3252;
}

#form_accreditation_presse .normal {
	width:250px;
	background: white;
	color: black;
	border:1px solid #4A3252;
}
#form_accreditation_presse .bouton{
	width: auto;
	background-color:#4A3252;
	font-size: 11px;
	color: #fff;
	border: 1px solid #000;
	padding:0;
	cursor:pointer;
}

/* Classe */
#contenu .center{
	text-align: center;
}
#contenu .centerMarge{
	text-align: center;
	margin: 30px;
}
#contenu .underline{
	text-decoration: underline;
}
#contenu .centerMarge{
	font-size: 1.1em;
	text-align: center;
	padding: 10px 0 10px 0;
}
#contenu .right{
	text-align: right;
}
#contenu  img.tournoiJoueurs, #contenu .panoramique{
	margin: 20px 0 10px 5px;
}
	

div#breves p{
	padding-bottom: 5px;
}

div#partenariats{
	text-align: center;
}

div#partenariats h4{
	margin: 25px 0 15px 0;
	font-size: 1.2em;
	text-decoration: underline;
}

div#partenariats h4.big{
	font-size: 1.4em;
}

div#partenariats img{
	padding: 0 2px;
}

/* ************* EDIT 16-07-2008 */
.puce_plaquette
{
	margin: 10px 0 10px 100px;
}

.puce_plaquette li
{
	color: #f6661d;
	display : list-item;
	list-style-image : url(../images/puce_plaquette.png);
	list-style-position: outside;
}

.puce_plaquette li a
{
	color: #B61D21;
}

#form_plaquette span
{
	color: orangered;
}

#form_plaquette span.form_succes
{
	color: green;
}

#container hr.plaquette
{
	width: 70%;
	height: 1px;
	background: black;
	border: none;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15Px;
}

#form_plaquette .entete, #form_plaquette .valider
{
	text-align: center;
	margin: 10px 0px;
	line-height: 2em;
}

#form_plaquette .champs label
{
	display: block;
	width: 200px;
	float: left;
	text-align: right;
	padding: 2px 6px 0px 0px;
}

#form_plaquette .champs input
{
	width: 200px;
}
#form_plaquette .antispam input
{
	width: 50px;
}

#form_plaquette .antispam input
{
	margin-top: 10px;
}

#form_plaquette .champs
{
	padding: 0px 0px 12px 0px;
	width: 420px;
	margin: auto;
}

#form_plaquette .antispam
{
	padding: 0px 0px 12px 0px;
	text-align: center;
}

#contenu .stitre{
	font-family: MyriadPro, sans-serif;
	font-size:20px;
	font-style: bold;
	line-height: 20px;
	color:#111f2a;
	margin: 15px 0 15px 0;
	padding-left:20px;
	text-align: center;
}
