*{
	padding:0px;
	border:0px;
	margin:0px;
}

html{
background-position:center fixed; 
background-image:url('images/bg_html.jpg');
-webkit-background-size: cover; /* pour anciens Chrome et Safari */
background-size: cover; /* version standardisée */
background-color:green;
background-attachment:fixed;
}

body{
font-family: 'Open Sans', sans-serif;
font-size:14px;
color:#141414;
}




/* *********************** COMMON *********************** */



#wrapper h1{
font-size:25px;
font-family: 'Days One', sans-serif;
color:#0c0c0c;
margin-bottom:30px;
}

#wrapper h2{
font-size:20px;
font-family: 'Days One', sans-serif;
color:#008530;
font-weight:lighter;
margin-bottom:30px;
}

#wrapper h3{

}

#wrapper p{
margin-bottom:14px;
line-height:24px;
}

#wrapper a{

}

.clear{
width:100%;
clear:both;
}




/* *********************** HEADER (ligne top) *********************** */

#header{
width:100%;
min-width: 1200px;
height:30px;
background-color:#231f20;
line-height:30px;
}

#header .content{
width:1200px;
margin:auto;
}

#header p{
font-size:10px;
opacity:0.4;
color:white;
line-height:20px;
margin-left:120px;
display:inline-block;
}

#header #menu1{
float:right;
width:500px;
height:20px;
color:white;
text-align:right;
padding-right:30px;
}

#header #menu1 li{
list-style-type:none;
display:inline;
}

#header #menu1 a{
color:white;
text-transform:uppercase;
line-height:20px;
font-size:12px;
padding-left:10px;
padding-right:10px;
text-decoration:none;
}

#header #menu1 a:hover{
text-decoration:underline;
}

#header #menu1 a.selected{
text-decoration:underline;
}

#header #menu1 li:after{
content:"  /  ";
opacity:0.3;
}

#header #menu1 li:last-child:after{
content:"";
}



/* *********************** MENU *********************** */
#menu{
width:100%;
height:100px;
background-color:white;
min-width: 1200px;
}

#menu img.logo{
position:absolute;
top:0px;
z-index:100;
}

#menu .rfcu {
display:inline-block;
height:100px;
margin-left:160px;
text-align:center;
}

#menu .rfcu p{
font-size:32px;
font-family: 'Days One', sans-serif;
color:#0c0c0c;
text-transform:uppercase;
margin-top:28px;
line-height: 24px;
}

#menu .rfcu p span{
font-size:22px;
color:#008530;
}

#menu .content{
width:1200px;
margin:auto;
}

#menu #menu2{
float:right;
width:760px;
height:100px;
text-align:right;
padding-right:30px;
}

#menu #menu2 li{
list-style-type:none;
padding:0px;
line-height:100px;
display:inline;
}

#menu #menu2 li a{
color:#414042;
font-size:14px;
text-transform:uppercase;
padding-left:10px;
padding-right:10px;
padding-top:25px;
padding-bottom:25px;
text-decoration:none;
}

#menu #menu2 li a:hover{
background-image:url('images/bg_menu2.jpg');
background-repeat:no-repeat;
background-position:center 51px;

}

#menu #menu2 li a.selected{
background-image:url('images/bg_menu2.jpg');
background-repeat:no-repeat;
background-position:center 51px;
}

#menu #menu2 li:after{
content:"  /  ";
opacity:0.3;
}

#menu #menu2 li:last-child:after{
content:"";
}

#menu #menu2 li a.boutique{
color: #008530;
font-weight: 900;
}

/* *********************** WRAPPER / DIV TEXTE / DIV SPONSORS *********************** */
#wrapper{
width:1200px;
margin:auto;
padding-top:30px;
}

#wrapper .copyright{
font-size: 14px;
line-height: 11px;
color: white;
text-shadow: 1px 1px 1px #000000;
margin-top: 10px;
}

#wrapper .copyright a{
color:white;
text-decoration:none;
}

#wrapper .copyright a:hover{
text-decoration:underline;
}


#texte{
width:920px;
float:left;
background-color:white;
min-height:650px;
}

