/* Style global des pages */

body {
	background-color: #FFFFFF;
	font-family: Calibri, sans-serif;
	font-size: 16px;	
	color:#2D2D2D;
}


.cadre_global {
	min-width: 945px;
}

.bloc_menu {
	margin-left:15px;
	margin-right:15px;
}

	.bloc_menu  table{
		width:100%;
	}

.bloc_titre {
	text-align: center;
	margin-top:10px;
	text-align:center;
	font-size:20px;
	font-weight: bold ;
}

.bloc_deco {
	margin-top:30px;
	text-align: center;
}

/* BOUTON */

a.bouton_gris{ 
    display : -moz-inline-box; 
    display : inline-block; 
    margin : 0; 
    padding : 0; 
    white-space : nowrap; 
    text-align : center; 
    cursor : pointer; 
    border : 0; 
    background : none;
	text-decoration : none;
}

a.bouton_gris span{ 
    position : relative;
    float : left;
    padding : 0 0 0 10px;
    vertical-align : middle;
    background : url(../images/bouton_gris_gauche.png) left top no-repeat;
} 

a.bouton_gris span span{ 
    padding : 0 10px 0 0;
    background : url(../images/bouton_gris_droit.png) right top no-repeat;
} 

a.bouton_gris span span span{ 
    height : 23px;
    padding : 0;
	font-weight : bold;
	color : black;
    line-height : 1.4;
    background : url(../images/bouton_gris_milieu.png) left top repeat-x;
}

a.bouton_gris span span span:hover{
	color : #B4C8FE;
}
