body {
	color: #000000;
	background: #cabdc7;
}
a {
	color:#000000;
}
a:hover,  {
	color:#CC0099;
}


/* Bloc central contenant #navigation et #contenu */
#centre {
	
}

/* Navigation */
#navigation {
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
}

/* Contenu principal */
#contenu {
	color: #000000;
}
#contenu a {
	color: #000000;
}
#contenu a:hover, #contenu a:focus {
	color: #CC0099;
}
#contenu strong {
	color: #990000;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 10px 5px;
}
#global {
	width: 1000px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
	background-image:url(/images/fond-main.jpg);
    background-repeat:no-repeat;
		
}
#global2 {
	width: 937px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
	background-image:url(/images/fond-main2.gif);
	background-repeat:no-repeat;
		
}

/* En-tête */
#entete {
	padding: 20px 20px 20px 0;
	text-align:left;
}
#entete h1 {
	margin-left: 220px;
	margin-top:-30px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial,Helvetica,“Nimbus Sans L”,sans-serif;
	
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

#info{
	width:210px;
	margin-top:-180px;
	margin-bottom:-100px;
	height:180px;
	background-image:url(/images/fond-info.gif);
	background-repeat:no-repeat;
	border:0;
	text-align:left;
	float:right;
	position:inherit;
	padding-top:20px;
	padding-left:75px;
	color:#CC0099;
	left: 800px;
	
}

#info2{
	width:210px;
	margin-top:-180px;
	margin-bottom:-100px;
	height:180px;
	background-image:url(/images/fond-info2.gif);
	background-repeat:no-repeat;
	border:0;
	text-align:left;
	float:right;
	position:inherit;
	padding-top:20px;
	padding-left:75px;
	color:#CC0099;
	left: 800px;
	
}

.text-info{
font-size:11px;
margin-top:-5px;
width:150px;
height:150px;}
.separation{
width:1000px;
margin-top:10px;
height:2px;
background-color:#CC0099;}

.text-info2{
font-size:11px;
margin-top:-5px;
width:130px;
height:150px;}
.separation{
width:1000px;
margin-top:10px;
height:2px;
background-color:#CC0099;}

.text-info3{
font-size:11px;
margin-top:-5px;
width:225px;
height:150px;}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; /* -> 5 */
	height:auto;
	overflow: hidden; /* -> 5 */
}
#centre2 {
	width: 100%; /* -> 5 */
	height:auto;
	overflow: hidden; /* -> 5 */
}

#centre2 h1 {
font-size:30px;
}

/* Menu de navigation */
#navigation {
	width: 180px;
	margin-left:15px;
	margin-top:35px;
	float: left; /* -> 6 */
}

#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	font-size: .9em;
	text-decoration: none;
}

#menu {
width:150px;
height:auto;
position:relative
z-index:auto;
}

*html #menu {
position: absolute;
left: 40px;
}

#menu2 {
width:150px;
height:auto;
position:relative;
float:right;
z-index:auto;

}

.tag{
margin-top:120px;}

/* fond blanc pour le menu */ 
div#menu a {color:#ffffff;
font-size:11px;
font-family:verdana;
text-align:left;}


/* fond different au survol de la souris pour les sous menu et les "basiques"*/ 

.bouton {
	width:100px;
	height: 25px;
	background-image:url(/images/back-menu.gif);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 25px;
}

/* Contenu */
#contenu {
	margin-left: 200px; /* -> 8 */
	padding: 10px 20px;
	font:verdana;
	font-size:11px;
	min-height:550px;
}

#contenu2 {
	margin-left: 200px; /* -> 8 */
	padding: 10px 20px;
	font:verdana;
	font-size:11px;
}



#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

#slide{
float:right;
margin-top:19px;
width:490px;
padding-left:20px;
height:350px;}


/* Pied de page */
#pied {
background-image:url(/images/fond.gif);
background-repeat:no-repeat;
width:1000px;
height:350px;

	margin: 0;
	text-align:left;
	
	color:#CC0099;
	padding: 15px 20px 10px 15px;
	font-size: .85em;
}

#pied a {
color:#990000;}

#pied a:hover {
color:#993399;}


#pied2{
background-image:url(/images/fond-foot2.gif);
background-repeat:no-repeat;
width:937px;
height:300px;
margin: 0;
text-align:left;
	
color:#CC0099;
padding: 10px 10px 10px 10px;
font-size: 0.85em;
}

/* Mention de copyright */
#copyright {

	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

.text-footer{
padding-top:20px;
width:215px;
*html width:190px;
float:left;
padding-left:10px;
font-size:10px;}
