@charset "UTF-8";

/* Navigation avec Spryassets--------------------------------------- */

.TabbedPanels {
    margin:0px;
	float: left;
	clear: none;
	width: 536px;
    color: #6f2907;
 /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
    padding:0px;
    margin:0px;
    color: #6f2907;
}


.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 5px 7px;
	margin: 0px 1px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
    color: #6f2907;
	font-size: 11px;
	font-weight: bold;
	background-color: #F0DCB7;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #F9EACD;
    color: #6f2907;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #f89d1e;
    color: #6f2907;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
    color: #6f2907;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
    color: #6f2907;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
   color: #6f2907;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
    color: #652406;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
    color: #652406;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
    color: #652406;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
    color: #652406;
}



/* Début de la feuille de style pour les pages
 * Background--------------------------------------- */

.Fond {
	
	background-color: #FFFFFF;
	}

.Background-Top {
	
	background-color: #FFFFFF;
	background-image: url(../images/Background-Top.jpg);
	background-repeat: repeat-x;
    height:20px;
}


.Background {
	
	background-color: #752c08;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
    height:188px;
}

.Background-Milieu{
	
	background-color: #FFFFFF;
	background-image: url(../images/Background-Milieu.jpg);
	background-repeat: repeat-x;
   
}



/* Bloc menu gauche-------------------------------------*/


.Bloc-Mentions{
	width:200px;
  }


#Plan-Blanc {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
    margin-top:30px;
    margin-left:56px;
    background: url(../images/Plan-Blanc.gif) no-repeat 0px 2px;
    padding-left:18px;
    text-decoration:underline;
}



#Plan {
	font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 11px;
	font-weight: normal;
    margin-top:30px;
    margin-left:56px;
    text-align:left;


}

#Plan a, #Plan a:visited{
	color: #f89d1e;
	text-decoration: none;
    background: url(../images/Plan.gif) no-repeat 0px 2px;
    padding-left:18px;


}
#Plan .a{
	color: #f89d1e;
	font-size: 11px;
	font-weight: normal;
	font: normal 11px/100% Arial, Helvetica, sans-serif;
    background: url(../images/Plan.gif) no-repeat 0px 2px;
    padding-left:18px;
   
	
}
#Plan a:hover {
	color: #ffffff;
    text-decoration: underline;
    background: url(../images/Plan-Blanc.gif) no-repeat 0px 2px;
    padding-left:18px;
}




#Contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 11px;
	font-weight: normal;
    margin-top:5px;
    margin-left:56px;
    text-align:left;


}

#Contact a, #Contact a:visited{
	color: #f89d1e;
	text-decoration: none;
    background: url(../images/Contact.gif) no-repeat 0px 2px;
    padding-left:18px;


}
#Contact .a{
	color: #f89d1e;
	font-size: 11px;
	font-weight: normal;
	font: normal 11px/100% Arial, Helvetica, sans-serif;
    background: url(../images/Contact.gif) no-repeat 0px 2px;
    padding-left:18px;
   
	
}
#Contact a:hover {
	color: #ffffff;
    text-decoration: underline;
    background: url(../images/Contact-Blanc.gif) no-repeat 0px 2px;
    padding-left:18px;
}

#Mentions-Blanc {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
    margin-top:5px;
    margin-left:56px;
    background: url(../images/Mentions-Blanc.gif) no-repeat 0px 2px;
    padding-left:18px;
    text-decoration:underline;
}



#Mentions {
	font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 11px;
	font-weight: normal;
    margin-top:5px;
    margin-left:56px;
    text-align:left;
}

#Mentions a, #Mentions a:visited{
	color: #f89d1e;
	text-decoration: none;
    background: url(../images/Mentions.gif) no-repeat 0px 2px;
    padding-left:18px;


}
#Mentions .a{
	color: #f89d1e;
	font-size: 11px;
	font-weight: normal;
	font: normal 11px/100% Arial, Helvetica, sans-serif;
    background: url(../images/Mentions.gif) no-repeat 0px 2px;
    padding-left:18px;
   
	
}
#Mentions a:hover {
	color: #ffffff;
    text-decoration: underline;
    background: url(../images/Mentions-Blanc.gif) no-repeat 0px 2px;
    padding-left:18px;
}


/* Contenu-------------------------------------*/


