* {margin: 0; padding: 0;}

/*********************************************************************/
/*               Style et polices par défaut.                        */
/*********************************************************************/
body, P,table,a,h1,h2,h3,h4 {
	letter-spacing:0.01em;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #666666;
	text-decoration: none;
}

/*********************************************************************/
/*                        Contenu de la page.                        */
/*********************************************************************/
.comment {
	font-size: 10px;
	line-height:1.6em;
	position:relative;
	top:-0.4em;
}

.title {
	font-size: 10px;
	color:black;
	line-height:1.6em;
}
.title em {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height:1.6em;
}

.arrow {
	font-size:13px;
}
.navigator {
	line-height:1em;
}

/********************** Le titre (FRAGILE) ***************************/
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #ffcc00;
	line-height:1.6em;
	letter-spacing:0.06em;
}
h3 {
	font-size: 11px;
	font-weight: normal;
}

h3 {
	font-family: helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height:1.6em;
	letter-spacing:0.04em;
}

h3 em {
	color: #333333;
	font-style: normal;
}

h3.subtitle {
	letter-spacing:0.12em;
	font-size: 12px;
	font-weight: normal;
}

h3.subtitle em {
	color: #333333;
	font-style: normal;
}

h3.languages a {
	font-size: 9px;
	font-weight: normal;
}

h3 a{
	font-size: 11px;
	font-weight: normal;
}

/*********************************************************************/
/*                     L'entête de la page.                          */
/*********************************************************************/
.header {
	width:75em;
}
hr {
	clear: both;
	visibility:hidden;
}


/********************** Le titre (FRAGILE) ***************************/
h1 a {
	font-family: arial,helvetica,sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #aae1fa;
}
h1 {
	margin:0px;
	padding-top:0.2em;
	padding-left:0.3em;
	padding-bottom:1.2em;
	padding-right:2em;
	font-size: 40px;
	font-weight: 900;
	color: #aae1fa;
	float:left;
}

/********************** Le menu **************************************/
ul.mainmenu {
	letter-spacing:0.03em;
	font-size: 10px;
	list-style-type: none;
}
ul.mainmenu li {
	letter-spacing:0.03em;
	position:relative;
	top:3.5em;
	margin-left: 1.75em;
	float:left;
}

/*.................. L'élément sélectionné du menu .................*/
ul.mainmenu li.selected {
	color: #7ab1ca;
}

/*************************** Le sous-menu ****************************/
ul.submenu {
	position:absolute;
	left:0;
	top:1.2em;
	list-style-type: none ;
	color: #797979;
}
ul.submenu li {
	margin:0;
	padding:0;
	width:13em;
	line-height:1.75em;
	top:0px;
	left:2.1em;
	float:none;
}

/*..................L'élément séléctionné du sous-menu .............*/
ul.submenu li.selected {
	color: #797979;
	text-decoration: underline;
}
