/*création des balises*/

*{
	padding:0px;
	margin:0px;
	border:0px;
}
body{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../images/fond_2.jpg);
	background-repeat: repeat-x;
}


hr{
	padding:0;
	clear:both;
	margin:0;
	visibility:hidden;
}

h1{
	width:250px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding:1px 1px 2px 3px;
	background-color: #3BFFCF;
	margin-bottom:10px;
}

h2{
	width:250px;
	font-size: 11px;
	color: #3BFFCF;
	text-decoration: none;
	padding:1px 1px 2px 3px;
}
h3{
	background-color:#3BFFCF;
	color:#000000;
	text-decoration: none;
	margin-bottom:10px;
	padding:1px 1px 2px 3px;
	margin-top:30px;
}

ul {
	list-style-type:none;	
}

input {
	width:150px;
	padding:1px;
	margin:0px;
	margin-bottom:5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #66FF99;
	text-decoration: none;
	border: 0px;
	padding:1px 1px 2px 3px;
}

/*Création de la page*/
#global{
	position:absolute;
	width:800px;
	margin-top:0px;
	margin-left:-515px;
	padding:0px;
	left:50%;
}

	#global a:link, #global a:visited {
		font-size: 11px;
		color: #AEEE65;
		text-decoration: none;
	}

	
	#global a:hover{
		color: #FFFFFF;
	}


#header{
	margin:0px;
	background-repeat: no-repeat;
	height:293px;
	margin-left:170px;
	font-size:0px;
	background-image: url(../images/header_2.jpg);
}

/*Création du menu*/

#menu {
	position:absolute;
	width:125px;
	top :369px;
	left : 780px;
	padding:10px;
	background-repeat: no-repeat;
	background-color: #000000;
	-moz-border-radius:10px;	
}

	#menu ul {
		padding-top:10px;
		padding-left:0px;
		margin-bottom:15px;
		list-style-type:none;
	}

	#menu ul a:link, #menu ul a:visited {
		padding:1px 1px 2px 3px;
		text-decoration: none;
		font-size: 12px;
		display:block;
		font-family: Tahoma;
		color: #AEEE65;
		font-weight: bold;
	}
	
	#menu ul a:hover {
		color: #000000;
		font-size: 12px;
		background-color: #AEEE65;
	}
	
	#menu li {
		margin-bottom:3px;
	}

/*Création du contenu*/

#content{
	width:560px;
	padding:25px;
	padding-right:20px;
	padding-left:40px;
	margin-left:170px;
	background-color: #000000;
}

	/*Création des catégories*/
#home_categories {
	padding:0px;
	
}
	
	.categorie_display {
		float:left;
		width:30%;
		min-height:130px;
		margin:0 15px 0px 0px;
	}
	
	.categorie_display dt {
		padding:1px 1px 2px 3px;
		background-color:#3BFFCF;
		color:#000000;
	}
	
	#home_categories ul a:link, #home_categories ul a:visited {
	text-decoration: none;
	font-family: Tahoma;
	color: #FFFFFF;
	
	}
	
	#home_categories ul a:hover {
		color: #000000;
		background-color:#AEEE65;
	}

	/*Création du recherche et login*/

#home_recherche {
	width:355px;
	float:left;
	margin-right:15px;
}

#recherche_form {
	float:left;
	margin-right:15px;
	width:170px;
}

	#recherche_form input{
		width:130px;
		margin:0px;
		margin-bottom:5px;
		font-family: Tahoma;
		font-size: 11px;
		color: #000000;
		background-color: #66FF99;
		text-decoration: none;
		border: 0px;
		padding:1px 1px 2px 3px;
	}

#recherche_tri {
	float:left;
	width:170px;
}

#home_login {
	width : 170px;	
	float:left;
	
}


form {
	width : 120px;
	visibility: visible;
}

fieldset {
	visibility : hidden;
	margin:0px;
	padding:0px;
	border: none;
	
}

/*Création de l'espace style */

#home_styleselector{
	float:left;
	width:170px;
	margin-right:15px;
}

/*Création des news*/

#home_news{
	float:left;
	width:355px;
	
}

/*Création du rang*/

#home_ranking{
	width:540px;
	
}

#rank_new{
	margin-right:15px;
	width:170px;
	float:left;
	
}

#rank_best{
	margin-right:15px;
	width:170px;
	float:left;
	
}
	#rank_best ol {
		margin-left:20px;
		
		
	}

#rank_members{
	width:170px;
	float:left;
	
}

/* et pour la page ajouter site */

#ajouter ol{
	margin-left:20px;
}

#ajouter p {
	margin-top:15px;
	margin-bottom:15px;
}

/* et pour la page membres */

	#membres dl {
		width:170px;
		float:left;
		margin-bottom:15px;
		margin-right:15px;
	}

	#membres h1{
		width:170px;
		color: #000000;	
	}

	#membres h1 a:link, #membres h1 a:visited {
		width:170px;
		color: #000000;	
	}

/* et pour la page formulaire */

#notice ol {
	margin-top:5px;
	margin-bottom:15px;
	margin-left:20px;
}


#formulaire textarea {
	width:355px;
	margin-top:5px;
	margin-bottom:5px;
	padding:1px 1px 2px 3px;
	font-size: 11px;
	font-family: Tahoma;
}

/* Création de la page ajouter */

#footer{
	width:620px;
	height:90px;
	text-align:center;
	padding-top:10px;
	margin-top:0px;
	margin-left:170px;
	margin-bottom:20px;
	font-size: 0px;
	background-image: url(../images/footer_trans.gif);
	color:#FFFFFF;
}