#texte .content{ 
margin:58px auto;
width:800px;
}

#partenaires{
width:250px;
float:right;
}

#partenaires .c1{
width:250px;
text-align:center;
margin-bottom:30px;
background-color:white;
}

#partenaires .c1 a{

}

#partenaires .c1 img{
max-width:250px;
}

#partenaires .c1 img{
max-width:250px;
}





/* *********************** PAGES *********************** */

/* ***** HOME ***** */

#page_home .nouveau_doc{
width: 93%;
text-align: center;
padding: 3%;
border: 1px solid #c0c0c0;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 30px;
}

#page_home .nouveau_doc p{
margin-bottom:0px;
}

#page_home .nouveau_doc p.titre{
margin-bottom:18px;
font-size:18px;
}


#page_home .prochain_match_d3{ /* prochain match D3 */
width:48%;
float:left;
text-align:center;
padding:4px;
border:1px solid #c0c0c0;
padding-top:20px;
padding-bottom:25px;

}


#page_home .prochain_match_d3 p.date{
font-size:25px;
font-family: 'Days One', sans-serif;
color:#0c0c0c;
margin-bottom:5px;
}

#page_home .prochain_match_d3 p.heure{
font-size:15px;
font-family: 'Days One', sans-serif;
color:#0c0c0c;
font-weight:lighter;
}

#page_home .prochain_match_d3 p.match{
font-size:18px;
text-transform:uppercase;
font-weight:700;
opacity:0.3;
}

#page_home .prochain_match_d3 h2{
margin-bottom:10px;
text-transform:uppercase;
}


#page_home .prochain_match_d3 h2.team span.calamine{
font-size:28px;
}

#page_home .prochain_match_d3 h2.team span.vs{
font-size:15px;
opacity:0.6;
display:block;
}




#page_home .prochain_match_d3 p.lieu{
margin-bottom:0px;
font-size: 15px;
text-transform: uppercase;
}



 
#page_home .prochain_match_p3{ /* prochain match P3 */
width:48%;
float:right;
text-align:center;
padding:4px;
border:1px solid #c0c0c0;
padding-top:20px;
padding-bottom:25px;
margin-bottom:35px;
}


#page_home .prochain_match_p3 p.date{
font-size:25px;
font-family: 'Days One', sans-serif;
color:#0c0c0c;
margin-bottom:5px;
}

#page_home .prochain_match_p3 p.heure{
font-size:15px;
font-family: 'Days One', sans-serif;
color:#0c0c0c;
font-weight:lighter;
}

#page_home .prochain_match_p3 p.match{
font-size:18px;
text-transform:uppercase;
font-weight:700;
opacity:0.3;
}

#page_home .prochain_match_p3 h2{
margin-bottom:10px;
text-transform:uppercase;
}

#page_home .prochain_match_p3 h2.team span.vs{
font-size:15px;
opacity:0.6;
display:block;
}


#page_home .prochain_match_p3 p.lieu{
margin-bottom:0px;
font-size: 15px;
text-transform: uppercase;
}


#page_home .c0{
text-align:center;
}

#page_home .c1{ /* texte accueil */
width:370px;
margin:10px;
display:inline-block;
vertical-align:top;
text-align:left;
margin-top:35px;
}

#page_home .c1 h1{
margin-bottom:3px;
}

#page_home .c2{
width:370px;
margin:10px;
display:inline-block;
vertical-align:top;
text-align:center;
padding-bottom:25px;
margin-top:35px;
}

#page_home img{
max-width:95%;
}

#page_home .c3{ /* match du week end */
width:780px;
margin:10px;
display:inline-block;
vertical-align:top;
text-align:center;
padding-bottom:25px;
margin-top:35px;
}


#page_home .c3 table{
border-collapse: collapse;
border-spacing: 0px 0px; 
border-top: 1px solid #7cb08f;
}

#page_home .c3 table tr{
min-height:40px;

}

#page_home .c3 table tr{
border-bottom: 1px solid #7cb08f;
}

#page_home .c3 table tr:hover{
background-color:#EEF5FF;
}


