body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #5d5d5d url(images/page_bg.gif);
    margin: 0px;
    padding: 10px;
}

html, #wrapper, h1 {
    margin: 0px;
    padding: 0px;
}

img { border: 0px; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 950px;
    position: relative;
}

h1, h2, h3 {
    font-size: 14px;
}


h1 {
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

h2 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

h3 {
    padding: 4px 0px 0px 0px;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 10px;
}

.left {
    float: left;
    margin: 5px 20px 0px 0px;
}

.right {
    float: right;
    margin: 0px 0px 0px 20px;
}

.readmore {
    text-align: right;
}

 /* page structure */

#wrapper {
    background: url(images/body_t.gif) top no-repeat;
    padding-top: 20px;
}

#body {
    background: url(images/body_bg.gif) repeat-y;
    padding-bottom: 10px;
}

#body p {
    background: white;
}

#current {
    float: left;
    width: 235px;
    margin-left: 10px;
    margin-top: -10px;
    background: url(images/menu_bg.gif) repeat-y;
    border-bottom: 1px solid #05256b;
}

* html #current {
    margin-left: 5px;
}

#content {
    float: right;
    width: 690px;
    padding-top: 40px;
    margin-right: 8px;
}

* html #content {
    margin-right: 4px;
}

#footer {
    background: url(images/body_b.gif) no-repeat;
    text-align: center;
    padding-right: 10px;
    padding-left: 720px;
    padding-bottom: 30px;
}

#copyright {
    position: relative;
    top: -8px;
    color: #989898;
}

/* current column */

#current .nav {
    margin: 26px 6px 5px 5px;
}

#current ul {
    border: 1px solid #8497c2;
    margin: 0px;
    padding: 0px;
}

* html #current ul {
    padding: 3px 0px;
    padd\ing: 0px;
}

#current li {
    list-style: none;
    border: 1px solid #4e698f;
    background: #01285f url(images/dot.gif) left center no-repeat;
    padding: 0px 0px 0px 20px;
    margin: 3px;
}

#current li.readmore {
    text-align: right;
    background-image: none;
}

#current ul a {
    color: #beddff;
    text-decoration: none;
    display: block;
    padding: 3px 12px 3px 0px;
}

* html #current ul a {
    width: 100%;
    w\idth: auto;
}

#current ul a:hover {
    color: white;
}

#current .readmore {
    padding: 3px 4px 4px 20px;
}

* html #current .readmore {
    padding: 0px 4px 1px 20px;
    padd\ing: 3px 4px 4px 20px;
}

#current .readmore a {
    text-decoration: underline;
    display: inline;
}

#currenttitle {
    position: absolute;
    left: 15px;
    top: 405px;
}

* html #currenttitle {
    top: 405px;
}

/* page content */

#content h2 {
    line-height: 1;
    margin: 0px;
    padding: 20px 0px 0px 0px;
}

#content h3 {
	margin: 10px 0px;
	padding: 0px;
	// text-transform: capitalize;
}

#content p {
    margin: 10px 0px;
    padding: 0px;    
}

#content .contentbox {
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 5px 20px 10px 20px;
}

* html #content .contentbox {
    padding-bottom: 11px;
}

#content .contentbox1 {
    border: 1px solid #e1e1e1;
    padding: 5px 20px 10px 20px;
}

* html #content .contentbox1 {
    padding-bottom: 11px;
}

#content, #content a {
    color: #868686;
}

#content a:hover {
    color: #000;
}

#content li {
    padding-top: 3px;
}

/* MENU PRINCIPAL */

#menu, #menu ul { /* Liste */  
	padding: 0; /* pas de marge intrieure */
	margin: 0; /* ni extrieure */
	list-style: none; /* on supprime le style par dfaut de la liste */
	line-height: 21px; /* on dfinit une hauteur pour chaque lment */
	text-align: center; /* on centre le texte qui se trouve dans la liste */
}

#menu { /* Ensemble du menu */
	position: absolute;
	top: 25px;
	left: 253px;
	background: url(images/nav.gif) repeat-x;
	height: 35px;
	width: 690px;
	font-weight: bold; /* on met le texte en gras */
	font-size: 13px; /* hauteur du texte */
	color: #4B4B4B;
	padding-top: 0px;
}

#menu a { /* Contenu des listes */
	display: block; /* on change le type d'lment */
	padding: 0; /* aucune marge intrieure */       
	color: #fff;
	text-decoration: none; /* on supprime le style par dfaut des liens */
	/* width: 110px; largeur fixe */
	padding-left: 20px;
	padding-right: 20px;
	line-height: 35px;
}

#menu li { /* lments des listes */      
	float: left; 
	/* pour IE qui ne reconnat pas "transparent" */
	border-right: 1px solid #fff; /* on met une bordure blanche  droite de chaque lment */
}

/* IE ne reconnaissant pas le slecteur ">" */
html>body #menu li {
	border-right: 1px solid #fff ; /* on met une bordure transparente  droite de chaque lment */
}

#menu li ul { /* Sous-listes */
	position: absolute; /* Position absolue */
	width: 110px; /* Largeur des sous-listes */
	left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li { /* Elments de sous-listes */
	/* pour ie qui ne reconnat pas "transparent" (comme prcdemment) */
	border-top: 1px solid transparent; /* on met une bordure blanche en haut de chaque lment d'une sous-liste */
	border-right: 0px solid #fff ;
}

/* IE ne reconnaissant pas le slecteur ">" */
html>body #menu li ul li {
	border-top: 1px solid transparent; /* on met une bordure transparente en haut de chaque lment */
	border-right: 0px solid #fff ;
}

#menu li ul li a {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
	border: 1px solid #ddd;
	background: #4384C5;
	padding: 4px;
	width: 110px; /* largeur */
}

#menu li ul ul {
	margin: -22px 0 0 110px ; /* On dcale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
	/* pour IE qui ne reconnat pas "transparent" (comme prcdemment) */
	border-left: 1px solid #fff ; /* Petite bordure  gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le slecteur ">" ... je me rpte ;-) */
html>body #menu li ul ul {
	border-left: 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque lment */
}

#menu a:hover { /* Lorsque la souris passe sur un des liens */    
	color: #9cf; /* On passe le texte en orange... */
}

#menu li:hover ul ul, #menu li.sfhover ul ul { /* Sous-sous-listes lorsque la souris passe sur un lment de liste */
	left: -999em; /* On expdie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* Sous-listes lorsque la souris passe sur un lment de liste ET sous-sous-lites lorsque la souris passe sur un lment de sous-liste */
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug sous IE */
}

.lastchild{border-right: 0px none #FFFFFF !important;}