/* GENERAL */
	div#conteneur {
		margin:0 auto 0 auto;
		width:900px;
		/*border:1px solid #CCC;*/
	}
	div#conteneur div#conteneur img {
		margin:20px;
	}
	div#bandeauHaut {
		background-color:#E6E6E6;
		text-align:center;
		height:60px;
	}
	div#bandeauHaut h1 {
		font-size:30px;
		float:right;
		margin:10px 85px 0 0;
	}
	
	div#ideogramme {
		background-color:#FFEAFF;
		text-align:center;
	}
	div#bandeauHaut form {
		font-size:10px;
		width:165px;
		float:right;
	}
	div#bandeauHaut form a {
		margin-top:5px;
		float:left;
	}
	div#conteneur ul.std {
		list-style-type:disc;
		margin-left:20px;
	}

/* LOGON */
	form#logon p {
		width:60px;
		height:30px;
		float:left;
	}
	form#logon p label {
		float:left;
		clear:right
	}
	form#logon p input {
		float:left;
		clear:left;
	}
	form#logon p#submit {
		width:auto;
	}
/* LOGOFF */
	div#bandeauHaut form#logoff  {
		margin-top:10px;
	}
	form#logoff p {
		width:60px;
		height:30px;
		float:right;
	}
	form#logoff p#submit {
		float:right;
		width:auto;
		margin-right:20px;
	}
/* MENU */
	ul#menu {
		height:20px;
		padding-top:10px;
		background-color:#E6E6E6;
	}
	
	ul#menu li {
		list-style-type:none;
		margin: 0 20px 0px 20px;
		float:left;
	}
	ul#menu li.selected a {
		color:#039;
	}
	
	ul#menu a {
		text-decoration:none;
		font-size:12px;
		color:#333333;
		text-align:center;
		font-weight:bold;
	}
	
	ul#menu a:hover {
		color:#FFF;
	}
/* MENU OEM */
	ul#menuOEM {
		height:20px;
		width: 720px;
		padding-top:2px;
		background-color:#E6E6E6;
		padding-left:180px;
	}
	
	ul#menuOEM li {
		list-style-type:none;
		margin: 0 10px 0px 10px;
		float:left;
		color:#039;
		font-weight:bold;
	}
	
	ul#menuOEM a {
		text-decoration:none;
		font-size:11px;
		color:#039;
		text-align:center;
			font-weight:bold;
	}
	
	ul#menuOEM a:hover {
		color:#FFF;
	}
/*MENU MANAGER */
	ul#menuManagement {
		height:20px;
		width: 900px;
		padding-top:10px;
		background-color:#333;
	}
	
	ul#menuManagement li {
		list-style-type:none;
		margin: 0 20px 0px 20px;
		float:left;
		color:#ccc;
		font-weight:bold;
	}
	
	ul#menuManagement a {
		text-decoration:none;
		font-size:12px;
		color:#ccc;
		text-align:center;
		font-weight:bold;
	}
	
	ul#menuManagement a:hover {
		color:#FFFFFF;
	}

/* COPYRIGHT */
	a.copyright:link {
		color: #999;
		font-size: 9px;
	}
	div#copyright {
		margin-top:10px;
		border-width:1px 0 0 0;
		border-style:solid;
		border-color:#999;
		height: 25px;
		font-size: 10px;
		color: #999999;
		text-align:right;
		clear:both;
	}
	div#copyright a {
		color: #999999;
		text-decoration: none;
		font-size: 9px;
	}
	div#copyright a:hover {
		color: #000;
	}
/* ACCUEIL */
	h1 {
		font-size:24px;
		font-weight:bold;
		color:#666;
	}
	.accueil {
		width:600px;
		margin:10px auto 0 auto;
		text-align:justify;
	}
	p.accueil {
		font-size:16px;
	}
	ul.accueil {
		list-style-type:none;
		list-style-position:outside;
		padding-left:50px;
		font-size:16px;
	}
	ul.accueil li {
		background-position:left top;
		background-repeat:no-repeat;
		height:50px;
		margin:0;
		vertical-align:text-bottom;
		padding-bottom:5px;
	}
	ul.accueil li.led {
		background-image:url(../images/vignetteLed.jpg);
	}
	ul.accueil li.massage {
		background-image:url(../images/vignetteMassage.jpg);
	}
	ul.accueil li.healthcare {
		background-image:url(../images/vignetteHealthcare.jpg);
	}
	ul.accueil li.natural {
		background-image:url(../images/vignetteNatural.jpg);
	}
	ul.accueil li a{
		padding-left:70px;
		margin-top:20px;
		display:block;
	}
	ul.photos li {
		float:left;
	}
	ul.photos li h3 {
		margin-top:-20px;
		display:block;
		width:450px;
		text-align:center;
		font-weight:bold;
		font-size:14px;
	}
/* LISTE ARTICLES */
div.resultats {
	clear:both;
}
ul#articles {
	bottom:0;
} 
ul#articles li {
	margin:5px;
	padding:1px;
	float:left;
	width:210px;
	height:220px;
	text-align:center;
	border:1px solid #EEE;
	overflow:auto;
} 
/* recherche article */
	form.selector {
			width:300px;
		margin:5px 10px 5px 50px;
		float:left;
	}
	form.selector p {
		margin:0 10px 0 0;
		width:auto;
		height:40px;
		float:left;
	}
	form.selector p label {
		float:left;
		clear:both
	}
	form.selector p select {
		float:left;
		clear:both;
	}
	form.selector p input.RTEXT {
		float:left;
		clear:both;
	}
	form.selector p#submit {
		margin-top:15px;
		width:auto;
		clear:both;
	}
/* CONTACT */
	form#contact {
		width:400px;
		
		margin-top:0px;
		margin-right:0;
		margin-bottom:10px;
		margin-left:220px;
		
		padding: 0px;
		}
	form#contact p{
		width:400px;
	}
	form#contact label{
		width: 100px;
		margin-top:10px;
		display:block;
		color:#ff;
		font-weight:bold;
	}
	
	form #envoyer{
		margin-top: 10px;
		margin-left:40px;
		color:#990000;
		font-weight:bold;
	}
	
	#nota {
		font-size:10px;}
	
	#nota a{
		color:#000000;}