#page_home .c3 .col1{
width:150px;
min-width:150px;
vertical-align:middle;
font-size:12px;
padding-left:30px;
line-height:45px; /* donne un H de 45px à toute la tr*/
}

#page_home .c3 .col2{
width:50px;
min-width:50px;
vertical-align:middle;
font-size:12px;
font-weight:bolder;
}


#page_home .c3 .col3{ /* team1 vs team2 */
width:100%;
height:40px;
vertical-align:middle;
font-size:12px;
text-transform:uppercase;
padding-left:15px;
padding-right:5px;
text-align:left;
}

#page_home .c3 .col2 span.remis{
font-weight:bolder;
color:red;
text-transform:uppercase;
}

#page_home .c3 .col3 span{ /* vs */
font-size:9px;
opacity:0.5;
padding-left:8px;
padding-right:8px;
}
 

#page_home .col5{ /* lieu + type de match (a la ligne)*/
width:150px;
min-width:150px;
vertical-align:middle;
font-size:10px;
text-transform:uppercase;
text-align:left;
line-height:15px;
text-align:center;
font-weight:400;
}

#page_home .col5 { /* type de match */
font-weight:bolder;
}

#page_home .col3 .lieu{ /* lieu + type de match (a la ligne)*/
padding-left:0px;
padding-right:0px;
}



/* ***** REGLEMENTS ET DOCUMENTS ***** */



/* ***** CONTACT ***** */

#page_contact{
text-align:center;
}

#page_contact  p.nom{
font-size:18px;
font-family: 'Days One', sans-serif;
margin-top:10px;
margin-bottom:0px;
}

#page_contact p.titre{
margin:0px;
opacity:0.6;
font-size:13px;
line-height:17px;
}

#page_contact p.tel{
font-size:19px;
}

#page_contact .c1{
width:370px;
height:375px;
background-color:#008530;
display:inline-block;
margin:10px;
vertical-align:top;
color:white;
text-align:center;
float:left;
}

#page_contact .c1 p.nom{
text-align:left;
}

#page_contact .c1 p.titre{
text-align:left;
}

#page_contact .c1 p.tel{
text-align:left;
}

#page_contact .c1 p.mail a{
color:white;
font-size:12px;
}

#page_contact .c1 img{
width:100%;
}

#page_contact .c2{
width:378px;
height:180px;
background-color:#3498db;
display:inline-block;
margin:10px;
vertical-align:top;
color:white;
padding: 10px;
box-sizing: border-box;
}

#page_contact .c2 img{
float:left;
margin-right:20px;
}

#page_contact .c2 p.nom{
text-align:left;
}

#page_contact .c2 p.titre{
text-align:left;
}

#page_contact .c2 p.tel{
text-align:left;
}

#page_contact .c2 p.mail{
text-align:left;
}

#page_contact .c2 p.mail a{
color:white;
font-size:12px;
text-align:left;
}


#page_contact .c3{
width:373px;
height:180px;
background-color:#2980b9;
display:inline-block;
margin:10px;
vertical-align:top;
color:white;
margin-top:30px;
margin-bottom:30px;
}

#page_contact .c3 img{
float: left;
margin-right: 20px;
width: 77px;
}


#page_contact .c4{
width:235px;
background-color:white;
border:1px solid #b9cfd1;
display:inline-block;
margin:12px;
vertical-align:top;
color:#58595b;
padding: 5px;
box-sizing: border-box;
}

#page_contact .c4 img{
float:left;
margin-right:20px;
float: left;
margin-right: 20px;
width: 77px;

}

#page_contact  .c4 p.nom{
font-size: 16px;
line-height: 14px;
font-family: 'Days One', sans-serif;
margin-top: 10px;
margin-bottom: 4px;
text-align:center;
}

#page_contact .c4  p.titre{
margin:0px;
opacity:0.6;
font-size:11px;
line-height:17px;
text-align:center;
}

#page_contact .c4  p.tel{
font-size:11px;
margin-top:33px;
text-align:left;
}

#page_contact .c4 p.mail a{
color: #008530;
text-align:center;
}

