@charset "utf-8";
/* CSS Document */

#panneau-a-onglets {
	margin: 30px 0px;
}


#ul_onglets{
margin: 0px;
padding: 0px;
}

	#ul_onglets h3{
	font-size: 1.3em;
	margin: 5px;
	line-height: 118%;
	}

	#ul_onglets li{
	width: 48%;
	
	}
	
.contenu-onglet p.sous-titre {
	font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
}


.onglet{
float: left;
margin: 0 1%;
padding:5px 10px ;
border:1px solid #AAA;
border-radius:5px 5px 0 0;
-webkit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
color:#FFF;
cursor: pointer;
list-style: none;
/*background: #EEE;*/
background-color: #00B5E5;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
/*font-size: 13px;*/
}

	.onglet h3, .onglet_selectionner h3{
		color: #FFF;
	}
	
	.onglet:hover{
	background: #e0e3e4;
	} 
	
.onglet_selectionner{
float: left;
margin: 0 1%;
padding:5px 10px ;
border:1px solid #737677;
/*border-bottom:2px solid white;*/
border-radius:5px 5px 0 0;
-webkit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
color:#FFF;
cursor: pointer;
/*font-weight:bold;*/
list-style: none;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
background-color: #00a9d7;
text-shadow: 2px 2px 2px #000000;
} 

.contenu-onglet{
/*width: 510px;*/
clear: both;
background-color: #C5E9F4;
margin-top:-1px;
margin: auto;
padding: 10px 15px 10px 15px;
border:1px solid #AAA;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
color:#555;
cursor: text;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
/*font-size: 12px;*/
}

	.contenu-onglet ul{
		margin-bottom: 0px;
	}


#conteneur-onglet{
/*width: 545px;*/
/*margin: auto auto 30px 5px;*/

}