@charset "UTF-8";
/* CSS de la home */


/*caractéristiques générales*/
* { margin: 0; padding: 0; vertical-align: top;}

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/*liens*/
a:link { 
	color: #444d06;
	font-size:12px;
	line-height:17px;
	text-decoration:none;}
	
a:hover {
	color: #cbd400;
	font-size:12px;
	line-height:17px;
	text-decoration:none}
a:visited {
	color: #444d06;
	font-size:12px;
	line-height:17px;
	text-decoration:none}
a:active {
	color: #cbd400;
	font-size:12px;
	line-height:17px;
	text-decoration:none}	



/*listes*/
ol {
	list-style-type:none; 
	padding:0;
	margin:0;
	display:block;
	}
	

li#menu {
	list-style-type:none; 
	float:left; /*pour IE*/ 
	font-size:0;
	display:block; 
	}

li#gch {
	list-style-type:none; 
	display:block; 
	font-size:0;
	float:left; /*pour IE*/ 
	}
 
 

/*caractéristiques des textes*/
p {color: #444d06;
	font-size:13px;
	/*text-align:justify;*/
	line-height:19px;}

H1 {color: #444d06;
	font-size:14px;
	line-height:19px;
	font-weight: bold;}

H2 {color: #444d06;
	font-size:13px;
	line-height:18px;
	font-weight: bold;}

H3 {color: #444d06;
	font-size:12px;
	line-height:16px;
	font-weight: bold;}
	
	
/*caractéristiques des div*/
div#globale {
	display:block;/*supprime les marges autour de l'image ie6*/
	width:800px;
	height:600px;
	background-color: white;
	/*margin-left: auto;
    margin-right: auto;*/
	}


div#gch {
	display:block;
	width:200px;
	height:600px;
	float:left;
	margin:0px;
	padding:0px;
	}
	
div#header {
	display:block;
	width:600x;
	height:24px;
	padding-top:47px;
	padding-bottom:24px;
	}
	
	
div#main {
	display:block;
	float: right;
	width:500px;
	padding-left:50px;
	padding-right:50px;
	}
	
div#upload {
	display:block;
	padding-right:50px;
	padding-left:250px;
	padding-top:50px;
	padding-bottom:50px;
	}
	
		
/*divers*/	

.img_margleft {
	padding-left:25px;
	}

.img_margright {
	padding-right:25px;
	}
#table {
	padding-top:25px;
	margin:0;
	border:0;
	width:500px;
	}
	
#table1 {
	margin:0;
	border:0;
	width:500px;
	}