/* ELEMENTS HTML */

/*
couleur 1 : #355aa8
couleur 2 : #7fa0e6
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	background: #355aa8 url(images/interface/fond-site.gif) repeat-x;
	font-size: 11px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: justify;
}

#bandeau_titre {
	width: 1000px;
	height: 171px;
	vertical-align: top;
	background: url(images/interface/bandeau_titre.jpg) no-repeat; 
}

#all {
	width: 1000px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #383838;
}

/* TITRES */
h1 {
	font-size: 14px;
	color: #355aa8;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	color: #355aa8;
}

h2.blanc {
	font-size: 14px;
	color: white;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

h4.date {
	font-size: 12px;
	color: #355aa8;
}

/* FIN TITRES */ 

/* FORMULAIRES */
select {
	border: 1px #355aa8 solid;
	margin: 2px;
	font-style: italic;
	font-weight: bold;
	color: #355aa8;
	font-size: 12px;
}

textarea {
	border: 1px #355aa8 solid;
}

option {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #355aa8;
}

input {
	font-size: 10px;
	border: 1px #355aa8 solid;
	padding: 0px;
}

/* FIN FORMULAIRES */

hr {
	width: 95%;
	color: #355aa8;
	background: #355aa8;
	height: 1px;
	border: 0;
	margin: 10px auto 10px auto;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
	color: #355aa8;
}

caption {
	color: black;
}

table {
	width: 100%;
}

.sansbordure {
	border: 0;
}

#conteneur-separateur {
    width: 650px;
}

.separateur {
	width: 350px;
	height: 11px;
	margin: 0 0 0 150px;
	background: url(images/interface/separateur.jpg) repeat-x;
}

/* FIN ELEMENTS HTML */




/* MENU DYNAMIQUE */

.MenuDyn_fond_menu_principal {
  background: url(images/interface/fond-menu2.gif) repeat-y;
  background-repeat:repeat;
  background-position:50% 50%;
}

.MenuDyn_titre_tab {

  color: #FFFFFF;
  padding-right:10px;
  padding-left:10px;

}

.MenuDyn_ss_menu {
  background-repeat:repeat;
  background-color:#7fa0e6;
  background-position:50% 50%;
  font-size: 12px;
  border: #FFFFFF 1px solid;
}

/* FIN MENU DYNAMIQUE */


/*************************/
/*     PLAN DU SITE		  /
/*************************/
#plan {
	text-align:normal;
	margin-left:50px;
}

#plan li {font-size:12px;}
#plan li.menu {font-size:14px;line-height:2em;}

/*************************/
/*   FIN - PLAN DU SITE   /
/*************************/


/* DIVISIONS GENERALES */

#lien-url a {
	height: 40px;
	display: block;
	position: absolute;
	margin: auto 0;
	padding-top: 130px;
	width: 1000px;
	text-align: center;
}

#barre-menu {
	width: 1000px;
	height: 29px;
	clear: both;
	/*background: url(images/interface/bas-menu.jpg) no-repeat bottom;*/
	background: url(images/interface/fond-contenu.gif) repeat-y;
}

#contenu {
	width: 1000px;
	background: url(images/interface/fond-contenu.gif) repeat-y;
	overflow: hidden;
}

#gauche {
	width: 160px;
	float: left;
	color: white;
	overflow: hidden;
}

#corps {
	width: 660px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	padding: 10px;
}

#droite {
	width: 160px;
	float: left;
	color: white;
	overflow: hidden;
}

#footer {
	background: url(images/interface/fond-menu-bas.gif) no-repeat top center;
	color: white;
	margin-left: auto;
	margin-right: auto;
	height: 21px;
	text-align: center;
	padding-top: 3px;
}

/* FIN DIVISIONS GENERALES */




/* ELEMENTS COMMUNS */

.rouge {
	color: #355aa8;
}

a.lien-blanc, a.lien-blanc:hover {
	color: white;
}

a.lien-rouge, a.lien-rouge:hover {
	color: #355aa8;
}

.ligne-impaire {
	background: white;
	min-height: 18px;
	height: 18px;
	line-height: 18px;
}

div[class] .ligne-impaire {
	background: white;
	line-height: 18px;
	height: auto;
}

.ligne-paire {
	line-height: 18px;
	background: #ebebeb;
	min-height: 18px;
	height: 18px;
}