.map iframe{
width:100%;
height:450px;
}


/* ***** ACTUALITE / NEWS ***** */
#page_news .c1{
margin-bottom:15px;
}

#page_news a.filtre_classe, #page_news a.filtre_classe_selected{
display:inline-block;
background-color:#fafafa;
border:1px solid #bdc3c7;
padding:8px 13px;
margin-bottom:10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color:#404040;
font-size:14px;
margin-right:10px;
text-decoration:none;
}

#page_news a.filtre_classe:hover{
background-color:#c0c0c0;
text-decoration:none;
}

#page_news a.filtre_classe_selected{
background-color:#c0c0c0;
text-decoration:none;
}

#page_news .c2{ /* item liste news  */
clear:both;
width:100%;
min-height:324px;
background-color:#f1f2f2;
border:1px solid #c0c0c0;
margin-bottom:20px;

}

#page_news .c2 .titre{
width:100%;
padding-bottom:13px;
}

#page_news .c2 .date{
width:65px;
height:80px;
float:left;
background-image:url('images/bg_date.png');
background-repeat:no-repeat;
text-align:center;
color:white;
margin-top:13px;
margin-left:18px;
margin-right:18px;
}

#page_news .c2 .jour{
font-size:30px;
font-family: 'Days One', sans-serif;
margin-top:7px;
line-height:30px;
margin-bottom:0px;
}
#page_news .c2 .mois{
font-size:10px;
font-family: 'Days One', sans-serif;
font-weight:lighter;
margin-top:7px;
line-height:0px;
}
#page_news .c2 .annee{
font-size:10px;
margin:0px;
line-height:0px;
}

#page_news .c2  h2{
font-size:30px;
padding-top:20px;
margin-bottom:0px;
margin-top:30px;
}

#page_news .c2  a {
text-decoration:none;
}

#page_news .c2 .auteur{
font-size:12px;
color:#a7a9ac;
margin-bottom:30px;
}

#page_news .c2 .image_principale{
max-width:300px;
max-height:153px;
margin-left:18px;
margin-right:18px;
float:left;
}

#page_news .c2 .contenu{
font-size:17px;
line-height:27px;
}

#page_news .c3 .image_principale{
width:100%;
text-align:center;
}

#page_news .c3 .image_principale img{
max-width:100%;
max-height:500px;
}

#page_news .c3 .button_back{
position:relative;
z-index:100;
}

#page_news .c3 h1{
margin-bottom:0px;
}

#page_news .c3 .auteur{
opacity:0.5;
}

#page_news .c3 .photos_secondaires{
font-size:0px;
}

#page_news .c3 .photos_secondaires img{
width:29%;
margin-left:2%;
margin-right:2%;
display:inline-block;
margin-bottom:15px;
}




/* ***** CALENDRIER ***** */

#page_calendrier .c1{
margin-bottom:15px;
}

#page_calendrier a.filtre_classe, #page_calendrier a.filtre_classe_selected{
display:inline-block;
background-color:#fafafa;
border:1px solid #bdc3c7;
padding:8px 13px;
margin-bottom:10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color:#404040;
font-size:14px;
margin-right:10px;
text-decoration:none;
}

#page_calendrier a.filtre_classe:hover{
background-color:#c0c0c0;
text-decoration:none;
}

#page_calendrier a.filtre_classe_selected{
background-color:#c0c0c0;
text-decoration:none;
}

#page_calendrier .c2{
margin-bottom:50px;
}

#page_calendrier table{
border-collapse: collapse;
border-spacing: 0px 0px; 
border-top: 1px solid #7cb08f;
}

#page_calendrier table tr{
min-height:40px;

}

#page_calendrier table tr{
border-bottom: 1px solid #7cb08f;
}

#page_calendrier table tr:hover{
background-color:#EEF5FF;
}


#page_calendrier .col1{
width:150px;
min-width:150px;
vertical-align:middle;
font-size:12px;
padding-left:30px;
line-height:45px; /* donne un H de 45px à toute la tr*/
}

