body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #cccccc url(../imgs/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/
/*a:link, a:visited{*/
a{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/
h1{
 font: bold 120% Verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Verdana,Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana,Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana,Arial,sans-serif;
 color: #334d55;
}

input{
font-family: Verdana,Arial,sans-serif;
}

/********* Layout Divs  *********/
#pagecell1{
	position:absolute;
	width: 950px;
	left: 50%;
	top: 148px;
	background-color: #ffffff;
	margin-left: -475px;
	padding: 0;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position:absolute;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	top: 0px;
}

#masthead1{
	position: absolute;
	top: 0px;
	left: 12%;
	right: 12%;
	width:75.6%;
}

#pageNav{
	float: right;
	width:200px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 12px Verdana,Arial,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 200px 0px 0px;
	border-right: 1px solid #ccd2d2;
}

#contentphoto{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	border-right: 1px solid #ccd2d2;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #ffffff;
	font-weight: normal;
}


/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}
#pageName h2{
	font: bold 22px Verdana,Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
#pageName h2 span{
 font: 10px Verdana,Arial,sans-serif;
 color: #000000;
 margin: 0;
 padding: 0;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
#pageName span{
	margin-left: 150px;
}
/*#pageName span a:link, a:visited{*/
#pageName span a{
	color: red;
	text-decoration: none;
}
#pageName span a:hover{
	text-decoration: underline;
}

#pageNews{
	padding-left: 200px;
}
/*#pageNews a:link, a:visited{*/
#pageNews a{
	color: red;
	text-decoration: none;
}
#pageNews a:hover{
	text-decoration: underline;
}
/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../imgs/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;

}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 22px;
	padding: 4px 0;
	margin: 0px;
	right: 180px;
	z-index: 100;
}


/*a.glink, a.glink:visited{*/
a.glink{
  	font-size: 10px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../imgs/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 10px;
  margin: 0px  0px 0px 10px;
 }

/*#search a:link, #search a:visited {*/
#search a {
	font-size: 10px;
	font-weight: bold;

}

#search a:hover{
	margin: 0px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: 11px Verdana,Arial,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
	text-decoration: none;
}

#breadCrumb a:hover{
	color: #AAAAAA;
	text-decoration: underline;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	min-height: 200px;
	height: 200px;
}

html>body .feature {
	height: auto;
}

.feature h3{
	font: bold 125% Verdana,Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature input{
	font: 10px Verdana,Arial,sans-serif;
  margin: 0px  0px 0px 0px;
	background-color: #E6EAEB;
border: solid 1px #828282;
 }

.feature select{
	font: 10px Verdana,Arial,sans-serif;
	margin: 0px  0px 0px 0px;
	background-color: #E6EAEB;
border: solid 1px #828282;
	 }

.feature textarea{
	font: 10px Verdana,Arial,sans-serif;
	margin: 0px  0px 0px 0px;
	background-color: #E6EAEB;
border: solid 1px #828282;
	 }

/*************** story styles ******************/

.contact{
	padding: 10px 0px 10px 20px;
	font-size: 12px;
   display: none;
}

.contact input{
	font: 10px Verdana,Arial,sans-serif;
  margin: 0px  0px 0px 0px;
	background-color: #E6EAEB;
border: solid 1px #828282;
 }

.contact textarea{
	font: 10px Verdana,Arial,sans-serif;
	margin: 0px  0px 0px 0px;
	background-color: #E6EAEB;
border: solid 1px #828282;
	 }

.story {
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	text-align: justify;
}

.story h3{
	font: bold 16px Verdana,Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 0px 10px;
}

.story h5{
 font: 12px Verdana,Arial,sans-serif;
 color: #005FA9;
 margin: 0px;
 padding: 0px;
}

.story p {
	text-align: justify;
}

/*.story  a:link, .tabannonce  a:visited, .tabannonce  a:active{*/
.story  a{
	color: #333333;
	text-decoration: underline;
}

.story a:hover{
	color: #005FA9;
	text-decoration: underline;
}

.tableau{
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccd2d2;
}

.entete{
	font: bold 1em Verdana,Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	padding-top: 5px;
}


/************** siteLinkstyles ****************/

#siteLink{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #cccccc;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
}
#siteLink  a{color: #AAAAAA;}
#siteLink  a:hover{color: #005FA9;text-decoration: underline;}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #cccccc;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
}
/*#siteInfo a:link, a:visited{*/
#siteInfo a{
	color: #005FA9;
	text-decoration: none;
}
#siteInfo a:hover{
	text-decoration: underline;
}
#siteInfo img{
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}
#siteInfo .w3css{
	display:inline;
	float:right;
}

/************ sectionLinks styles **************/

#sectionLinks{
	font: 11px Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
}

/*#sectionLinks a:link, #sectionLinks a:visited {*/
#sectionLinks a {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../imgs/bg_nav.jpg);
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	font: 11px Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 0px 0px 5px 0px;
}

.relatedLinks a{
	display: block;
}

.relatedLinks input{
	font: 11px Verdana,Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #E6EAEB;
 }

.relatedLinks select{
	font: 11px Verdana,Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #E6EAEB;
	 }

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.tour {
	FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: Verdana,Arial,sans-serif
}

.boxtitle {
	FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Verdana,Arial,sans-serif;
background-image: url(../imgs/glbnav_background.gif);
}

.tabannonce{
	padding: 10px 10px 0px 10px;
	font: 11px Verdana,Arial,sans-serif;
	color: #000000;
}

.tabannonce h3{
	font: bold 125% Verdana,Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.tabannonce h4{
	padding: 10px 0px 0px 0px;
	font: bold 14px Verdana,Arial,sans-serif;
	color: #005FA9;
}

/*.tabannonce  a:link, .tabannonce  a:visited, .tabannonce  a:active{*/
.tabannonce  a{
	color: #005FA9;
}

.tabannonce a:hover{
	color: #005FA9;
	text-decoration: underline;
}
.net-button a{
	width:150px;
	height:25px;
	margin:10px 0;
	display:block;
	background: transparent url(../imgs/site-internet.png) no-repeat;/* IMAGE: close */
}
.net-button a:hover{
	background: transparent url(../imgs/site-internet-on.png) no-repeat;/* IMAGE: close */
}
.mail-button a{
	width:150px;
	height:25px;
	margin:10px 0;
	display:block;
	background: transparent url(../imgs/contact-mail.png) no-repeat;/* IMAGE: close */
}
.mail-button a:hover{
	background: transparent url(../imgs/contact-mail-on.png) no-repeat;/* IMAGE: close */
}

a.button {
background: transparent url('../imgs/button_r.png') no-repeat scroll top right; 
display: block;
float: left;
height: 21px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-top: 10px;
margin-right: 6px;
padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
text-decoration: none;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
a.button:hover {
background: transparent url('../imgs/button_r-on.png') no-repeat scroll top right; 
}
a.button span {
background: transparent url('../imgs/button_l.png') no-repeat; 
display: block;
line-height: 16px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 3px 0 3px 18px;
} 
a.button:hover span{
text-decoration:underline;
background: transparent url('../imgs/button_l-on.png') no-repeat; 
}

/* MILKBOX */
#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}
#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}
.mbLoading{ background: #fff url(loading.gif) no-repeat center; }/* IMAGE: loading gif */
#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }
.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }
/* *** BOTTOM *** */
#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:20px;
	background: transparent url(close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}
/* MILKBOX */

