@charset "utf-8";

body {
	background-color: #DDDDDD;
	background-image: url('images/background.gif');
	color: #114477;
	font-size: 11px;
	font-family: Verdana;
	text-align: center;
	margin: 0 0 0 0;
}

h1 {
	font-size: 200%;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
}
h2 {
	font-size: 185%;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
}
h3 {
	font-size: 160%;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
}
h4 {
	font-size: 145%;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
}
h5 {
	font-size: 130%;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
}
h6 {
	font-size: 110%;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
}

span.s1 {
	font-size: 40%;	
}
span.s2 {
	font-size: 50%;	
}
span.s3 {
	font-size: 60%;	
}
span.s4 {
	font-size: 70%;	
}
span.s5 {
	font-size: 80%;	
}
span.s6 {
	font-size: 90%;	
}

.nowrap {
	white-space: nowrap;	
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;	
}

.center {
	text-align: center;
}

.underlined {
	text-decoration: underline;
}

.float_left {
	float: left;	
}

.indent_top1 {
	padding-top: 5px;
}
.indent_top2 {
	padding-top: 10px;
}
.indent_top3 {
	padding-top: 15px;
}
.indent_top4 {
	padding-top: 20px;
}
.indent_top5 {
	padding-top: 25px;
}

.indent_right1 {
	padding-right: 20px;
}
.indent_right2 {
	padding-right: 35px;
}
.indent_right3 {
	padding-right: 50px;
}
.indent_right4 {
	padding-right: 65px;
}
.indent_right5 {
	padding-right: 80px;
}

.indent_bottom1 {
	padding-bottom: 5px;
}
.indent_bottom2 {
	padding-bottom: 10px;
}
.indent_bottom3 {
	padding-bottom: 15px;
}
.indent_bottom4 {
	padding-bottom: 20px;
}
.indent_bottom5 {
	padding-bottom: 25px;
}

.indent_left1 {
	padding-left: 20px;
}
.indent_left2 {
	padding-left: 35px;
}
.indent_left3 {
	padding-left: 50px;
}
.indent_left4 {
	padding-left: 65px;
}
.indent_left5 {
	padding-left: 80px;
}

/*.shadow {
  	/* Besoin pour Gecko *//*
  	white-space: nowrap;
}

.shadow:before {
	display: block;
	margin: 0 0 -1.35em 0.08em;
	padding: 0;
	color: #AAAAAA; 
}

#shadow:before { 
  content:attr(title);
}*/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}


span.small {
	font-size: 85%;	
}

span.very_small {
	font-size: 65%;	
}

.clearLeft {
	clear:left;	
}

.smallLeftPadding {
	padding-left:20px;	
}

a:link {
	color: #3d8cce;
	font-size: 1.0em;
	text-decoration: none;
}

a:visited {
	color: #3d8cce;
	text-decoration: none;
}

a:active {
	color: #3d8cce;
}

a:hover {
	color: #7abc02;
	text-decoration: underline;
}

div {
	/*
	border-style:solid;
	border-width:1px;
	border-color:blue;
	margin : -1px;	
	*/
}

p {
	padding: 0 0 10px 0;
	margin: 0;
}

/* Classes */

.map {
	float: left;
	width : 100%;
	height: 100%;
	/* border: 1px dotted white; */	
}

.bold_underline {
	text-decoration: underline;
	font-weight: bold;	
}

.underline {
	text-decoration: underline;	
}

.no_underline {
	text-decoration:none;
}

