* {
	margin: 0; padding: 0;
}
body {
	background: #b4b6bb url('/images/fond.jpg') repeat-x;
}
body,input,textarea,td,select {
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}
td {vertical-align:top;}
input[type="text"], input[type="submit"], input[type="button"], textarea, select {
	border: 1px solid #fff;
	background: #a0a2a8;
	padding: 2px;
}
p {margin: 0 0 28px 0; text-indent:28px;}
img {border: 0;}
.none {display:none;}
h1 {margin: 0 0 10px 0; font-size:20px;}
h2 {margin: 0 0 10px 0; font-size:18px;}
h3 {margin: 0 0 10px 0; font-size:16px;}
a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #4e89a8;
}
.clear{clear: both;}
.outils{margin: 0 10px;}
.tip {
	width: 131px; height: 56px;
	padding-top: 15px;
	background: url('/images/bulle.png') no-repeat;
	text-align: center;
	font-size:12px;
}

.site_ref{float: left;margin: 15px;width:300px;text-align:center;font-size:11px;}
.site_ref a {font-size:11px;color:#fff;}

/** Template GŽnŽral */
#global {
	width: 1000px; min-height: 300px;
	margin: 0 auto;
}
html>body #global {
	width: 1000px; height: auto; min-height: 300px;
	margin: 0 auto;
}
#barre_haut {
	height: 32px;
}
#haut {
	height: 210px;
	background: #191a1f url('/images/haut_fond.jpg') no-repeat;
}
#haut_flash {
	height: 210px;
	background: #191a1f url('/images/haut_fond_vide.jpg') no-repeat;
}
#logo_inuage {position:absolute;z-index:2010;margin-left:420px;margin-top:70px;}
#menu {
	position: relative;
	width: 608px; height: 32px;
	margin: 0 auto 30px auto;
	background: url('/images/menu_fond.jpg') repeat-x;
	overflow: hidden;
}
	#menu ul, li {
		padding: 0;
		margin: 0;
	}
		#menu ul li {
			float: left;
			list-style: none;
		}
			#menu ul li a {
				z-index: 10;
				display: block;
				float: left;
				height: 27px;
				position: relative;
				overflow: hidden;
				color: #fff;
				text-decoration: none;
				padding-top: 5px;
			}
		#menu li.background {
			background: url('/images/menu_lien_actif.jpg') no-repeat top center;
			z-index: 8;
			position: absolute;
			visibility: hidden;
		}
	#menu .background .left {
		height: 32px;
		margin-right: 9px; /* 7px is the width of the rounded shape */
	}
	#menu_creationsite a {
		width: 200px;
		text-align:center;
	}
	#menu_dev a {
		width: 170px;
		text-align:center;
	}
	#menu_contact a {
		width: 85px;
		text-align:center;
	}
	#menu_references a {
		width: 135px;
		text-align:center;
	}
	#menu_gauche{
		width: 9px; height: 32px;
		background: url('/images/menu_gauche_fond.jpg') no-repeat;
		float: left;
	}
	#menu_droite{
		width: 9px; height: 32px;
		background: url('/images/menu_droite_fond.jpg') no-repeat;
		float: right;
	}

#details{width: 500px; height: 300px;}
.vousetes {list-style:none;margin:-20px 0 20px 50px;padding:0;}
	
#contenu_gauche{
	width: 650px;
	padding:0 30px 0 0;
	text-align: justify;
	float: left;
}
	#contenu_gauche #dev {
		display: none;
	}
#contenu_droite{
	width: 280px;
	padding:0 0 0 40px;
	background: url('/images/separation.jpg') no-repeat left center;
	float: left;
}
#bas {
	margin-top: 30px; padding: 30px;
	background: #a0a2a8;
	font-size: 12px;
	text-align: center;
}
