/****************************************/
/* AWIPEV.css                           */
/* Use with AWIPEV					    */
/*										*/
/* Thierry Lemaire						*/
/* Mars 2004							*/
/*										*/
/****************************************/




/*****************************************/
/* HTML tag styles                       */
/*****************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color: #94b6d2;
	background-image:       url("../Images/bg_grad_bluewhite.png");
	background-attachment: fixed;
	position: relative;
}


/************************************/

/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover{
	color: #336666;
}

/************************************/


/************************************/
/* Header tag styles                */
/************************************/

h1{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	color: #e6ede8;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

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

h5{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/************************************/

/************************************/
/* List Tags                        */
/************************************/

ul{
 list-style-type: square;
}

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

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


/************************************/

/************************************/
/* Form and related Tags            */
/************************************/  
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}
/************************************/


/* HTML tag styles                             */
/***********************************************/



/***********************************************/
/* Layout Divs                                 */

/************************************/
#pagecell1{
	top: 85px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #faffff;
	position: relative;
	visibility: visible;
	text-align: justify;
	color: #000000;
	height: auto;
	background-repeat: no-repeat;
	background-position: left;
	/*background-image: url(Images/site_under_construction.gif);*/
}

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

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

/************************************/

/************************************/
#masthead{
	position: absolute;
	top: 10px;
	left: 2%;
	right: 2%;
	width:95.6%;
	visibility: visible;
	height: 60px;
	background-color: #faffff;
	bottom: 0px;
	background-repeat: repeat-x;
}

/************************************/



/************************************/
#col2{
	padding: 0px 10px 0px 0px;
	border-left: 1px solid #ccd2d2;
	height: auto;
	z-index: auto;
}
/************************************/


/* End Layout Divs                             */
/***********************************************/



/***********************************************/
/*Component Divs                               */

/************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************************************/
#pageName{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	padding-right: 1%;
	height: 74px;
}

#pageName h2{
	font-family: Arial,sans-serif;
	font-size: 14pt;
	color: #0066CC;
	margin:0px;
	padding: 0px;
}

#pageName img{
	padding: 0px;
	margin: 0px;
	visibility: visible;
}

/*******************************************************/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font-family: Verdana,sans-serif;
	font-size: 8pt;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

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

/************************************/


/************************************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	color: #94b6d2;
}

.feature h3{
	font-family: Arial,sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #0066CC;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/************************************/



/************************************/
.story{
	clear: none;
	font-size: 80%;
	background-color: #94b6d2;
	z-index: auto;
	position: relative;
	left: 2%;
	padding-right: 2%;
	color: #FFFFFF;
	height: auto;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: right;
	right: 2%;
	padding-left: 2%;
	padding-top: 10px;
	width: 93%;
}

.story h3{
	font-family: Arial,sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #e6ede8;
}

.story p{
	padding: 0px 0px 10px 0px;
	position: absolute;
	left: 275px;
	top: 26px;
	width: 330px;
	height: 748px;

}

.story a.capsule{
	font-family: Arial,sans-serif;
	font-size: 12pt;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	font-weight: bold;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
/************************************/

/*********PHOTOS*************************/
.story_p{
	clear: none;
	font-size: 80%;
	background-color: #94b6d2;
	z-index: auto;
	position: relative;
	left: 2%;
	padding-right: 2%;
	color: #FFFFFF;
	height: 260px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: right;
	right: 2%;
	padding-left: 2%;
	padding-top: 10px;
	width: 93%;
}

.story_p h3{
	font-family: Arial,sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #e6ede8;
}

.story_p p{
	padding: 0px 0px 10px 0px;
	position: absolute;
	left: 275px;
	top: 26px;
	width: 330px;
	height: 748px;

}

.story_p a.capsule{
	font-family: Arial,sans-serif;
	font-size: 12pt;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	font-weight: bold;
}

.story_p a.capsule:hover{
	text-decoration: underline;
}


/************************************/

/*********Graphes*************************/
.story_g{
	clear: none;
	font-size: 80%;
	background-color: #94b6d2;
	z-index: auto;
	position: relative;
	left: 2%;
	padding-right: 2%;
	color: #FFFFFF;
	height: 400px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: right;
	right: 2%;
	padding-left: 2%;
	padding-top: 10px;
	width: 93%;
}

.story_g h3{
	font-family: Arial,sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #e6ede8;
}

.story_g p{
	padding: 0px 0px 10px 0px;
	position: absolute;
	left: 275px;
	top: 26px;
	width: 330px;
	height: 748px;

}

.story_g a.capsule{
	font-family: Arial,sans-serif;
	font-size: 12pt;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	font-weight: bold;
}

.story_g a.capsule:hover{
	text-decoration: underline;
}


/************************************/



/***********************************************/
/*End Component Divs                           */
/***********************************************/
.story2 {

	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	background-color: #94b6d2;
	z-index: 102;
	position: relative;
	width: 100%;
	left: 1%;
	padding-right: 1%;
	color: #FFFFFF;
	height: 164px;
	visibility: visible;
}
.story2 h3 {

	font-family: Arial,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #e6ede8;
}
#trt {

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

	position:absolute;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
	top: 0px;
}
#trb {
	position:absolute;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
	bottom: -1px;
}
#tlb {
	position:absolute;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
	bottom: -1px;
}
.Style13 {
	color: #336666;
}
.Style15 {
	font-size: 75%;
}
.Style14 {color: #94a9d2}
.Style4 {
	font-size: 110%;
	font-weight: bold;
	color: #e6ede8;
	position: relative;
}



/*******************************************************************************/	

#layer8 {
	position: absolute;
	width: 361px;
	z-index: 2;
	height: 60px;
	top: 0px;
	right: 0px;
}
#Layer6 {
	position: absolute;
	z-index: 130;
	height: 74px;
	width: auto;
	left: 10px;
}
CopyRight {
	position: absolute;
}


/*   div pour mise en page (SAUT DE PAGE) */
.sdp{
}



/********************************************************************************************************************************/
/* styles menu principal */
#wrap {
	border:1px;
	width:100%;
	border-top-style: solid;
	border-color: #FFFFFF;
    }
#menu {
	background:#ffffff;
	border-bottom:1px solid white;
	padding:4px 0;
	width:100%;
    }
#menu a {
	text-decoration:none;
	color:#334d55;
	font-size: 11px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-color: #EBEEEF;
	border-width: 1px;
    }
#menu a.hover {
    background:#DCE7F0;
    }
#menu span {
    display:none;
    }
#img {
	display: block;
	}


#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
/* *******************************************************************************************************************************/

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
	color:#334d55;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	border: none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	}	

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#B8CEE1;
	color:#334d55;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:5px;
	}
	
/***********************************************************************************************************************************/