.Marge {
	width:536px;
    margin-right:20px;
    margin-left:20px;
    margin-top:10px;
     }

.Bloc {
	width:536px;
      }

.Bloc-Identite {
	width:410px;
    float:left;
    margin-bottom:20px;
      }

.Bloc-Bedarieux {
	width:355px;
     float:left;
      }


.Bloc-Petit-Gibier{
	width:297px;
    float:left;
      }


.Bloc-Dates-Gauche{
	width:250px;
    margin-right:20px;
    float:left;

       }

.Bloc-Dates-Droite{
	width:250px;
    float:right;

    
 }


.Bloc-Gauche{
	width:230px;
    margin-right:70px;
    float:left;
    margin-bottom:20px;
    padding-bottom:10px;
    margin-top:10px;
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6f2907;
       }

.Bloc-Droite{
	width:230px;
    float:left;
    margin-bottom:30px;
    padding-bottom:10px;
    margin-top:10px;
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6f2907;
 }


.Bloc-Permis-Gauche{
	width:158px;
    margin-right:30px;
    float:left;
    margin-bottom:20px;
    margin-top:10px;
           }

.Bloc-Periodes-Gauche{
	width:279px;
    float:left;
    margin-bottom:20px;
           }

.Bloc-Agrainage{
	width:445px;
    height:99px;
    float:right;
    margin-bottom:20px;
           }

.Bloc-Adherents{
	width:375px;
    float:left;
    margin-bottom:20px;
           }
.Bloc-Adherents-Postit{
	width:350px;
    float:left;
    margin-right:20px;
           }

.Bloc-Nuisibles{
	width:257px;
    float:left;
    margin-bottom:10px;
           }


.Bloc-Nuisibles-PDF{
	width:445px;
    float:right;
    margin-bottom:20px;
           }

.Bloc-Piegeage{
	width:354px;
    height:99px;
    float:right;
    margin-bottom:20px;
           }

.Bloc-Arc{
	width:303px;
    height:99px;
    float:left;
    margin-bottom:20px;
           }


.Bloc-Cours{
	width:393px;
    height:94px;
    float:right;
    margin-bottom:20px;
           }

.Bloc-Comptage{
	width:250px;
    height:99px;
    float:left;
    margin-bottom:20px;
           }

.Bloc-Ecoles{
	width:277px;
    height:136px;
    float:left;
    margin-bottom:20px;
           }

.Bloc-Nuisibles-Gauche{
	width:257px;
    height:99px;
    float:left;
    margin-bottom:20px;
           }


.Bloc-Permis-Droite{
	width:158px;
    float:left;
    margin-bottom:20px;
    margin-top:10px;
 }

.Bloc-Accompagnee{
	width:436px;
    
 }

.Bloc-Associations{
	width:376px;
    float:left;
             }

.Bloc-Validation-Gauche{
	width:150px;
    margin-right:25px;
    float:left;
    margin-top:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
          }

.Bloc-Validation-Droite{
	width:150px;
    float:left;
    margin-top:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    }


.Bloc-Formations-Gauche{
	width:258px;
    margin-right:20px;
    float:left;
    margin-top:10px;
              }

.Bloc-Formations-Droite{
	width:258px;
    float:right;
    margin-top:10px;
       }


.Bloc-Actualites-Gauche{
	width:245px;
    margin-right:20px;
    float:left;
    margin-top:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
          }

.Bloc-Actualites-Droite{
	width:245px;
    float:left;
    margin-top:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    }


.Titre{
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 15px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6f2907;
	text-align:left;
	font-weight:bold;
    }

.Titre-2{
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 13px;
	font-weight:bold;
    margin-top:20px;
    margin-bottom:5px;

	    }

.Titre-2-bis{
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 13px;
	font-weight:bold;
    margin-bottom:5px;
	    }


#Texte-Plan{
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 11px;
    line-height:150%;
    padding-left:10px;
    width:230px;
	     }

#Texte-Plan a, #Texte-Plan a:visited{
	color: #0000FF;
	text-decoration: none;   

}
#Texte-Plan .a{
	color: #0000FF;
	font-size: 11px;
}
#Texte-Plan a:hover {
	color: #0000FF;
    text-decoration: underline;

}




#Texte-Marron{
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 11px;
	     }