img {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.background {
	border-width: 0;
	padding: 0;
	margin: 0;
}

/********************************* MOUSE CURSORS *********************************/

.cursorCrosshair{

	cursor:crosshair;
	
}

.cursorPointer{

	cursor:pointer;
	
}

.cursorMove{

	cursor:move;
	
}

.cursorEResize{

	cursor:e-resize;
	
}

.cursorNEResize{

	cursor:ne-resize;
	
}

.cursorNWResize{

	cursor:nw-resize;
	
}

.cursorNResize{

	cursor:n-resize;
	
}

.cursorSEResize{

	cursor:se-resize;
	
}

.cursorSWResize{

	cursor:sw-resize;
	
}

.cursorSResize{

	cursor:s-resize;
	
}

.cursorWResize{

	cursor:w-resize;
	
}

.cursorText{

	cursor:text;
	
}

.cursorWait{

	cursor:wait;
	
}

.cursorHelp{

	cursor:help;
	
}
/********************************************************************************/

/********************************* PUBLICATIONS *********************************/

div.publication {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-right: 2px solid #9AB6CC;
	border-bottom: 2px solid #9AB6CC;
	clear:left;
	min-height:25px;
}

div.pdf_desc {
	padding: 0 15px 5px 20px;
	min-height:100px;
	height:auto !important;
	height:100px;
}

div.pdf_admin {
	text-align:center;
	border-top: 1px solid #9AB6CC;
	font-weight:bold;
}

div.desc_arrow {
	background-image: url('images/arrow_right.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	width: 15px;
	height: 17px;
	float:left;
	padding: 0 5px 0 0;
}

div.pdf_descLeftLine {
	background-color: #9AB6CC;
	width:30px;
	height:100%;
	float:left;
}

div.pdf_image {
	float:right;
	padding:15px 15px 0 10px;
}

div.pdf_descWrap {
	padding: 10px 0 0 0;	
	border-left: 2px solid #9AB6CC;
}

div.pdf_name {
	float:left;
	width:503px;
	height:24px;
	background-color: #9AB6CC;
	padding: 4px 0 0 0;
	font-size:120%;
}

div.pdf_update {
	padding: 5px 50px 5px 15px;
	border-left: 2px solid #9AB6CC;
	border-bottom: 1px solid #9AB6CC;
	clear:left;	
	background-color: #DFEBF7;
	width:450px;
}

div.pdf_cornerTopLeft {
	width:15px;
	height:28px;
	float:left;
	background-image: url('images/round_corner.png');
	background-repeat: no-repeat;
}

div.pdf_plus {
	background-image: url("images/plus.png");
	background-repeat:no-repeat;
	width:25px;
	height:20px;
	float:left;
}

div.pdf_minus {
	background-image: url("images/minus.png");
	background-repeat: no-repeat;
	width:25px;
	height:20px;
	float:left;	
}

div.pdf_miniIcon {
	width:20px;
	height:20px;
	background-image: url("images/pdf_s.png");	
	background-repeat: no-repeat;
	float:right;
	padding: 0 20px 0 0;
}

a.pdf_zonePlus {
	float: left;
	width : 20px;
	height: 20px;
	/* margin-left: 22px; */
	/* margin-top: 25px; */
	position:relative;
	/* border: 1px dotted white; */
}

div#addPublication {
	border: 2px solid #9AB6CC;
}

/********************************* END PUBLICATIONS *********************************/

/****************************** TEMPLATE START ******************************/
div#container {
	background-color: #FFFFFF;
	border: groove 1px #888888;
	text-align: left;
	position: relative;
	bottom: 3px;
	right: 3px;
	width:802px;
	margin-bottom:5px;
}

div.container_shadow1 {
	width:802px;
	background: url("images/shadow_y.gif") repeat-y right;
	height:auto;	
	margin: 8px auto 0 auto;
	text-align: left;
	
}

div.container_shadow2 {
	width:802px;
	background: url("images/shadow_x.gif") repeat-x bottom;
	height:auto;	
	margin: 0px auto 0 auto;
	text-align: left;
}

div#header_fr {
	background-image: url('images/header_fr.jpg');
	background-repeat: no-repeat;
	width: 634px;
	height: 68px;
	float: left;
}

div#header_en {
	background-image: url('images/header_en.jpg');
	background-repeat: no-repeat;
	width: 634px;
	height: 68px;
	float: left;
}

div#header_image {
	background-image: url('images/header_image.jpg');
	background-repeat: no-repeat;
	width: 168px;
	height: 189px;
	float: right;
}

div#language {
	background-image: url('images/language.jpg');
	background-repeat: no-repeat;
	font-size: 90%;
	width: 179px;
	height: 43px;
	float: left;
	padding: 78px 50px 0 0;
	text-align: center;
}
div#language a {
	color: #A0B0C0;
	text-decoration: none;
}

div#language a:hover {
	color: #999999;
	text-decoration: underline;
}

