body {
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #CFCFCF;
	scrollbar-face-color: #CFCFCF;
	scrollbar-highlight-color: #CFCFCF;
	scrollbar-shadow-color: #FFFFFF;
	
	background-image: url(img/fond-motifs-109.jpg);
	background-repeat: repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400; /* De 100 à 900 (400 = normal / 700 = bold) */
	color: #3B4349;
	
	margin: 10px;
	}

#conteneur {
	position:absolute;
	margin-left: -500px;
	left: 50%;
	top: 50%;
	background-color: #FFFFFF;
	width:999px;
	border:solid 1px #000000;
	top:35px;
	}

/* ===========================NEWS (commun.php)=======================*/
#menu {
	position:relative;
	left:5px;
	top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	}

#menu ul{
	list-style-type: none;
	margin-left:120px;
	padding:0px;
	}	
	
#menu li {
	float:left;
	margin-right:40px;
	}
	
#menu a {
	text-decoration: none;
	color: #666666;
	}

#menu a:hover {
	text-decoration:underline;
	color:#dba5bf;
	}

#menu a.selected {
	text-decoration:underline;
	color:#ef067b;
	}

/* ===========================PARTENAIRES=======================*/		
.titre_partenaire
	{
	font-family:Tahoma;
	font-size:12px;
	line-height:normal;
	color:#ef067b;
	text-decoration:none;
	font-weight: 700;
	}

a.partenaire {
	text-decoration: none;
	color: #666666;
	font-size:10px;
	}	
	
a.partenaire:hover {
	text-decoration:underline;
	color:#dba5bf;
	font-size:10px;
	}
	
/* ===========================STAFF=======================*/		
.titre-staff
	{
	font-family:Tahoma;
	font-size:12px;
	line-height:normal;
	color:#ef067b;
	text-decoration:none;
	font-weight: 700;
	margin: 10px;
	}
	
.texte-staff
	{
	font-family:Tahoma;
	font-size:12px;
	line-height:normal;
	color:#3B4349;
	text-decoration:none;
	font-weight: 700;
	text-align: justify;
	margin: 10px;
	}
/* ===========================ANCIEN SITE=======================*/		
.main_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:normal;
		color:#818181;
		text-decoration:none;
	}
.header_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#ef067b;
	}
	
.link_text
	{
		font-family:Tahoma;
		font-size:10px;
		line-height:10px;
		color:#000000;
		text-decoration:none;
	}	
	
.link_jeux
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#F46E02;
		text-decoration:none;
	}	
	
.list_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#5A5A5A;
		text-decoration:none;
	}		

.form
	{
		width:150px; height:18px; border-color:#F46E02; border-width:1px; background-color:#FEFAF4; font-size:11px; border-style:solid
	}
.form_div
	{
		height:21px; margin-top:4px;		
	}
		

	a.text:link {color:#000000;text-decoration:none;}	
	a.text:hover {color:#000000;text-decoration:underline;}
	a.text:active {color:#000000;text-decoration:none;}
	a.text:visited {color:#000000;text-decoration:none;}		
	
/* ===========================FORMULAIRE=======================*/	

input {
	background : #FFFFFF;
	border : 1px solid Black;
	font-size : 11px;
	FONT-WEIGHT: bold;
	font-family: arial,helvetica,sans-serif;
	color: #3B4349;
}

.input_blank {
	background : #FFFFFF;
	border : 0px;
	font-size : 10px;
	FONT-WEIGHT: bold;
	font-family: arial,helvetica,sans-serif;
	color: #3B4349;
}

select {
	background : #FFFFFF;
	border : 1px solid Black;
	font-size : 11px;
	FONT-WEIGHT: bold;
	font-family: arial,helvetica,sans-serif;
	color: #3B4349;

}

checkbox {
	background : #FFFFFF;
	border : 1px solid Black;
	font-size : 11px;
	FONT-WEIGHT: bold;
	font-family: arial,helvetica,sans-serif;
	color: #3B4349;
}

textarea {
	background : #FFFFFF;
	font-size : 12px;
	border : 1px solid Black;
	FONT-WEIGHT: bold;
	font-family: arial,helvetica,sans-serif;
	color: #3B4349;
}