/* Règles globales et appels d'autres CSS 
* @date :  11/09/2008
* @version : 1.0
*/

/* IMPORTS */
@import "header.css"; /* L'en-tête et le menu de la page */
@import "content.css"; /* Tout le contenu de la page */
@import "footer.css"; /* Le pied de page */

/* Début des règles de style */
*{
	margin:0;
	padding:0;
}
img {
	border:0;
}
ul,ol
{
	margin-top:10px;
	padding-left:40px;
}
html, body {
/*	height: 100%;
	overflow: auto;
	min-height: 800px;*/
	min-width : 1100px;
}

body { 
	margin: 0;
	padding: 0;
	font-family: Arial, 'Times New Roman', Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
}

div, h6, a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
