/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	/*border: 0px;*/
}

body {
	width: 100%;
	
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002E2E;
}

a {
	/*text-decoration: none;*/
}

a, a:visited {
	color: #0066CC;
}

/* must be defined after a:visited ! 
 * otherwise, the hover color is displayed only if the link is not visited */
a:hover {
	color: #009596;
}

table {
	border: 0;
	border-spacing: 0px; /* HTML: cellspacing="0" */
	border-collapse: collapse; /* for IE */
}

td {
	vertical-align: top;
}

img {
	border: 0;
	/*border: 1px solid #002E2E;*/
}


ul {
	margin-left: 5px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	/*font-size: 0.9em;*/
	/*border: 1px dashed #FF0000;*/
}

ul li a, ul li a:visited {
	color: #002E2E;
}

ul li a, ul li a:visited, ul li p {
	padding-left: 8px;
	background: URL(images/menu/menu_bullet.png) 0px 0.5em no-repeat;
}
ul li a:hover {
	padding-left: 8px;
	background: URL(images/menu/menu_bullet_hover.png) 0px 0.5em no-repeat;
	/* Nous pourrions utiliser la meme image 'menu_bullet.png' et
	changer sa position affichée, mais comme il s'agit de petites
	images,elles ne prendront que quelques millisecondes à s'afficher. */
}


/* conform CSS2, but don't works with IE :/ */
/* input[type="button"], input[type="submit"], input[type="text"], textarea, input[type="file"]{ */ 
input.button, input.textbox, textarea, input.file {
	border: 1px solid #002E2E;
	background-color: #CEE0D7;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002E2E;
}

input.button { /* for FF (see also common/main.ie.css) */
	border: 2px solid #002E2E;
	padding: 0.05em 0.5em 0.35em 0.5em; /* for FF (t l b r) */
}

input.textbox {
	height: 1.4em;
}
input.file {
	height: 1.6em;
}


*.cTabTitle {
	text-align: center;
	line-height: 30px;
}

*.cTextCenter {
	text-align: center;
}

*.CClearer {
	clear: both;
	
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	/*border: 1px dashed #0000FF;*/
}

*.cJustify {
	text-align: justify;
}

span.CExp /* exponant */
{
	font-size: 80%;
	position: relative;
	top: -0.3em;
}

div#dvMain {
	/*position: relative;*/
	left: 0px; top: 0px;
	
	width: 100%;
	margin: 0px auto;
	
	/* CSS2 specification (ignored by IE) */
	min-width: 520px; 
	max-width: 1004px; 
}

div#dvHeader {
	padding-left: 20px;
	padding-top: 20px;
	
	/*width: 961px;*/
	height: 129px;
	
	background-image: url(images/header.jpg);
	background-position: 20px 20px; /* left and top*/
	background-repeat: no-repeat;
}

div#dvBottom {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	/*border: 1px dashed #0000FF;*/
}

/*div#dvLeftPart, div#dvRightPart {
	border: 1px dashed #FF0000;
}*/

div#dvLeftPart {
	position: absolute;
	left: 0px; top: 0px;
	width: 198px;
}
div#dvRightPart {
	margin-left: 198px; /* same than dvLeftPart.width */
}



/* ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ */
/*                                     main menu                                     */
/* _________________________________________________________________________________ */

div#dvMenuWrapper {
	width: 158px;
	margin-left: 40px;
	margin-top: 20px;
}

div#dvMenu {
	width: 158px;
	background-image: url(images/menu/menu_body.png);
	background-repeat: repeat-y;
}

div#dvMenu a {
	text-decoration: none;
}
div#dvMenu a, div#dvMenu a:visited {
	color: #002E2E;
}

div#dvMenu p.cCurrent {
	color: #002E2E;
	font-weight: bold;
}

/* submenus */
div#dvMenu ul li {
	margin-top: 7px;
	/*border: 1px dashed #00FF00;*/
}
div#dvMenu ul li p {
	background-image: none;
}
div#dvMenu ul li p.cCurrent {
	background: URL(images/menu/menu_bullet.png) 0px 0.5em no-repeat;
}

div#dvMenu div.cMnuLCorner {
	float: left;
	width: 11px;
	height: 11px;
	
	font-size: 1px; /* for IE */
}

div.cMnuItem {
	padding-left: 14px; /* 14px for IE6 (11px theoretically)*/
	padding-top: 8px;
	padding-bottom: 8px;
	
	background-image: url(images/menu/menu_sep.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	/*border: 1px dashed #0000FF;*/
}

div#dvMnuFirstItem div.cMnuItem { /* for FF (see also common/main.ie.css) */
	padding-left: 14px;
	/*border: 1px dashed #FF0000;*/
}

div#dvMnuLastItem div.cMnuItem {
	padding-bottom: 0px;
}