#page_calendrier .col2{
width:50px;
min-width:50px;
vertical-align:middle;
font-size:12px;
font-weight:bolder;
}


#page_calendrier .col3{ /* team1 vs team2 */
width:100%;
vertical-align:middle;
font-size:12px;
text-transform:uppercase;
padding-left:15px;
padding-right:5px;
}

#page_calendrier .col2 span.remis{
font-weight:bolder;
color:red;
text-transform:uppercase;
}

#page_calendrier .col3 span{ /* vs */
font-size:9px;
opacity:0.5;
padding-left:8px;
padding-right:8px;
}
 

#page_calendrier .col5{ /* lieu + type de match (a la ligne)*/
width:150px;
min-width:150px;
vertical-align:middle;
font-size:10px;
text-transform:uppercase;
text-align:left;
line-height:15px;
text-align:center;
font-weight:400;
}

#page_calendrier .col5 { /* type de match */
font-weight:bolder;
}

#page_calendrier .col3 .lieu{ /* lieu + type de match (a la ligne)*/
padding-left:0px;
padding-right:0px;
}


/* ***** RESULTATS DES MATCHS ***** */

#page_resultats .c1{
margin-bottom:15px;
}

#page_resultats a.filtre_classe, #page_resultats a.filtre_classe_selected{
display:inline-block;
background-color:#fafafa;
border:1px solid #bdc3c7;
padding:8px 13px;
margin-bottom:10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color:#404040;
font-size:14px;
margin-right:10px;
text-decoration:none;
}

#page_resultats a.filtre_classe:hover{
background-color:#c0c0c0;
text-decoration:none;
}

#page_resultats a.filtre_classe_selected{
background-color:#c0c0c0;
text-decoration:none;
}

#page_resultats .c2{
margin-bottom:50px;
}

#page_resultats table{
border-collapse: collapse;
border-spacing: 0px 0px; 
border-top: 1px solid #7cb08f;
}

#page_resultats table tr{
height:40px;
line-height:0px;
}

#page_resultats table tr{
border-bottom: 1px solid #7cb08f;
}

#page_resultats table tr:hover{
background-color:#EEF5FF;
}


#page_resultats .col1{
width:150px;
min-width:150px;
vertical-align:middle;
font-size:12px;
padding-left:30px;

}

#page_resultats .col2{
width:100%;
min-width:400px;
vertical-align:middle;
font-size:12px;
text-transform:uppercase;
}

#page_resultats .col2 span{
font-size:9px;
opacity:0.5;
padding-left:8px;
padding-right:8px;
}

#page_resultats .col3{ /* cup */
width:40px;
vertical-align:middle;
}

#page_resultats .col3 img{
height:15px;
}



#page_resultats .col4 { /* score 1 - score 2 */
width:120px;
min-width:50px;
vertical-align:middle;
font-size:15px;
text-transform:uppercase;
text-align:center;
}
 



#page_resultats .col7{ /* remis  */
width:120px;
min-width:120px;
vertical-align:middle;
font-size:10px;
text-transform:uppercase;
text-align:center;
}


/* ***** LE CLUB ***** */




/* ***** LES EQUIPES ***** */

#page_equipes .c1{
margin-bottom:15px;
}

#page_equipes a.filtre_classe, #page_equipes a.filtre_classe_selected{
display:inline-block;
background-color:#fafafa;
border:1px solid #bdc3c7;
padding:8px 13px;
margin-bottom:10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color:#404040;
font-size:14px;
margin-right:10px;
text-decoration:none;
}

#page_equipes a.filtre_classe:hover{
background-color:#c0c0c0;
text-decoration:none;
}

#page_equipes a.filtre_classe_selected{
background-color:#c0c0c0;
text-decoration:none;
}



#page_equipes .c2{
width:360px;
display:inline-block;
margin:15px;
vertical-align:top;
text-align:center;
}

#page_equipes .c2:hover{
opacity:0.85;
}

#page_equipes .c2 img{
margin-top:10px;
width:340px;
}

#page_equipes .c2:hover p{
text-decoration:underline;
}


