/* CSS Document 955 X 600 */
body{
	text-align:center;
	margin:0px 0px 0px 0px;
	background-image: url(/layout/butterfly/images/background.png);
	font-family:verdana,arial;
	font-size:12px;
	
}
#top{
	text-align:right;
	height:38px;
	width:900px;
	color:#FFFFFF;
	background-color: #000000;
	background-image: url(/layout/butterfly/images/back_top.png);
	background-position: center;
	vertical-align:middle;
}
#top img{
	vertical-align: middle;
}
#banner{
	background-image: url(/layout/butterfly/images/types/orange/banner.png);
	width:870px;
	height:89px;
	font-size:16px;
	font-weight:bold;
	color:#eeeeee;
	text-align:left;
	padding-left:30px;
}
#menu_top{
	
	text-align:left;
	width:900px;
	height:44px;
	background-image: url(/layout/butterfly/images/back_top_02.png);
}
#menu_top a{
	float:left;
	text-align:center;
	display:inline;
	height:44px;
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
	vertical-align: middle;
}
#menu_top a:hover{
		display:block;
		height:44px;
		vertical-align: middle;
		background-image: url(/layout/butterfly/images/types/orange/back_a_hover.png);
}
#page{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:940px;
	background-image: url(/layout/butterfly/images/shadow.png);
	background-position: center;
	}
#body_page{
		width:900px;
}
#content{
		background:#EEEEEE;
		width:670px;
		text-align:left;
		float:left;
		padding:10px;
		height:390px;
		overflow:auto;
}
#menuleft{
		float:right;
		background: url(/layout/butterfly/images/back_menu_left.png);
		width:210px;
		text-align:left;
		height:auto;
}
.link_page{
	font-size: 9px;
	color:#FFFFFF;
	width:210px;
	padding-left:2px;
}
.link_page img{
	vertical-align:middle;
}
.link_page a{
	font-size:10px;
	float:left;
	padding-left:0px;
	text-decoration:none;
	color:#333333;
	width:208px;
	height:19px;
	background: url(/layout/butterfly/images/back_link_add_off.png);
}
.link_page a:hover{
	background: url(/layout/butterfly/images/back_link_add_on.png);
}
.title_link{
		float:right;
		height:22px;
		width:205px;
		padding-left:4px;
		padding-top:3px;
		margin-bottom:5px;
		margin-top:5px;
		color:#ffffff;
		text-transform:uppercase;
		background: url(/layout/butterfly/images/types/orange/back_title_menu_left.png);
}
#bottom{
	clear:both;
	text-align:center;
	height:21px;
	width:900px;
	color:#FFFFFF;
	font-size:10px;
	background-image: url(/layout/butterfly/images/back_bottom.png);
	background-position: center;
}
/*class pour les formulaires*/
form.css{
	width:100%;
}
form.css label{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	width: 14em;
}
.form_input{
	margin-right: 10px;
	padding: 0px 0px 6px 0px;
	width:95px;
	height: 24px;
	vertical-align: middle;
	text-align:center;
	float:right;
	border: 1px solid #000000;
	color:#000000;
    background: #DDDDDD
}
.form_input:hover{
	color:#586D1F;
	border: 1px solid #586D1F;
}
