
*{margin:0; padding:0;}

body{
background-image: url(images/fond1.jpg);
background-position:center center;
background-repeat:no-repeat;
}

#global{
	background-image:url(images/fond_page_entreprise.jpg);
	background-repeat:no-repeat;
	margin-right:auto;
	margin-left:auto;
	width:900px;
	height:1300px;
	overflow:hidden;

}


#menu, #menu ul /* Liste */     
{
	padding : 0; /* pas de marge intérieure */
    margin : 0; /* ni extérieure */
    list-style : none; /* on supprime le style par défaut de la liste */
    line-height : 35px; /* on définit une hauteur pour chaque élément */
    text-align : left; /* on centre le texte qui se trouve dans la liste */
	padding-top:0px;

}

#menu /* Ensemble du menu */
{
	width:162px;  /*largeur du menu*/      
	font-weight : bold; /* on met le texte en gras */
    font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
    font-size : 11px; /* hauteur du texte : 12 pixels */
	margin-left:0px;
	margin-top:94px;
	margin-right:0;
	padding-left:3px;
	height:1000px;
	float:left;


}

#menu a /* Contenu des listes du menu */
{
	position:relative;
	display:block; /* on change le type d'élément, les liens deviennent des   */
    padding: 0px; /* aucune marge intérieure */
    background : transparent; /* couleur de fond */        
    color : #FFFFFF; /* couleur du texte */
    text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
    width : 166px; /* largeur  des contenus*/
	font-family:Arial;
	font-size:12px;
	margin-left:0px;
	margin-right:0;
	height:36px;
}

img{
border:none;
}

#menu li ul a /*contenu des liens du sous menu*/
{
	position:relative;
	display:block;	
	padding-bottom:8px;
	background : #A06416; /* couleur de fond */        
    color : #000000; /* couleur du texte */
    text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
    width : 170px; /* largeur */
	font-size:11px;
	text-align:center;
	margin-left:0px;
	height:26px;
	border-right:1px solid white;
	margin-top:0px;
}

#menu li ul/* Sous menus */
{ 
	position:absolute;
	display:block;
	margin-left:163px;
	margin-top:-34px;
	width:721px; /* Largeur des sous menus */
    left: -999em; /* Hop, on envoie loin du champ de vision */
	text-align:center;
	background:#A06416;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8; 
	height:32px;
	padding-bottom:2px;
	margin-right:0;
}




#menu li ul li /* Eléments de sous-menu entreprise */
{
 
	float:left;
}


#menu li a:hover /* Lorsque la souris passe sur un des liens de la liste  du menu*/    
{
        color: #000000; /* On passe le texte en noir... */
		background:transparent;
	
	
		
}



#menu li ul a:hover /* Lorsque la souris passe sur un des liens  des sous menus*/    
{
        color: #000000; /* On passe le texte en noir... */
        background: #B0864C; /* ... et au contraire, le fond en  */
		border-right:1px solid white;
}


/*retour des listes au passage de la souris*/

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
		
}


#conteneur
{
margin-top:130px;
margin-left:166px;
margin-right:80px;
background : white;
width : 721px;
height : 1026px;
font-family:arial;
font-size:12px;
color:black;
background-image:url(images/fond_conteneur_philosophie.jpg);
padding-top:1px;

}

h1{
color:#F75301;
font-size:16px;
margin-left:60px;
margin-top:35px;
}

#intro{
font-weight:bold;
width:600px;
margin-left:60px;
margin-top:5px;
line-height:22px;
font-size:14px;
border-bottom:1px solid #F75301;
padding-bottom:5px;
}

#suite p
{
margin-left:60px;
font-weight:bold;
font-size:14px;
}



#points 
{
margin-top:10px;
margin-left:60px;
}

#points li{
line-height:20px;
height:20px;
font-size:14px;
padding-top:0px;
list-style-position:inside;
list-style-type:none;
display:block;
}

#points img{
margin-bottom:-6px;
margin-right:5px;
}



#ligne{ /*ligne au-dessus*/
border-bottom:1px solid white;
width:586px;
margin-left:60px;
margin-top:50px;
}

#suitebis /*en vous adressant...*/
{
width:600px;
margin-left:60px;
margin-top:0px;
line-height:18px;
height:220px;
color:#787A80;
}

#suitebis p{
float:left;
text-align:justify;
width:300px;
height:200px;
padding-top:20px;
margin-right:46px;
font-family:arial;
font-size:14px;
color:#787A80;
}


#mich{ /*titre Michel Jurine*/
margin-left:68px;
margin-top:30px;
color:#808080;
font-weight:bold;
font-size:20px;
width:200px;
height:20px;
}

#cvmich
{
width:600px;
height:380px;
margin-left:60px;
margin-top:-2px;
background-image:url(images/fond_cvmich.jpg);
background-repeat:no-repeat;
}

#cvmich p{
text-align:justify;
margin-top:0px;
font-family:arial;
font-size:12px;
height:300px;
width:560px;
margin-left:10px;
padding-top:35px;
line-height:16px;
}



#footer{
margin-top:45px;
width:950px;
height:15px;
margin-left:0px;
margin-right:auto;
text-align:left;
font-family:arial;
background:transparent;
color:white;
font-size:10px;
padding-top:2px;

}

#footer a{
text-decoration:none;
color:white;
font-family:arial;
}



