/*
## *************************************************************************
##  Copyright (C) 2008 by oscim   Project lossim
## [create : 31.03.2008, 18:46:58] par a@oscim.fr Aurelien imhof
*/

*,html, body {
	margin: 0;
	padding:0;
	border:none;

}

body {
	font: 80% "Arial";
	background:white;
}

img{
	border:none;
}

a {
	text-decoration:none;
/* 	color:#bd856f; */
/* 	font-weight: bold; */
}

a :hover{
	text-decoration:underline;
/* 	color:#494949; */
}

hr {
	display:none;
}

ol,ul, li {
 	list-style-type:none ;
	list-style:none;
}
p {
	line-height:120%;
	margin:10px 0;
}

div#global {
	min-height: 100%;
	width:1000px;
        min-height:500px;
	margin: 0 auto;
}

	div#header {
/* 		margin: 0 52px; */
		height: 198px;
		width:100%;
		position: relative;
/* 		background:transparent url(img/banniere.jpg) left top no-repeat; */
	}

	div#center {
		width:1000px;
		min-height: 100%;
	}

		div#sidebar {
 			float:left;
			height:360px;

			padding:0;
			width:162px;
			background:transparent url(img/menu.jpg) 0 0 no-repeat;
			}
		ul#menu{
			margin-top:45px;
		}
		ul#menu, ul#menu a, ul#menu a:hover {
			color:white;
		}
		ul#menu li{
			background:transparent url(img/boutonbase.png) 0 -3px no-repeat;
			margin: 0 ;
			padding-left: 22px;
			line-height:25px;
		}
		ul#menu li a{
			position:relative;
			top:-5px;
		}
		ul#menu  li:hover, ul#menu  li a:hover, ul#menu  li.select{
			background:transparent url(img/boutonsurvol.png) 0 -3px no-repeat;
		}




		div#maine{
		position:relative;
		background:transparent url(img/bt_pomme.jpg) left top no-repeat;
		float:left;
		width:800px;
		min-height:330px;
		}
		div#ssmaine {
			width:690px;
			padding:10px 0 0 110px;
		}

	div#footer {
		clear:both;
		width:1000px;
/* 		margin-right: auto; */
		padding-top:25px;
	}
	div#footer p,   div#footer a, div#footer a:hover {
		font-size:0.8em;
		color:#bd856f;
		text-align:center;
		text-decoration: none;
	}

	ul#menu_lang {
		margin-top:60px;
	}
	ul#menu_lang li{
		display:inline;
	}
	ul#menu_lang li form {
		float:left;
		margin:0 20px;
	}

	div#feature_gallery {
		height:300px;
		width:350px;
		margin:25px auto;
	}

	dl.formulaires input,dl.formulaires textarea{
		border:1px solid black;
		background:#f1f1f1;
	}

	ul.formulaires {
	margin-top:10px;
	float:left;
	position:relative;
	left:310px;
	}
	ul.formulaires input{
		padding:5px;
	}