#page_equipes .players{
width:200px;
display:inline-block;
background-color: #F1F2F2;
border: 1px solid #C0C0C0;
text-align:center;
padding:15px;
text-decoration:none;
vertical-align:top;
margin:15px;
}

#page_equipes .players img{
width:170px;
padding-bottom:5px;
}

#page_equipes .players .nom{
font-size:18px;
text-transform:uppercase;
margin-top:10px;
font-weight:bold;
}

#page_equipes .players .fonction{
font-size:14px;
margin-bottom:0px;
}

#page_equipes .players .naissance{
font-size:12px;
opacity:0.5;
margin-bottom:0px;
}



/* ***** FICHIERS A télécharger ***** */
#page_fichiers .c1{
text-align:center;
}

#page_fichiers a.download{
width:200px;
display:inline-block;
background-color: #F1F2F2;
border: 1px solid #C0C0C0;
text-align:center;
padding:15px;
text-decoration:none;
vertical-align:top;
margin:15px;
}

#page_fichiers img{
width:80px;
}

#page_fichiers a p{
text-decoration:none;
color:#404040;
}

#page_fichiers .titre{
font-size:18px;
margin-top:10px;
}

#page_fichiers .date{
font-size:12px;
opacity:0.8;
}


/* ***** LE STADE ***** */





/* Mentions légales */

#legal{
text-align:center;
max-width:800px;
margin:auto;
}

#legal h1{
text-align:center;
padding-top:60px;
}

#legal h2{
background-position: 0px 7px;
position: relative;
bottom: 0px;
line-height: 20px;
margin-top: 14px;
margin-bottom: 14px;
}

#legal p{
margin-bottom:5px;
font-size:12px;
}

#legal p span{
display:inline-block;
vertical-align:top;
width:132px;
text-decoration:underline;
}

#legal .c0{
width:75%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
}

#legal .c1{
display:inline-block;
vertical-align:top;
width:44%;
padding:2%;
margin-right:3%;
border:1px solid #c0c0c0;
text-align:left;
margin-bottom:30px;
min-height:200px;
}

#legal .c1.last{
margin-right:0px;
}



#legal .c2{
width:44%;
padding:2%;
margin-right:3%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
height:600px;
overflow:auto;
padding-bottom:30px;
}

#legal .c2 h3{

}

#legal .c2 h4{

}

#legal .c2 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2 ul li{
margin-bottom:5px;
font-size:13px;
line-height:22px;
padding-left:15px;
list-style-type:none;
}

#legal .c2 ul ul li{
padding-left:30px;
}

#legal .c2.last{
margin-right:0px;
}


/* *********************** FOOTER *********************** */



/* *********************** BUTTONS *********************** */

#wrapper a.button_mail, #wrapper a.button_phone, #wrapper a.button_next, #wrapper a.button_back {
 height:43px;
 display:inline-block;
 padding-left:17px;
 padding-right:28px;
 line-height:43px;
 font-size:16px;
 text-transform:uppercase;
 font-weight:300;
 color:#6d6e71;
 background-repeat:no-repeat;
 background-position:7px 13px;
 text-decoration:none;
margin-top:30px;
margin-bottom:30px;
border:1px solid #bcbec0;
 
}

#wrapper a.button_mail:hover, #wrapper a.button_phone:hover, #wrapper a.button_next:hover,#wrapper a.button_back:hover {
-webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.20);
-moz-box-shadow:    1px 1px 10px 0px rgba(50, 50, 50, 0.20);
box-shadow:         1px 1px 10px 0px rgba(50, 50, 50, 0.20);
}

#wrapper a.button_mail{
background-color:#f15a29;
background-image:url('images/bg_button_mail.png');
}

#wrapper a.button_phone{
background-color:#2dcc70;
background-image:url('images/icon-button-mail.png');
}

#wrapper a.button_next{
background-image:url('images/bg_button_next.png');
background-position: right center;
}

#wrapper a.button_back{
background-image: url("images/bg_button_back.png");
background-position: left 18px;
padding-left: 28px;
padding-right: 17px;
margin-bottom: 0px;
float: right;
}