div[class] .ligne-paire {
	line-height: 18px;
	background: #ebebeb;
	height: auto;
}

#chemin {
	margin-bottom: 16px;
}

#chemin a, #chemin a:hover {
	color: #355aa8;
}

.droite {
	text-align: right;
}

.overflowed {
	overflow: hidden;
}

p.change-page {
	padding-top: 10px;
	text-align: right;
}

.in-form {
	font-size: 10px;
	border: 2px #355aa8 solid;
	background: #c29292;
	padding: 2px;
}

.input-sans-bordure {
	border: 0;
	padding: 0;
}

.input_focus {
	border: solid 2px #355aa8;
	background: #7fa0e6;
	color: white;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.marge-bas {
	margin-bottom: 20px;
}

/* FIN ELEMENTS COMMUNS */




/* CONTENU MODULES */

#titre_dynamique {
    background: white;
    text-align: center;
    color: #355aa8;
    font-size: 13px;
    font-weight: bold;
    margin-left: 36px;
    margin-bottom: 20px;
}

/* FIN CONTENU MODULES */




/* GAUCHE */

.conteneur-module-gauche { /* Arnaud */
	padding-top: 4px;
	background: #7fa0e6 url(images/interface/fond-module-menu.gif) repeat-x;
	width: 149px;
	margin: 0 5px 0 6px;
	padding-bottom: 20px;
	text-align: center;
}

.conteneur-module-gauche-vide { /* Arnaud */
	padding-top: 4px;
	width: 149px;
	margin: 0 5px 0 6px;
	padding-bottom: 20px;
	text-align: center;
}

/* FIN GAUCHE */




/* DROITE */

.conteneur-module-droite { /* Arnaud */
	padding-top: 4px;
	background: #7fa0e6 url(images/interface/fond-module-menu.gif) repeat-x;
	width: 149px;
	margin: 0 7px 0 4px;
	padding-bottom: 20px;
	text-align: center;
}

.conteneur-module-droite-vide { /* Arnaud */
	padding-top: 4px;
	background: #7fa0e6;
	width: 149px;
	margin: 0 7px 0 4px;
	padding-bottom: 20px;
	text-align: center;
}

/* FIN DROITE */




/* CORPS */

#corps-gauche {
	width: 320px;
	float: left;
	margin-right: 10px;
}

#corps-droite {
	width: 320px;
	float: left;
	margin-left: 10px;
}

#module-accueil {
	width: 320px;
}

.titre-module-accueil {
	width: 320px;
	padding-top: 1px;
	height: 26px;
	background: url(images/interface/fond-titre-module-accueil.gif) no-repeat;
	text-align: center;
	margin-bottom: 0px;
	color: #355aa8;
}

.contenu-module-accueil {
	width: 312px;
	padding: 4px;
	overflow: hidden;
	background: url(images/interface/fond-contenu-module-accueil.gif) repeat-y;
}

.bas-module-accueil {
	height: 4px;
	background: url(images/interface/bas-module-accueil.gif) top no-repeat;
	margin-bottom: 30px;
}

/* FIN CORPS */




/* MOTEUR DE RECHERCHE */

#ConteneurMoteur {
	position: absolute;
	top: 112px;
    width: 190px;
    height: 50px;
    margin: 0px;
    padding: 30px 0px 0px 24px;
    float: left;
    overflow: hidden;
}

#MoteurTitreConteneur {
    color: white;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
}

#MoteurFormInputConteneur {
    background: url(images/interface/champ_recherche.gif) no-repeat;
    width: 142px;
    height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 5px;
    float: left;
}

#MoteurFormInput {
	width: 186px;
	overflow: hidden;
}

.MoteurFormInput {
    border: 0px;
    text-align: left;
    margin: 2px 0 0 6px;
}

#MoteurFormSubmitConteneur {
    width: 30px;
    height: 28px;
    float: left;
}

.MoteurFormSubmit {
    border: 0px;
}

#searchForm{float:right;z-index:1000;padding:0px;margin:0px;margin-right:40px;display:none}

#searchEngine_selected{padding:4px 0px;width:16px;text-align:center;float:left;text-align:right;cursor:pointer}

#searchEngine_options{background:#FFF;width:70px;position:absolute;z-index:1000;top:30px;left:4px;display:none;border:#CCC 1px solid}

