* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#global {
	position:absolute;
	float: left;
	left: 50%; /* largeur souhaitée*/
	margin-left: -375px;
	top: 0px;
	height: auto; /* s'adapte au contenu de la div*/
	width: 750px;
}

body {
	background-color: #CCCCCC;
	font-size: 0.75em;
	background-image: url(../images/fraygr.jpg);
	background-repeat: repeat;
	font-family: Tahoma, "Palatino Linotype";
}
a {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
}
 h3 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", sans-serif;
	font-size: 1.2em;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
ul {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 1em;
}
li {
	list-style-position: inside;
	list-style-image: url(../images/puce.gif);
}

/*en tete*/

#entete {
	width:750px;
	height:233px;
	z-index:10;
	background-color: #FFFFFF;
}
#monde {
	width:173px;
	height:233px;
	z-index:11;
	position: absolute;
	left: 0px;
	top: 0px;
}
#titre {
	background-image: url(../images/titre.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 577px;
	float: right;
	margin-top: 20px;
}
.titre_h1{
	background-image: url(../images/titre.gif); /* image */
	background-repeat: no-repeat;
	width: 577px; /* largeur de l'image de background */
	height: 0px;
	overflow: hidden;
	height: 0;
	text-align: center;
	float: left;
	font-size: xx-small; /* le texte apparait dans l'éditeur mais pas dans le navigateur */
	padding-top: 66px; /* haiteur de l'image de background */
	margin-right: auto;
	margin-left: auto;
} 
#titre span {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}
#sous_titre {
	width: 567px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding-left: 10px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	font-style: italic;
	float: right;
	margin-top: 50px;
}
#sous_titre h2 {
	font-size: 16px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*menu*/

div#menu {
	font-family: Tahoma, "Palatino Linotype";
	font-size: 1.2em;
	padding-left: 10px;
	color: #000099;
	letter-spacing: 0.1em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
div#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#menu li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}

div#menu li a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.actif {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #FF0000;
}
a {

	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}


/*texte*/
.bloc_texte {

	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	height: auto;
	padding-bottom: 20px;
}
.quote {
	text-align: justify;
	font-style: italic;
	color: #000099;
}

.texte {
	text-align: justify;
	margin-top: 10px;
}
.price {
	padding-top: 1em;
	width: 220px;
	position: relative;
}
.price span {
	right: 0px;
	position: absolute;
}
.liens {
	float: left;
	font-weight: bold;
	color: #000099;
	margin-left: 40px;
}
/****************/
.souligne_bleu {
	display: inline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.souligne_gris {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: inline;
}

.souligne_gris_long {

	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/* float*/
.float_gauche {
	float: left;
}
.float_droite {
	float: right;
}
.clear_float {
	clear: both;
}
.gras {
	font-weight: bold;
}
.en_ligne {

}



/*image*/
.image_gauche {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
}
.image_droite {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.marge_gauche {
	padding-left: 35%;
}

/*bas*/

div#bas_index {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	height: 350px;
	padding-top: 20px;
}
div#bloc_liens {
	width: 40%;
	height: auto;
}
div#liens li a:hover {
	text-decoration: none;
	font-weight: bold;
}
div#contact {
	width: 40%;
	height: 200px;
	background-position: 0px bottom;
	background-image: url(../images/bureau_contact.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
/*-*/
.w3c {
	padding-top: 20px;
	float: left;
}
.copyright {
	margin-top: 2em;
	float: right;
}
