html, body {
	scrollbar-base-color: #F0F0F0;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #004080;
}

html {
    font-size: 100%; /* hack IE pour l'utilisation de tailles de police en "em" */
}

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000033;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE (hack IE) */
}

#global {
	 position: relative; /* on positionne le div */
	 background-color:#FFFFFF;
	 width: 960px; /* indiquer la largeur est nécessaire pour un centrage réussi */
	 padding: 5px;
     margin-left: auto; /* pour centrer le div */
     margin-right: auto; /* pour centrer le div */
	 text-align: left; /* on rétablit l'alignement normal du texte suite au hack IE */
     }

#logo {
     float:left;
	 width:392px;
	 height:90px;
     }
	 
#google {
     float:right;
	 text-align:right;
	 vertical-align:top;
	 width:568px;
	 height:90px;
     }
	 
#style {
	 text-align:center;
     }
	 
#deezer {
     width:200px;
	 height:290px;
	 float:right;
	 text-align:center;
	 margin-top:20px;
	 margin-bottom:15px;
	 margin-left:10px;
	 margin-right:3px;
	 border:1px solid #DADADA;
     }
	 
#contenu {
	 padding: 3px;
	 text-align:justify;
     }
	 
#titre {
	 margin-top: 15px;
	 margin-bottom: 15px;
     }
	 
#piedepage {
	 padding: 3px;
	 text-align:center;
     }
	 
#puzzle {
     float:right; 
	 width:405px; 
	 margin-right:50px; 
	 margin-left:50px;
	 margin-bottom:10px;
     }
	 
#cv {
     float:right; 
	 text-align:center;
	 margin: 0px 0px 25px 25px;
	 padding: 10px;
	 border: 1px solid #8B8B8B;
     }

td, th, p, dl, dt, dd, pre, form, noscript {
	white-space: normal;
}

.color1  {
    color:#004080;
}

.color2  {
    color:#8B8B8B;
}

.color3  {
    color:#E65A5A;
}

.centrer {
    text-align:center;
}

.respire  {
	padding:10px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #004080;
	margin-bottom: 10px;
	margin-top: 15px;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.15em;
}

h5 {
	font-size: 1.05em;
}

h6 {
	font-size: 1.05em;
	color: #8B8B8B;
}

hr {
   noshade: 1;
   border:0;
   height: 1px;
   width: 100%;
   text-align:center;
   color: #8B8B8B;
   background-color: #8B8B8B;
}

hr.demi {
   width: 50%;
   text-align:center;
   margin:auto;
}

a:link {
	color: #004080;
}

a:visited {
    color: #004080;
}

a:hover, a:active {
	text-decoration: none;
	color: #008080;
}

ul {
	list-style-type:square;
	list-style-image:url(/img/design/pupuce.gif);
}

ol {
	list-style-type: decimal;
}

li {
	padding-bottom:10px;
}

.mini {
    font-size: .85em;
}

.minicolor2 {
    font-size: .85em;
	color: #8B8B8B;
	
}