/***********************************************/
/* définition fond + espace écrit 
/***********************************************/

body{
	font-family: Arial, Helvetica ,sans-serif;
	color: #333333;
	line-height: 1;	
    background: #cccccc url("../img/background_soda.png") fixed;/*background_soda.jpg") fixed;*/
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

/***********************************************/
/* menu horizontal haut
/***********************************************/
#globalNav{
	font: small Verdana,sans-serif;
    padding:0px 0px 0px 3px;/*0px 0px 0px 5px;*/
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 22px;
	top: -2px;
}

#globalNav a{
	margin-top: 4px;
	float:left;
}

a.glink, a.glink:visited{
	color: #21536A;/*couleur de la police*/
	font-weight: bold;
	padding: 0px 6px 2px 8px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("../img/glblnav_selected.gif");
	text-decoration: none;
}



/***********************************************/
/* menu vertical gauche
/***********************************************/
#pageNav{
	float: left;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	width: 178px;
}

#sectionLinks{
	margin: 0px;
	padding: 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 #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color:#e9eaec;
	/*background-image: url("../img/bg_nav.jpg"); j'y mets sa couleur html a la place, au dessus*/
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: #21536A;/*color de l'écriture*/
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;/*utilité?*/
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/***********************************************/
/* content: espace à remplir
/***********************************************/

/*#content{ pour le js. Je passe aux classes, qui est suffisant pour le css*/
.content{
	margin: 0px 15px 0px 190px;/*0px 0px 0px 178px;*/
	/*border-left: 1px solid #ccd2d2;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;/*equivaut à 	font-size: 2;*/
	line-height:1.3em;
}

p {
	text-indent:0.5cm;	
}

p a {
	color:#0000FF;
	font-style:italic;
	col
}




h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;/*equivaut à 160%*/
	color: #5D3C04;/*marron*/
	font-weight: bold;
	line-height:1.2em;
	text-indent:10px;
	
}

h2 {
	background-color: #CCCCCC;
	height:19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px; 
	font-weight: bold;
	font-style:italic;
	text-indent:2px;
}




/***********************************************/
/* Boites bords ronds                          */
/***********************************************/

.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}/*comprend pas a quoi sert hidden*/
/*.xb2, .xb3, .xb4 {/*background:#fff; *//*border-left:1px solid #FFF; border-right:1px solid #FFF;}*/
.xb2, .xb3, .xb4 { border-left:1px solid #737373; border-right:1px solid #737373;}/**/
.xb1 {margin:0 5px; height:1px; background:#737373;}/*background:#FFF;la ligne du haut est mise en blanc */
.xb2 {margin:0 3px; height:1px; border-width:0 2px;}
.xb3 {margin:0 2px; height:1px;}
.xb4 {margin:0 1px; height:2px;}/*je vois pas a quoi sert height ici*/
.color_back {background:#FFF; }
.color_topMenu {background:#e9eaec; }

.xboxcontent {/*display:block;/*sert a quoi?*/ border:0 solid #737373; border-width:0 1px; height:auto;}/*couleur, et border-width 
des bords verticaux*/
/*Grand rectangle blanc du fond je le laisse blanc ici, mais pas common car transparent sur la page d'accueil*/




/*************** search styles *****************/

#search{
	position: relative;/*absolute;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #FB0;	
	height: 30px;
	vertical-align:middle;
	top: 5px;/*120px;*/
	visibility: visible;
}
#search input{
    font-size: 85%;
    margin: 0px  0px 0px 10px;
}
 
#search a:hover{ margin: 0px;}



/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	text-align: justify;
}


