/* application */
body
{
	background:url(images/bg_experience.jpg) repeat; 
	margin : 0;
	padding : 0;
	/* position: relative;
	overflow: hidden;*/
}

a img
{
	border: 0;
}

#corps
{
/*	background-color: #fff;
	padding: 20px;
	margin: 50px;*/
}

#container p
{
	float: left;
	color: gray;
	font-family: helvetica, arial, sans-serif;
	font-size: 150%;
	margin: 0;
	padding: 0;
}

#container p img
{
	vertical-align: baseline;
}

#wrapper
{
	top: 0;	
	position: fixed;
	float: left;
	width: 100%;
	background: transparent url('images/shadow.png') repeat-x bottom;
	padding-bottom: 7px;
}

#container
{
	background-color: white;
	display: block;
	visibility: visible;
	float: left;
	width: 100%;
}

#logo
{
	margin-top: 0.5em;
	margin-left: 0.5em;
}
  
div#blc_post_it
{
/*	background-color: #FdE5A2;
	border-top: 1px solid #575757;
	border-left: 1px solid #575757;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
*/
	padding : 0.5em;
	padding-top: 1.5em;
	margin-top: 6.5em; /* sync it to div.bloc_post height */
}

  
  
div.bloc_post
{
	height: 6.5em;
	margin-top: 0.5em;
	margin-right: 1ex;
	float: right;
}
  
div.cleaner
{
	clear: both;
}
  
/* --------------- liste select skin ------------------*/
div.cmf-skinned-select
{
	background: red url('images/skin_vert.png') top right no-repeat ;
	width: 18px;
	height: 18px;
	/*border: 1px solid #ccc;*/
	cursor: pointer;
}

div.cmf-skinned-text
{
	padding: 3px;
}

select
{
	background-color: white;		
}

