﻿<!--
/* Feuille de style ddu site FORMATION/~lewicki/ */

html, body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;

}
#conteneur {
position: absolute;
width: 100%;
height: 100%;
background-color:#CCCCFF;
overflow: hidden;

}


#gauche {
position: absolute;
left:0;
width: 200px;
height: 100%;
background-color:#c0c0c0;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bold;
line-height: 18px;
padding:7px 0 0 0;
overflow: hidden;
}
	

#principal {
height: 100%;
background-color:#cccccc;
margin-left: 200px;
overflow: auto;
overflow-x: hidden;

font-size: 14px;
padding:0 25px 0 25px;
scrollbar-face-color:#c0c0c0;
scrollbar-3dlight-color:#c0c0c0;
scrollbar-darkshadow-Color:#c0c0c0;

scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#cccccc;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
}



	
A:link { color:#666666; text-decoration: none;}
A:visited {
	color: #008000;
	text-decoration: none;
}
A:hover { color:#800000; text-decoration: none; }


A.men { color:#ffffe6; text-decoration: none;}
A:visited.men { color:#ffffff; text-decoration: none;}
A:hover.men { color:#ffffff; background-color:#cccccc;text-decoration: none; }


.style1 {
	text-align: center;
}
.style2 {
	text-align: justify;
}
.style3 {
	border-width: 0px;
}

.style4 {
	font-family: Arial;
}


-->
