/* balise par defaut */
p, div, form{
    margin: 0px;
    padding: 0px;
}	
a {
    text-decoration: none;
    color: #006AB3;
}
a:hover{
    text-decoration:underline;
}
a img{
    text-decoration: none;
    border:0px; 
}
h1 {
    font-family: "Arial Black", Arial, Verdana;
    font-size: 16px; 
    color: #84858A;
    text-align: center;
    margin-bottom: 10px;
}
h2 {
    font-family: "Arial Black", Arial, Verdana;
    font-size: 12px;
    color: #84858A;
    text-align: center;
    margin-bottom: 5px;
}
intut[type="checkbox"] {
	vertical-align: middle;
}
intut[type="radio"] {
    vertical-align: bottom;
}
ul{
    list-style-type:disc;
}
#tpl_header img { text-decoration: none; border: 0px; }
/* texte usuel */
.textCenter {
    text-align: center;
}
.textRouge {
    color: #FF0000;
}
.textNoir {
    color: #000000;
}
.textGris {
    color: #8b8b8b; 
}
.textVert {
    color: #96bf11;
}
.gras {
    font-weight: bold;  
}   
.italic{
    font-style:italic;
}
.souligne{
    text-decoration:underline;
}
.verticalMiddle {
    vertical-align: middle;
}
.alignLeft {
     text-align: left;
}   
.petitLien {
    color: #95bf10; 
    font-size: 11px;
}
.petitLien:hover {
    text-decoration:underline;
}
.titreGras {
	font-family: "Arial Black", Arial, Verdana;
    font-size: 14px;
    color: #84858A;
}
.titreMenu {
    font-size: 12px;
    color: #006ab3;	
}
.sousTitre {
    color: #99cc00; 
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}
/* */
.checkBox {
    vertical-align: middle;
}
.radioButton {
    vertical-align: bottom;
}
.aide{
    cursor:help;
}
.movable{
    cursor:move;
}
.pointer{
    cursor:pointer;
}