/*-----------------------------*/
/**** Les Editions du Globe ****/
/*-----------------------------*/


/*****************************************/
/* Définitions des balises standard HTML */
/*****************************************/

body {
   font-family : Arial, Helvetica, sans-serif;	
   background-color : #FFF;
   color : #333333;
   margin : 0px 0px 0px 0px;
}

h1, h2, h3 {
   font-style : italic;
   color : #666;
}

h1 {
   font-size : 14pt;
   text-align : right;
}

h2 {
   font-size : 12pt;
}

h3 {
   font-style : normal;
   font-size : 12pt;
}

h4 {
   text-align : center;
}

p {
	text-align : justify;
}

ul li {
	list-style-image : url(../images/puce.png);
	list-style-position : outside;
}


img {
	border : none;
}

hr {
   height : 1px;
   width : 100%;
   color : #CCCCCC;
   background-color : #CCCCCC;
}

/***** Gestion des liens ******/
a:link, a:visited {
	text-decoration : none;
	color : #666;
}

a:hover, a:active {
	text-decoration : underline;
	color : #666;
}




/*****************************/
/* Definitions contextuelles */
/*****************************/


#miettesDePain {
   font-size : 8pt;
}

#contenu p, #contenu li {
	font-size : 10pt;
	text-align : justify;
}

/***** Gestion des liens de navigation ******/
#navigation a:link, #navigation a:visited {
	text-decoration : none;
	color : #000080;
}

#navigation a:hover, #navigation a:active {
	text-decoration : underline;
	color : #000080;
}

#navigation li {
	list-style-type : none;
	list-style-image : none;
	margin-left : -30px;
	font-size : 10pt;
}

#colonneDroite {
	font-size : 10pt;
}


/**************************/
/* classes personnalisées */
/**************************/

.attention {
    color : red;
}

.infosLegales {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 8pt;
   color : #999;
   text-align : center;
   z-index : 1;
}

.centrer {
   text-align : center;
}



