body
{
	padding-top: 10px;
	background-color: #CCCCCC;
	margin: auto;
	color: #737373;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}


img { border: 0; } img a { border: 0; } img a:hover { border: 0; } 
.cls { clear: both; }


#global
{
	width: 779px;
	margin: auto;
}

	#global #top
	{
		background: url('../images/top.jpg') no-repeat top center #CCCCCC;
		width: 779px;
		height: 12px;
	}
	
	#global #middle
	{
		background: url('../images/bg.jpg') repeat-y top center #CCCCCC;
		width: 779px;
	}
	
	#global #bottom
	{
		background: url('../images/bottom.jpg') no-repeat top center #CCCCCC;
		width: 779px;
		height: 20px;
	}

#header
{
	background: url('../images/banniere.jpg') no-repeat top center #CCCCCC;
	width: 735px;
	height: 103px;
	border: 1px solid #CCCCCC;
	margin: auto;
	margin-bottom: 10px;
}
	#header h1
	{
		margin: 0;
		padding: 0;
		font-size: 0;
		text-indent: -5000px;
	}

	#header #menu
	{
		text-align: right;
		font-size: 13px;
		padding: 5px 10px 5px 0;
		font-family: "Trebuchet MS", Tahoma, Verdana;
	}
	
		#header #menu ul
		{
			padding: 0;
			margin: 0;
			list-style: none;
		}
		
		#header #menu li a
		{
			text-decoration: none;
			font-weight: bold;
			color: #73a77a;
		}
		
			#header #menu li a:hover
			{
				color: #a6c9ab;
				padding-right: 10px;	
			}
		



#footer
{
	background: url('../images/bg_footer.jpg') repeat-x top center #CCCCCC;
	width: 735px;
	height: 45px;
	border: 1px solid #CCCCCC;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	line-height: 47px;
	font-size: 12px;
}

	#footer #xiti
	{
		float: left;
		width: 100px;
		margin-top: 4px;
	}
	
	#footer #flags
	{
		float: right;
		padding: 5px 10px 0 0;		
		width: 16px;
	}
	
		#footer #flags #fr
		{
			background-image: url('../images/drapeau_fr.jpg');
			background-repeat: no-repeat;
			width: 16px;
			height: 12px;
			margin-top: 5px;
		}
		
		#footer #flags #en
		{
			margin-top: 5px;
			background-image: url('../images/drapeau_en.jpg');
			background-repeat: no-repeat;
			width: 16px;
			height: 12px;
		}


#contenu
{
	color: #737373;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	width: 715px;
	margin: auto;
	padding: 10px;
	font-size: 14px;
	text-align: justify;
}

	#contenu h1
	{
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
		border: 1px solid #CCCCCC;
		border-left: 7px solid #A6D5AD;
		padding-left: 10px;
		color: #51995B;
		font-weight: normal;
		font-size: 18px;
		background-color: #EFEFEF;
	}
	
	#contenu #menu_membre
	{
		border: 1px solid #CCCCCC;
		background-color: #F8F8F8;
		padding: 5px;
		margin: auto;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#contenu .bloc_left
	{
		float: left;
		width: 48%;
	}
	
	#contenu .bloc_right
	{
		float: right;
		width: 48%;
	}


/* ############################ LIENS ############################ */
#contenu a, #footer a
{
	color: #5F5F5F;
	text-decoration: underline;
}

	#contenu a:hover, #footer a:hover
	{
		color: #51995B;
		text-decoration: none;
		font-style: italic;
	}


/* ############################ FORMULAIRES ############################ */
label.cote_accueil
{
	width: 40%;
	clear: left;
	float: left;
	text-align: right;
	margin-right: 5px;
}

label.cote_accueil_2
{
	width: 25%;
	clear: left;
	float: left;
	text-align: right;
	margin-right: 2px;
}

label.cote_lien
{
	width: 25%;
	clear: left;
	float: left;
	text-align: right;
	margin-right: -125px;
}

label.cote_membre_addlien
{
	width: 40%;
	clear: left;
	float: left;
	text-align: right;
	margin-right: -180px;
}

label.cote_password
{
	width: 50%;
	clear: left;
	float: left;
	text-align: right;
	margin-right: 5px;
}

fieldset
{
	border: none;
}

legend
{

}


input
{
	padding: 0 3px 0 3px;
	background-color: #FFFFFF;
	/*background-image : url('../img/input.gif');*/
	border: 1px solid #CCCCCC;
}

input:focus
{
	border-left: 4px solid #A6D5AD;
	padding: 0 0 0 3px;
}

input.bouton_ok
{
	/*background-image : url('../img/input.gif');*/
	cursor: pointer !important;
	height : 22px;
	margin : 3px;
	padding: 0 1px 1px 1px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Serif;
}

input.bouton_ok:hover
{
	border: 1px solid #A6D5AD;
	color: #51995B;
}

input.bouton_annuler
{
	/*background-image : url('../img/input.gif');*/
	cursor: pointer !important;
	height : 22px;
	margin : 3px;
	padding: 0px 1px 1px 1px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Serif;
}

input.bouton_annuler:hover
{
	border: 1px solid #FF4646;
	color: #FF4646;
}

textarea
{
	padding: 0 3px 0 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#nota
{
	font-style: italic;
	font-size: 11px;
	text-align: right;
}


/* ############################ TRAITEMENT ############################ */
.bloc_erreur
{
	text-align: center;
	padding: 15px 0 15px 0;
	color: red;
	margin: auto;
	margin: 15px 20px 15px 20px;
	background-color: #FFC4C4;
	border: 1px solid red;
}

.bloc_ok
{
	text-align: center;
	padding: 15px 0 15px 0;
	color: #00CC00;
	margin: auto;
	margin: 15px 20px 15px 20px;
	background-color: #C6FFC6;
	border: 1px solid #00CC00;
}


/* ############################ TABLEAU ############################ */
#tbl_liste
{
	width: 100%;
	border: 1px solid #BBC6D0;
	border-collapse: collapse;
}

#tbl_liste th
{
	font-weight: bold;
	text-align: center;
	border: 1px solid #BBC6D0;
	/*background-color: #EFEFEF;*/
	background: url('../images/bg_thead.png') repeat-x top left #EFEFEF;
}

#tbl_liste td
{
	text-align: center;
	border: 1px solid #BBC6D0;
}

#tbl_liste tbody tr:hover
{
	background-color: #EFEFEF;
	color: #51995B;
}