#searchEngine_options div{background-image:url(http://css.pageflakes.com/App_Themes/common/GYM_icon.gif);background-repeat:no-repeat;border:#666 0px solid;padding:5px;padding-left:0px;cursor:pointer;color:#333}

#searchEngine_options div img{height:10px;width:22px}

#searchEngine_google{background-position:3px -56px}

#searchEngine_msn{background-position:3px -26px}

#searchEngine_yahoo{background-position:3px 4px}

.searchFormOptionOver{border:#666 1px solid}

.searchFormOptionOut{border:#666 0px solid}

.searchFormEngineOver{background-color:#ccc}

.searchFormEngineOut{background-color:#FFF}

#searchFormSubmit{padding-left:5px}

#searchFormText{width:128px;font-size:8pt;margin:1px 0px 0px 7px;border:0px solid #fff;background:transparent none;vertical-align:bottom}

#searchEngine_selector{margin-left:0px;margin-top:10px;cursor:pointer;float:right;width:8px;height:10px}

/* FIN MOTEUR DE RECHERCHE */




/* TEXTE DEFILANT */

.Info {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}

.Info a, .Info a:hover {
	color: white;
}

.ejs_scroll {
	font-size: 11px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}

.ejs_scroll:hover {
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
}

/* FIN TEXTE DEFILANT */




/* BANNIERE */

#banniere {
	width: 474px;
	height: 66px;
	background: #355aa8;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
}

.banniere {
	width: 468px;
	height: 60px;
	padding: 3px;
	background: #df6c6c;
}

/* FIN BANNIERE */




/* MODULES */



/* MODULE GALERIE */

p.image-galerie {
	text-align: center;
	font-size: 12px;
}

hr.galerie {
	color: #355aa8;
	height: 1px;
	clear: both;
	border: 0;
	background-color: #355aa8;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px; 
}

div.galerie-overflowed {
	overflow: hidden;
	margin: 20px auto 10px auto;
	text-align: center;
}

h1.galerie-liste-titre {
	display: inline;
	float: left;
}

/* FIN MODULE GALERIE */

/* MODULE STRUCTURE */

#structure #contactform {
    text-align:center;
    margin: 0px 30px 0px 30px;
}

.titre-service {
	width: 400px;
	margin: 0 auto;
	height: 16px;
	padding: 4px;
	background: #355aa8;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

/* FIN MODULE STRUCTURE */


/* MODULE METEO */

h4#meteo-mini-date {
	padding: 4px 0 8px 0;
	display: block;
}

#meteo-mini-conteneur {
	overflow: hidden;
}

#meteo-mini-temp {
	float: left;
	line-height: 22px;
	padding: 4px;
	width: 59px;
}

#meteo-mini-icone {
	float: left;
	text-align: center;
	padding: 4px;
	width: 70px;
	
}

h2.meteo-liste-date {
	color: white;
	background: #355aa8;
	width: 260px;
	padding-top: 2px;
	text-align: center;
}

.meteo-liste-conteneur {
	overflow: hidden;
	margin-bottom: 20px;
	border: 2px solid #355aa8;
	width: 256px;
}

.meteo-liste-icone {
	float: left;
	text-align: center;
	margin: 8px;
}

.meteo-liste-temp {
	float: left;
	line-height: 28px;
	margin: 8px;
}

/* FIN MODULE METEO */



/* MODULE LIENS UTILES */

a.lien-utile-bandeau {
	line-height: 20px;
	font-size: 11px;
}

a.lien-utile-bandeau:hover {
	text-decoration: none;
}

/* FIN MODULE LIENS UTILES */


/* MODULE EFFECTIFS */

table.effectif {
	padding: 2px;
	color: white;
	border: #355aa8 1px solid;
	border-collapse: collapse;
}

th.effectif {
	background: #355aa8;
	color: white;
	padding: 6px;
}

th.effectif-joueur {
	background: #355aa8;
	color: white;
	padding: 2px;
	text-align: left;
	font-size: 11px;
}

td.effectif {
	color: black;
	padding: 2px;
	text-align: center;
	width: 60px;
}

td.effectif-joueur {
	color: black;
	padding: 4px;
	font-size: 10px;
}

/* FIN MODULE EFFECTIFS */



/* MODULE PARTENAIRES */

p.logo-partenaire {
	text-align: center;
	font-size: 12px;
	line-height: 150px;
}

p.logo-partenaire-bandeau {
	text-align: center;
}

/* FIN MODULE PARTENAIRES */


