@charset "utf-8";
/* CSS Document */
html {
	 margin:0px;
	 padding:0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;
	background:#54a7d9 url(images/background.jpg) repeat-x;
}

img{
	border:none;
}
#conteneur_general {
	position:relative;
	width:900px;
	
	margin-top:0px;
	padding:0px;	
}
#header {
/*border-width: 1px; border-style: solid; border-color: #000000;*/
	width:900px;
	height:250px;
	background:url(images/header.png) no-repeat;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/header.png');*/
}


#conteneur{
	/*border-width: 1px; border-style: solid; border-color: #000000;*/
	width:900px;
	min-height:300px;
	
	/*background: url(images/menu_bg.png) no-repeat;*/
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu_bg.png');*/
}

#footer{
	margin:0px;
	height:64px;
	width:920px;
	 background:url(images/footer.png) no-repeat;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/footer.png');*/
	
}

#footer .menu_footer{
	float:right;
	margin-right:112px;
	margin-top:16px;
	color:#D4145A;
}
#footer .menu_footer a{
	color:#D4145A;
	padding:0px;
	text-decoration:none;
}



#logo{

	width:240px;
	padding-left:70px;
	padding-top:125px;
	float:left;
}
#teapes{
    position:absolute;
    margin-top:16px;
	float:left;
    padding-top:100px;
	padding-left:190px;
}

#left_v{

	float:left;
	width:200px;
	padding-left:50px;
	padding-right:20px;
	padding-top:50px;
}
#left_v ul{
	list-style-type:none;
	list-style-position:inside;
	}
#left_v li{
	width:214;
	margin-bottom:10px;
}
#left_v li a{
	color:#025678;
	font-size:110%;
}
#left_v li a:hover,#left_v li a.select{
	color:#b20068;
	font-weight:bold;
}

#right_v{
/*border-width: 1px; border-style: solid; border-color: #000000;*/
	padding:15px;
	margin-left:50px;
	//float:right;
	width:800px;
	height:460px;
	margin-top:20px;
	padding-top:30px;
    position:block;
	background:url(images/bgpage.gif) no-repeat;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/bgpage.png');*/
	
}

#right_v_data{
	

	margin:20px;
	padding:10px;
	
	
	
	
}

#bt_random{
/*border-width: 1px; border-style: solid; border-color: #000000;*/
	padding-left:0px;
	
	width:60px;
	height:60px;
	margin-top:0px;
	padding-top:0px;
    cursor:pointer;
	background:url(images/random.png) no-repeat;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/random.png');*/
	
}


#bt_delete{
/*border-width: 1px; border-style: solid; border-color: #000000;*/
	padding-left:0px;
	
	width:60px;
	height:60px;
	margin-top:0px;
	padding-top:0px;
    cursor:pointer;
	background:url(images/delete.png) no-repeat;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/delete.png');*/
	
}




#bodyPan form{width:300px; height:162px; background:url(images/formarea.jpg) 0 100% no-repeat; padding:0px;margin:0px }
#bodyPan form h2{display:block; width:310px; height:45px; background:url(images/formtop.gif) 0 0 no-repeat #F9F9F9; color:#fff; font:20px/39px Georgia, "Times New Roman", Times, serif; margin:0; padding:5 0 0 40px;}


#bodyPan1 form{width:400px; height:350px; background:url(images/formarea_ins.jpg) 0 100% no-repeat; padding:0px;margin=5px; }
#bodyPan1 form h2{display:block; width:360px; height:45px; background:url(images/formtop_ins.gif) 0 0 no-repeat #F9F9F9; color:#fff; font:20px/39px Georgia, "Times New Roman", Times, serif; margin:0; padding:0 0 0 40px;}