#Texte-Marron a, #Texte-Marron a:visited{
	color: #0000FF;
	text-decoration: none;   

}
#Texte-Marron .a{
	color: #0000FF;
	font-size: 11px;
}
#Texte-Marron a:hover {
	color: #0000FF;
    text-decoration: underline;

}




#Texte-Orange{
	font-family: Arial, Helvetica, sans-serif;
	color:#f89d1e;
	font-size: 11px;
	     }

#Texte-Orange a, #Texte-Orange a:visited{
	color: #f89d1e;
	text-decoration: none;   

}
#Texte-Orange .a{
	color: #f89d1e;
	font-size: 11px;
}
#Texte-Orange a:hover {
	color: #f89d1e;
    text-decoration: underline;

}



#Texte-PDF {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 11px;
    background: url(../images/PDF.jpg) no-repeat 0px 0px;
    padding-left:30px;
    height:23px;
    margin-top:3px;
    margin-bottom:3px;
    padding-top:5px;

  }

#Texte-PDF a, #Texte-PDF a:visited{
	color: #0000FF;
	text-decoration: none;   
   
}
#Texte-PDF .a{
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
#Texte-PDF a:hover {
	color: #0000FF;
    text-decoration: underline;

}









#Texte-PDF-2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 11px;
    background: url(../images/PDF.jpg) no-repeat 100% 0% ;
    padding-right:30px;
    height:23px;
    margin-top:3px;
    margin-bottom:3px;
    padding-top:5px;

  }

#Texte-PDF-2 a, #Texte-PDF-2 a:visited{
	color: #0000FF;
	text-decoration: none;   
   
}
#Texte-PDF-2 .a{
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
#Texte-PDF-2 a:hover {
	color: #0000FF;
    text-decoration: underline;

}






#Texte-Video {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 11px;
    background: url(../images/Video.jpg) no-repeat 0px 0px;
    padding-left:35px;
    height:20px;
    margin-top:5px;
    margin-bottom:5px;
    padding-top:5px;

  }

#Texte-Video  a, #Texte-Video  a:visited{
	color: #0000FF;
	text-decoration: none;   
   
}
#Texte-Video  .a{
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
#Texte-Video  a:hover {
	color: #0000FF;
    text-decoration: underline;

}




#Texte-IE {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 11px;
    background: url(../images/IE.jpg) no-repeat 0px 2px;
    padding-left:25px;
    height:20px;
    margin-top:3px;
    margin-bottom:3px;
    padding-top:5px;

  }

#Texte-IE a, #Texte-IE a:visited{
	color: #0000FF;
	text-decoration: none;   
   
}
#Texte-IE .a{
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
#Texte-IE a:hover {
	color: #0000FF;
    text-decoration: underline;

}



#Texte-Courriel {
    font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 11px;
    background: url(../images/Enveloppe.jpg) no-repeat 0px 4px;
    padding-left:30px;
    height:17px;
    margin-top:3px;
    margin-bottom:3px;
    padding-top:5px;
 	}

#Texte-Courriel a, #Texte-Courriel a:visited{
	color: #0000FF;
	text-decoration: none;

   }

#Texte-Courriel .a{
	color: #0000FF;
	font-size: 11px;
	font-weight: normal;
	font: normal 11px/100% Arial, Helvetica, sans-serif;
	
}
#Texte-Courriel a:hover {
	color: #0000FF;
    text-decoration: underline;
}


.Postit {
	width: 140px;
	height: auto;
    margin-top:20px;
	border: 1pt solid #CCCCCC;
	padding: 10px;
	background-color: #F5F19A;
}




#Onglet-Accueil {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Accueil.jpg) no-repeat 0px 0px;
    padding-left:35px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }


#Onglet-Federation {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Federation.jpg) no-repeat 0px 0px;
    padding-left:35px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }


#Onglet-Reglementation {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Reglementation.jpg) no-repeat 0px 0px;
    padding-left:40px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }



#Onglet-Permis {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Permis.jpg) no-repeat 0px 0px;
    padding-left:35px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }



#Onglet-Ecoles {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Ecoles.jpg) no-repeat 0px 0px;
    padding-left:35px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }


#Onglet-Formations {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Formations.jpg) no-repeat 0px 0px;
    padding-left:35px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }

#Onglet-Infos {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Infos.jpg) no-repeat 0px 0px;
    padding-left:35px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }


#Onglet-Actualites {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Actualites.jpg) no-repeat 0px 0px;
    padding-left:35px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }




#Onglet-Telechargement {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Telechargement.jpg) no-repeat 0px 0px;
    padding-left:35px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }



#Onglet-Contact {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Contact.jpg) no-repeat 0px 0px;
    padding-left:35px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }



#Onglet-Mentions {
	
    font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 16px;
    font-weight:bold;
    background: url(../images/Onglet-Mentions.jpg) no-repeat 0px 0px;
    padding-left:35px;
    padding-top:4px;
    width:230px;    
    height:25px;
    margin-bottom:5px;
    text-decoration: none; 
  }

/* Fiches bulletins-------------------------------------*/

.Couverture-2{
	width:120px;
    height:170px;
	float: right;
    margin-left:20px;
	border: 1px solid  #CCCCCC;
    margin-bottom:20px;

}

.Bloc-Couverture-2 {
	width:394px;
    height:172px;
	float: left;
    margin-bottom:20px;
}


.Couverture {
	width:120px;
    height:170px;
	float: left;
    margin-right:20px;
	border: 1px solid  #CCCCCC;
    margin-bottom:20px;

}

.Bloc-Couverture {
	width:394px;
    height:172px;
	float: right;
    margin-bottom:20px;
}

.Bloc-Visuel {
	width:445px;
	float: right;
    height:97px;
}


/* Fiches internet-------------------------------------*/

.Ecran {
	width:150px;
	height:98px;
	float: left;
	margin-right:20px;
	border: 1px solid  #CCCCCC;
    margin-bottom:20px;
}

.Bloc-Ecran {
	width:364px;
    height:100px;
	float: right;
    margin-bottom:20px;
}


/* Accueil-------------------------------------*/


.Photo-Droite {
	float: right;
	margin-left:20px;
    margin-bottom:10px;
}

.Photo-Gauche {
	float: left;
	margin-right:20px;
	margin-bottom:10px;

}



/* Personnel-------------------------------------*/

.Titre-Barre{
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
    background-color:#F9EACD;
    padding-top:3px;
    padding-bottom:3px;
    width:536px;
    height:15px;
    text-align:center;	
    font-size: 12px;
	font-weight:bold;
    float:left;
	    }

.Titre-Barre-2{
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
    background-color:#F9EACD;
    width:536px;
    padding-top:5px;
    padding-bottom:5px;
margin-top:10px;
    text-align:center;	
    font-size: 15px;
	font-weight:bold;
    float:left;
	    }



.Titre-Tableau{
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
    background-color:#F9EACD;
    padding-top:3px;
    padding-bottom:3px;
    width:536px;
    height:15px;
    text-align:center;	
    font-size: 12px;
	font-weight:bold;

	    }


.Titre-Barre-Small{
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
    background-color:#F9EACD;
    padding-top:3px;
    padding-bottom:3px;
    width:250px;
    text-align:center;	
    font-size: 12px;
	font-weight:bold;
	    }


.Texte-Barre{
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
    background-color:#F9EACD;
    padding-top:2px;
    padding-bottom:2px;
    font-size: 11px;
    margin-top:3px;
	    }


.Identite {
	width:100px;
    height:126px;
	float: left;
    margin-right:20px;
	border: 1px solid  #CCCCCC;
    float:left;

}


.Texte-Orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #f89d1e;
	font-size: 11px;
    margin-top:5px;
}




/* Videos-------------------------------------*/

.Videos {
	float: right;
	margin-left:20px;
    margin-bottom:10px;
    width:340px;
    height:320px;
}

.Bloc-Videos {
	float: left;
    width:176px;
    height:320px;
    margin-bottom:10px;

}

.Bloc-Bilan {
	float: right;
    width:358px;
    height:122px;
}


/* Texte footer-------------------------------------- */
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f2907;
	font-size: 10px;
	font-weight: normal;
	font-style: italic; 

}

#Footer a, #Footer a:visited{
	color: #6f2907;
	text-decoration: none;   

}
#Footer .a{
	color: #6f2907;
	font-size: 11px;
	font-weight: normal;
	font: normal 11px/100% Arial, Helvetica, sans-serif;
	
}
#Footer a:hover {
	color: #6f2907;
    text-decoration: underline;

}