/* PROCHAINES RENCONTRES */

.prochaines-rencontres-date {
	width: 44px;
	float: left;
	line-height: 18px;
	background: inherit;
	text-align: center;
	color: #666;
}

.prochaines-rencontres-heure {
	width: 44px;
	color: #355aa8;
	float: left;
	text-align: center;
	line-height: 18px;
	background: inherit;
}

.prochaines-rencontres-contre {
	width: 14px;
	float: left;
	line-height: 18px;
	background: inherit;
}

.prochaines-rencontres-equipe {
	width: 190px;
	float: left;
	line-height: 18px;
	background: inherit;
}

.prochaines-rencontres-detail {
	width: 18px;
	float: left;
	line-height: 18px;
	background: inherit;
}



/* RENCONTRES WEEK-END */

.rencontres-weekend-date {
	width: 38px;
	float: left;
	color: #666;
}

.rencontres-weekend-contre {
	width: 58px;
	float: left;
	text-align: center;
	color: #355aa8;
}

.rencontres-weekend-equipe {
	width: 108px;
	float: left;
}

/* FIN RENCONTRES WEEK-END */

/* MODULE EFFECTIFS */

div.domtab{
	padding: 0;
	width: 610px;
	font-size: 11px;
}

ul.domtabs{
	float: left;
	width: auto;
	margin: 2em 0 0 0;
}

ul.domtabs li{
	float:left;
	padding:0 .5em 0 0;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	width:7em;
	padding: 10px 12px;
	display:block;
	background: url(images/interface/onglet.gif) 0px 100px;
	color: white;
	height: 10px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	font-size: 12px;
}

html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	height: auto;
	min-height: 10px;
}

ul.domtabs a:hover{
	background: url(images/interface/onglet.gif) 0px 0px;
}

div.domtab div.module{
	clear:both;
	width:100%;
	background: white;
	border: solid 4px #7fa0e6;
	color: black;
	padding:1em 2em;
	overflow: hidden;
}

div.domtab div.module div{
	display: block;
	width: auto;
	background: white;
	color: black;
	margin-bottom: 20px;
}

div.domtab div.module div.colonne-calendrier {
	float: left;
	width: 50%;
	text-align: center;
	display: block;
}

div.domtab div.module div.colonne-calendrier div.marge-colonne {
	margin: 10px;
	display: block;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	background: url(images/interface/onglet.gif) 0px 0px;
	color:#fff;
	border-bottom: 0;
}

div.article {
	clear:both;
	width:100%;
	background: white;
	border: solid 4px #355aa8;
	color: black;
	padding:1em 2em;
	overflow: hidden;
}

.article p {
	padding-bottom: 12px;
}

/*
#domtabprintview{
	float:right;
	padding-right:1em;
	text-align:right;
}

#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover{
	color:#fff;
}


p{
	margin:0 0 .5em 0;
	line-height:1.3em;
}

h2{
	font-size:1.3em;
	color:#cfc;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Sans-Serif;
	padding:0 0 .7em .2em;
}

h1{
	font-size:2em;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Sans-Serif;
	padding:.5em 0;
	background:#000;
	border-bottom:1px solid #666;
}


pre{
	font-size:10px;
	padding:1em;
}

div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
	color: black;
	display:block;
	font-weight:bold;
	font-size:10px;
}

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active
{
	color:#cfc;
	display:inline;
	padding:0;
	font-weight:normal;
	font-size:10px;
}


 other scheme! 
#other{
font-size:.8em;
margin-left:.3em;
width:60em;
margin-bottom:3em;
float:left;
}

div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}

div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}

#other div{
	float:left;
}
*/

/*
ul.prevnext{
	float:left;
	width:100%;
}

ul.prevnext li{
	float:left;
	width:49%;
}

ul.prevnext li.next{
	float:right;
	text-align:right;
}
*/

/* FIN MODULE EFFECTIFS */


/* FIN MODULES */




/* FOOTER */

.item-menu-bas {
	margin: 18px;
}

#footer-copyright {
	text-align: center;
	color: white;
	font-weight: bold;
}

#footer a, #footer a:hover {
	text-decoration: none;
	color: white;
}

#footer-copyright a, #footer-copyright a:hover {
	text-decoration: none;
	color: white;
}

/* FIN FOOTER */




/* CSS THICKBOX */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/interface/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity: 75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* FIN CSS THICKBOX */

