/*-------------------------------------------
feuille de style addjust
Enguerrand-leclerc - stockho baobaz

---------------------------

style graphique generaux

placement des elements, taille, padding, margin et bordure : 

taille de la page : 765px
ombre a droite : 3px
taille contenu : 760 + 1px bordure droite + 1px bordure gauche
-------------------------------------------*/

/* barre de navigation du haut */
@import "navigation.css";


/*styles generaux */
body {

text-align:center; /*pour centrer dans ie */
margin:0;
padding:0;

font-family: Tahoma, sans-serif;
font-size: 11px;
color:#333;

background-color: #FFF;
background-image: url(images/gradient.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
background-position: bottom left;
}
ul, ol, dl {
/*z-index:5;
position: relative;*/ 
 }
              
p {

padding:0;
margin:0;
}

a img {border:0; }

form {
margin:0;
padding:0;
margin-top:10px;
margin-bottom:10px;

}

.chps {
width:100px;
}

/* style lien */
a {
	COLOR: #0066FF; TEXT-DECORATION: none}
a:active {
	COLOR: #ff0000; TEXT-DECORATION: none}
a:hover {
	COLOR: #ff0000
}
a:link {
	COLOR: #0000FF; TEXT-DECORATION: none}


/* formulaire */

input {
font-size:11px;
color:#333;

}

/* contenuer principal */

#page {
margin:auto;
text-align:left;
width:765px;
position:relative;
z-index:2;


}

#accueil {
	position: absolute;
	right:0;
	top:0px;
	z-index:3;
	left: 702px;
	height: 11px;
	visibility: visible;
	width: 70px;
	background-image: url(images/LienAccueil.jpg);
}

#titre {
position: absolute;
z-index:4;
right:10px;
top:20px;
}

/* haut de page */



#ombre-haut{
background-image: url(../images/OmbreHaut.jpg);
background-repeat: repeat-x;
background-color: #ccc;
}
#haut {
z-index:2;
position: relative;
height: 79px;
margin-right:3px;
width:762px;

background-image:  url("../images/haut.jpg");
background-repeat: no-repeat;
}

/* centre */

#ombre-centre{

background-color:#ccc;
background-image: url(../images/GradientOmbre.jpg);
background-position: bottom;
background-repeat: repeat-x;

}

#centre {
margin-right:3px;
border-left:1px solid #333;
border-right:1px solid #333;
border-bottom:1px solid #333;
height:100%;
background-color: #9CA5AE;
}
* html #centre {

height:100%;
}

.textebleu {
padding-left:20px;
background-image: url(../images/PlusBleu.jpg);
background-position: 15px 15px;
background-repeat: no-repeat;
color:#0E76BC;
padding-bottom:10px;
padding-top:10px;
}

.right {

text-align:right;

}
.clear {
clear:both;
height:30px;
overflow:hidden;

}

.left {
float:left;
display:inline;

}

.textecontenu {
padding-top:30px;
text-align: justify;
}

.textecontenu p{
padding-bottom:15px;

}

/*---------------*/


/*---------------*/
#ombre-bas {

height:3px;
margin-left:3px;
overflow:hidden;

background-color:#9CA5AE;
}

/* ajout jfd 01/04/2005 */
.textecontenuadd {
padding-top:0px;
text-align: justify;
}

.textecontenuadd p{
padding-bottom:0px;

}

.Style17 {
	font-family: "Humanst521 BT";
	font-size: 20px;
	color: #4A4A4A;
}
.Style18 {
	font-family: "Humanst521 BT";
	font-size: 20px;
	color: #FFFFFF;
}
.Humans20GrisFonce{
	font-family: "Humanst521 BT";
	font-size: 18px;
	color: #4A4A4A;
}
.Humans24Bleu {
	font-family: "Humanst521 BT";
	font-size: 24px;
	color: #0066FF;
}
.Humans20Bleu {
	font-family: "Humanst521 BT";
	font-size: 20px;
	color: #0066FF;
}

.Font18 {font-size: 18px}
/* fin ajout */