div#dvMenu div.cMnuRCorner {
	float: right;
	width: 11px;
	height: 11px;
	
	font-size: 1px; /* for IE */
	/*border: 1px dashed #FF0000;*/
}

div#dvMnuFirstItem div.cMnuLCorner {
	background-image: url(images/menu/mnu_corner_tl.png);
	background-repeat: no-repeat;
}

div#dvMnuFirstItem div.cMnuRCorner {
	background-image: url(images/menu/mnu_corner_tr.png);
	background-repeat: no-repeat;
}

div#dvMnuLastItem div.cMnuLCorner {
	background-image: url(images/menu/mnu_corner_bl.png);
	background-repeat: no-repeat;
}

div#dvMnuLastItem div.cMnuRCorner {
	background-image: url(images/menu/mnu_corner_br.png);
	background-repeat: no-repeat;
}

/* _________________________________________________________________________________ */
/* ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ */


div.cSpacer {
	clear: both;
	background-color: #FFFFFF;
	height: 1px;
	
	font-size: 1px; /* IE6 */
	line-height: 1px; /* IE6 */
}


/* ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ */
/*                                   tabs section                                    */
/* _________________________________________________________________________________ */

div.tabHeader {
	width: 158px;
	height: 30px;
	
	background-image: url(images/tab_header.jpg); /* header gradient background */
	background-repeat: no-repeat;
	background-position: 0px;
}
div.tabContent {
	width: 158px;
	padding: 10px 0px;
	
	line-height: 2em;
	text-align: center;
	
	background-color: #E1EBE6; /* background color : light green */
	
	/*border: 1px dashed #FF0000;*/
}
div.cTab {
	padding-left: 40px;
	padding-top: 20px;

	width: 158px;
}

div#dvLeftPart div.cLastTab {
	padding-bottom: 20px;
}


div#dvHoraire {
	font-weight: bold;
}

div#dvContact table {
	margin: 0px auto; /* center it horizontally */
	font-size: 0.9em;
}
div#dvContact table td.cCol1 {
	text-align: right;
}
div#dvContact table td.cCol2 {
	text-align: left;
}


/* ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ */
/*                                   page content                                    */
/* _________________________________________________________________________________ */


div#dvPageHeader {
	position: relative;
	
	width: 100%;
	margin-bottom: 20px;
	
	/*border: 1px dashed #FF0000;*/
}

div#dvPageHeader img.cSep {
	display: block;
	clear: both;
	
	width: 75%;
	height: 1px;

	margin-top: 3px;
		
	font-size: 1px;
	line-height: 1px;
}

*.CLightPanel
{
	margin:0; padding:0;
	
	border: 1px solid #BAD8D1; /*#002E2E;*/
	/*border: 1px dashed blue;*/
	background-color: #CEE0D7;
}
*.CFloatLeft { float: left;  }
*.CFloatRight { float: right; }


div#dvContentMain {
	padding-left: 20px;
	/*padding-right: 44px;*/
	padding-top: 20px;
	
	margin-right: 44px;
}

div#dvContentMain div.cContentLCorner {
	float: left;
	width: 11px;
	height: 11px;
	
	font-size: 1px; /* for IE */
}

div#dvContentMain div.cContentRCorner {
	float: right;
	width: 11px;
	height: 11px;
	
	font-size: 1px; /* for IE */
	/*border: 1px dashed #FF0000;*/
}

div#dvContentHeader, div#dvContentMiddle, div#dvContentTrailer {  /* for FF (see also common/main.ie.css) */
	background-color: #E1EBE6; /* real color*/
}

div#dvContentHeader, div#dvContentTrailer {
	height: 11px;
	font-size: 1px; /* for IE */
	/*border: 1px dashed #00FFFF;*/
}

div#dvContent {
	margin: 0px 31px;
	padding: 20px 0px;
	
	/*border: 1px dashed #00FFFF;*/
}

div.dvPageText p
{
	margin-bottom: 12px;
}

span.exponent
{
	position: relative;
	font-size: 75%;
	top: -4px;
}

/* the 4 rounded corners */
div#dvContentHeader div.cContentLCorner {
	background-image: url(images/corner_tl.png);
	background-repeat: no-repeat;
}

div#dvContentHeader div.cContentRCorner {
	background-image: url(images/corner_tr.png);
	background-repeat: no-repeat;
}

div#dvContentTrailer div.cContentLCorner {
	background-image: url(images/corner_bl.png);
	background-repeat: no-repeat;
}

div#dvContentTrailer div.cContentRCorner {
	background-image: url(images/corner_br.png);
	background-repeat: no-repeat;
}

p#pAuthor {
	margin-left: 5px;
	margin-top: 5px;
	font-size: 10px;
	color:#CCCCCC;
}
p#pAuthor a, p#pAuthor a:visited {
	color:#CCCCCC;
}
p#pAuthor a:hover {
	color:#999999;
}