/* Fichier mettant en forme la STRUCTURE du site*/
html
{
	background: url("../images_structure/degrade_fond.png") top repeat-x;
	margin:0;
}

body
{
	background: url("../images_structure/dg_corps.gif") repeat-y;
	width: 950px;
	margin: auto;
}

div {margin:0}

#body
{
	width: 900px;
	border-top: none !important;
	border-bottom:none !important;
	background-color: #f4ffd9;
	margin: auto;
	margin-top: 0px;
	padding: 0px 20px;
}

#onglets
{
	height: 70px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
}

	#arrondi-gauche-onglets, #arrondi-droite-onglets
	{
		float: left;
		margin:0;
	}

	#logo_sf
	{
		float: left;
		margin-right: 20px;
		margin-top: 6px;
	}

	#kwicks
	{
		margin:0;
		height:60px;
		/*width: 545px;*/
		overflow: hidden;
		float: left;
		padding:0;
	}

	#kwicks li
	{
		display: block;
		overflow:hidden;
		background-color: white;
		float: left;
		height:60px;
		width: 135px;
		margin-right: 3px;
	}
	
	#membre
	{
	float: right;
	height: 70px;
	}
	
	#membre img
	{
	cursor: pointer;
	}
	
	#connexion
	{
	position: absolute;
	font-size: 0.8em;
	top: 250px;
	float:right;
	width: 200px; 
	background-color: #ea2020;
	border: 3px solid black;
	visibility: hidden;
	}
	
	#connexion h1
	{
	font-size: 2em;
	background: url("../images_structure/connexion.png") no-repeat;
	width: 140px;
	height: 40px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	text-align: center;
	font-family: matisse ITC, Arial, Verdana, sans-serif;
	}
	#connexion td,#connexion tr, #connexion table, #connexion form, #connexion p
	{
	margin-top:0;
	background-color: #ea2020;
	border: none !important;
	color: white;
	}
	#connexion input
	{
	height: 0.9em;
	font-size: 0.9em;
	}
	#connexion p
	{
	text-align: right;
	font-style: italic;
	margin-bottom: 2px;
	}
	#connexion p a
	{color: black;}

#banniere
{
	height: 130px;
	width: 670px;
	text-align: center;
	background: url("../images_structure/banniere.gif") black;
	border: 1px solid black;
}

#colonne-droite
{
	float: right;
	width: 200px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

	#corps_colonne
	{
	min-height: 400px;
	background: url("../images_structure/degrade_colonne_droite.png") repeat-x #87befe;
	}

	#arrondi
	{
		background-color: inherit;
		background-image: url("../images_structure/haut_colonne_droite.png");
		height: 30px;
		width: 200px;
		margin:0;
	}

	#bas
	{
		background: url("../images_structure/bas-fond.png") no-repeat;
		height: 200px;
		width: 200px;
	}

	#colonne-droite h1
	{
		color:white;
		font-size: 20px;
		padding-bottom: 20px;
		text-align:center;
		font-family: matisse ITC;
		margin: 0;
		padding-top: 10px;
		padding: 0;
		border: none;
	}
	#colonne-droite #prem
	{
	padding-top: 0 !important;
	}
	#colonne-droite img
	{margin:0;}
	#colonne-droite p, #colonne-droite ul
	{ margin:0; font-size: 0.8em; color: #dfebff; font-family: 'Trebuchet MS',Tahoma,Verdana; text-align:left; padding-left: 15px;}
	#colonne-droite a
	{color: #dfebff;}
	#colonne-droite ul
	{margin-left: 50px !important;}
	
	
	

#corps
{
	min-height:600px;
	width: 670px;
	margin-right:200px;
}

#footer
{
clear: both;
margin-top: 40px;
min-height: 30px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 50px;
padding-right:50px;
background-color:#ffed8e;
text-align:center;
border: 1px solid black;
font-size: small;
}

#footer img
{
vertical-align: middle;
}