div#header_filler {
	background-image: url('images/header_filler.jpg');
	background-repeat: no-repeat;
	width: 405px;
	height: 121px;
	float: left;
}

div#menu {
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
	font-size: 110%;
	width: 224px;
	height: 441px;
	padding: 10px 5px 0 0;
	float: left;
}
div#menu a {
	color: #446699;
	text-decoration: none;
}
div#menu a:hover {
	color: #DD8866;
	text-decoration: none;
}

div#page_title_shadow {
	background-image: url('images/page_title.jpg');
	background-repeat: no-repeat;
	font-size: 180%;
	font-weight: bold;
	/*color: #BBBBCC;*/
	width: 536px;
	height: 38px;
	padding: 10px 0 0 35px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}
div#page_title {
	background-image: url('images/page_title.jpg');
	background-repeat: no-repeat;
	color: #105990;
	width: 536px;
	height: 38px;
	padding: 10px 0 0 35px;
	float:left;
	font-size: 180%;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

div#frame {
	background-image: url('images/menu_right.jpg');
	background-repeat: no-repeat;
	width: 571px;
	height: auto !important;
	height:400px;
	min-width : 571px;
	min-height: 400px;
	float: left;
	text-align: justify;
}

div#header_image_bottom {
	background-image: url('images/header_image_bottom.jpg');
	background-repeat: no-repeat;
	background-position: right;
	width: 571px;
	height: 21px;
}

div#content {
	color: #105990;
	width: 520px;
	height: auto;
	padding: 0 25px 0 26px;
	text-align : justify;
}
	
div#admin {
	text-align:center;
	width: 650px;
	padding: 0 0 0 65px;
	margin: 0 auto 0 auto;
	float: left;
}

div#footer {
	font-size: 90%;
	text-align: center;
	padding: 10px 0 0 0;
	clear: both;
}

div#copyright {
	color: #999999;
	font-size: 80%;
	padding: 12px 0 8px 0;
	text-align:center;
	clear: both;
}

div#bottom {
	width: 800px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0 auto 0 auto;
}
div.w3c_xhtml {
	background-image: url('images/w3c_xhtml.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 400px;
	float: left;
}
div.w3c_css {
	background-image: url('images/w3c_css.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 400px;
	float: right;
}
/****************************** FIN TEMPLATE ******************************/

/****************************** BOXES START ******************************/
div.box_admin {
	border: 2px ridge #7799BB;
	width: 650px;
	padding: 10px 10px 10px 10px;
	margin: 0 auto 10px auto;
}

div.box_none {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}

div.box_style1 {
	border: 2px dotted #7799BB;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}
div.box_style2 {
	border: 3px groove #7799BB;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}
div.box_style3 {
	border: 2px ridge #7799BB;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}

td.news_title_line {
	background-image: url('images/news_title_line.gif');
	width: 100%;
}
td.news_title {
	white-space: nowrap;
}

.indent_right1 {
	padding-right: 5px;
}
/****************************** BOXES END ******************************/

/****************************** DÉBUT MENU GLOBAL ******************************/
ul.menu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

li.mainMenu {
	font-weight: bold;
	list-style: none;
	padding: 10px 0 10px 30px;
	/*text-transform: uppercase;*/
}

li.subMenu {
	font-size: 90%;
	list-style: none;
	padding: 2px 0 2px 38px;
	text-transform: none;
}

li.selectedMainMenu {
	font-weight: bold;
	list-style: none;
	background: url('images/selected_bullet.jpg') 10px 11px no-repeat;
	color: #DD8866;
	padding: 10px 0 3px 30px;
	cursor:default;
	/*text-transform: uppercase;*/
}

li.selectedSubMenu {
	font-size: 90%;
	list-style: none;
	background: url('images/selected_bullet.jpg') 18px 3px no-repeat;
	color: #DD8866;
	padding: 2px 0 2px 38px;
	cursor:default;
}

li.selectedParent {
	font-weight: bold;
	list-style: none;
	background: url('images/parent_bullet.jpg') 10px 11px no-repeat;
	padding: 10px 0 3px 30px;
	/*text-transform: uppercase;*/
}
/****************************** FIN MENU GLOBAL ******************************/
