body
{
	background-color: #cddef7;
}
.container
{
    width: 100%;
    height: 100%;
    position: relative;
}
.logo
{
    position: absolute;
    left: 800px;
    top: 10px;
    width: 378px;
    height: 175px;
    /*background-image: url(../images/logo_jeunesse.png);*/
    z-index: 2;    
    
}
h2
{
	font-family: 'Indie Flower', cursive;	
	font-size:24px;
	font-weight: bold;
	text-transform:uppercase;
	color:#468ffc;	
}
h3
{
	font-family: 'Indie Flower', cursive;
	font-size:18px;
	color:#468ffc;	
}
.cadre
{
    border: 10px solid #468ffc;
    min-height: 800px;
}
.tabonglet
{    
    margin-top: 10px;
    border-bottom: 1px solid #468ffc;
    width: 100%;
}
.onglet_off,.onglet_off a
{
    width: 25%;
    color: #000000;
    background-color: #F1F1F1;
    font-size: 14px;  
    font-weight: normal;  
    text-decoration: none;    
    text-align: center;
}
.onglet_on,.onglet_on a
{
    width: 25%;
    color: #ffffff;
    background-color: #468ffc;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.fond_menu
{
    background-color:#468ffc;   
    padding: 3px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #ffffff;
    text-align: right;
    font-weight: bold;
}
.fond_menu a
{
    color: #ffffff;
    text-decoration: none;
}
.lien_menu
{
    color: #468ffc;      
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/bullet_menu_jeunesse.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;    
    width: 250px;
}
.lien_menu a
{
    color:#468ffc;      
    text-decoration: none;
    font-weight: bold;
}
.table_news
{    
    width: 200px;
    height: 300px;
    border: 2px solid #468ffc;        
    background-color: #cddef7;
    margin-top: 30px;
    margin-left: 25px;
    border-top-right-radius: 8px;        
}
.titre_news
{
    font-size:14px;
    color: #ffffff;   
    background-color: #468ffc;
    font-weight: bold;    
    text-align: center;
}
.titre_contenu
{
    width: 100%;    
    font-weight: bold;    
    border-bottom: 1px dotted #468ffc;
    border-top: 1px dotted #468ffc;
    text-align: center;
    background-color: #f0f0f0;
    margin: 5px 0px 5px 0px;    
}
.titre_contenu_section
{    
    width: 100%;    
    font-family: 'Indie Flower', cursive;	
    color: #202020;
    text-decoration: underline;
    font-size: 20px; 
    font-weight: bold;    
    text-align: center;    
    margin: 20px 0px 5px 0px;    
}