/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Trebuchet MS",Arial,sans-serif;
	color: #801800;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF ;
}

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

a:link, a:visited{
	color: #C00000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% "Trebuchet MS",Arial,sans-serif;
 color: #801800;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% "Trebuchet MS",Arial,sans-serif;
 color: #801800;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% "Trebuchet MS",Arial,sans-serif;
 color: #801800;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% "Trebuchet MS",Arial,sans-serif;
 color: #801800;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% "Trebuchet MS",Arial,sans-serif;
 color: #801800;
 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;
	width:99%;
}

label{
 font: bold 1em "Trebuchet MS",Arial,sans-serif;
 color: #801800;
}
				
input{
font-family: "Trebuchet MS",Arial,sans-serif;
}

textarea {
width:99%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#splash {
	position:absolute;
	top: 0px;
	left: 0%;
	color:white;
	right: 0%;
	background-color: #3D98D3;
	padding: 80px 0px 300px 0px;
}
#splash a:link, #splash a:visited {
font-weight:bold;
color:white;
text-decoration:none;
}

#pagelayout{
/* Pour firefox z-index:0; pour IE z-index:-1 (corrigé dans IE7 ?)*/
z-index:00;
	float:left;
	position:relative;
	top: 163px;
	width:980px;
}

#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;
	/*background-color: #EDCB87;*/
	top: 0px;
	left: 0px;
	right: 0px;
	width:100%;
}


#pageNav{
	float: left;
	width:157px;
	padding: 0px 18px 0px 22px;
	background-color: #EDCB87;
	font: small "Trebuchet MS",Verdana,sans-serif;
}
#rightNav{
	float: right;
width:190px;
border-left: 0px solid #000000;
border-right: 0px solid #000000;
border-bottom: 0px solid #000000;
background-color:#FDDB97;
margin-left:0;
	padding: 10px 0px 10px 0px;
	font: small "Trebuchet MS",Verdana,sans-serif;
}

#content{
z-index:100;
	padding: 0px 188px 0px 65px;

	margin-left:110px;
	border-left: 1px solid #ccd2d2;
}

#contentaccueil{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 197px;
	border-left: 1px solid #ccd2d2;
}
#contentHead{
	text-align:right;
	margin-top:0px;
	margin-right:0px;
	float: right;
}


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

/************** utility styles *****************/

#utility{
	font: 75% "Trebuchet MS",Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	margin-right: 20px;
	color: #919999;
}

#utility a{
	color: #801800;
}

#utility a:hover{
	text-decoration: underline;
}

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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% "Trebuchet MS",Arial,sans-serif;
	color: #801800;
	margin:0px;
	padding: 0px;
}

#banner img {
	position: relative;
	left:18px;
	}
#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 3px;
	margin: 5px;
}

#pageArticle{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	z-index:2;
}

#pageArticle h2{
	font: bold 175% "Trebuchet MS",Arial,sans-serif;
	color: #801800;
	margin:0px;
	padding: 0px;
}

#pageArticle img{
	padding: 3px;
	margin: 5px;
	border: 0;
}
/************* globalNav styles ****************/

#globalNav{
z-index:100;
width: 100%;
min-width: 640px;
color: #cccccc;
padding: 0px;
margin: 0px;
}

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

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

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

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	/*z-index: 100;*/
}


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

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



/************ subglobalNav styles **************/

.subglobalNav {
	font-size: 80%;
	color: #801800;
}

.subglobalNav a:link, .subglobalNav a:visited {
	color: #801800;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** formulaires *****************/

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

#search texte{
	font-size: 10px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

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


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

#breadCrumb{
	padding: 0px 0px 5px 0px;
	font: small "Trebuchet MS",Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

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


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

.feature{
z-index:100;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #801800;
	padding: 5px 0px 5px 0px;
}

.feature img{
	position:relative;
	float: right;
	top:10px;
	padding: 10px 10px 10px 10px;
}

#content .spip_documents_left img{
       	margin-top:-2px;
	margin-left:-8px;
	padding: 0px 0px 0px 0px;
}

#content .spip_documents_right img{
	margin-top:3px;
	margin-left:5px;
	padding: 0px 0px 0px 0px;
}


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

.story_item {
/*	min-height: 280px; */
}

.story {
	padding: 5px 15px 0px 30px;
	font-size: 80%;
	/*min-height: 200px;*/
	text-align:justify;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #801800;
}

.story p {
	padding: 0px 0px 2px 0px;
}

.story a.capsule{
	font: bold 1em "Trebuchet MS",Arial,sans-serif;
	margin-left:-40px;
	font-size:140%;
	color: #005FA9;
	display:block;
}

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

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


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #555555;
	padding: 10px 10px 10px 10px;
}

#siteInfo p {
	margin:0px 0px 0px 218px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


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

#sectionLinks{
	margin: 0px;
	padding: 10px 0px 2px 0px;

}

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

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

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

#sectionLinks img{}

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

.onzenet_plug{
	font-size: 82%;
	text-align:justify;
}


.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

.relatedLinks h5{
	font-size:10px;
}

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

#advert{
	padding-top: 0px;
	margin-top: -7px;
	margin-left: -28px;
}

#advert img{
	display: block;
	width: 160;
}

/********************* end **********************/








