/*<group=General Styles>*/

body {
font: 0.65em Verdana, Arial, Helvetica, sans-serif;
background: #ffffff; /* requis pour MSIE */
color: #000000; /* couleur police par defaut */
}

img {
border: none;
}

pre {font-size: 1.3em;}

/*</group>*/

/*<group=Layout>*/

.clearer {
clear: both;
}

#pageHeader {
background: inherit; /*NE PAS SPECIFIER SINON PAS GRIS */
color: #000000; /* Requis */
}

#pageHeader h1 {
font-size: 2.0em;
font-weight: normal;
margin-top: 0px; /* requis pour reduire espace en haut du titre */
margin-bottom: 9px;
}

#pageHeader h1:first-letter {
font-size: 1.2em;
font-weight: bold;
}

#pageHeader h2 {
font-size: 1.2em;
font-weight: normal;
margin-top: 0px; /* requis pour reduire espace en haut du titre */
margin-bottom: 16px;
}

#content h3 {
font-size: 1.1em;
}

#content h4 {
font-size: 1.0em;
}

#container {
margin: 5px;
padding: 10px;
}

#content a {
text-decoration: none;
color: #000000;
}

#contentContainer #content {
font-size: 1.1em;
padding: 0px 15px 3px 15px; /* top right bottom left */
line-height: 160%;
text-align: justify; /* Requis pour MSIE 5 Windows */
}

#banner {
display: none;
}

#sidebarContainer {
display: none;
}

#footer {
text-align: center; /* Requis pour MSIE 5 Windows */
text-decoration: none;
}

/*</group>*/

/* Toolbar Styles */

#navcontainer {
display: none;
}

/*<group=Global Classes>*/

blockquote {
background: #FFEEDD; /* background: #0092f9; */
color: #eeeeee;
padding: 0 5px;
}

/* Main content area unordered list styles */

#contentContainer #content ul
{
	line-height: 1.5em;
	list-style-type: square;
}

/* Table Styles */

table{
background: #ffffff;
color: #000000;
font-size: 1.0em;
line-height: 160%;
}
