@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#fbd78b;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#home{
	margin:0 auto;
	width:800px;
	margin-top:25px;
}

#global{
	width:952px;
	margin:0 auto;
}

#header{
	border:1px #338cc2 solid;
	border-bottom:3px #338cc2 solid;

}
#ligneoranger{
	height:5px;
	background:#F60;
	margin-bottom:4px;
}
#corps1{

	height:600px;
	min-height:600px;

}
#left{

	 padding-top:5px;
	margin-top:20px;
	width:200px;
	float:left;

}
#content{

    padding-top:5px;
	margin-top:4px;
	border:1px #F60 solid;
	border-bottom:3px #F60 solid;
	min-height:600px;
	background:url(../upload/images/container_bg.jpg) repeat-y;
	

}
#txt{
	padding : 0 20px  0 250px;
}
#content h1{
	color:#F60;
	font-size:18px;
	border-bottom:1px #F60 solid;
	
}
/*topmenu*/
#topmenu{
	
	margin:0;
	padding:0;
	margin-top:0px;
	height:25px;
	background:#FFF;
	background:url(../upload/images/bgtopmenu.png) repeat-x;
	list-style:none;
}
#topmenu li{
	margin:0;
	padding:0;
	float:right;

}
#topmenu li a{
	display:block;
	width:110px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	border-left:1px #338cc2 solid;
	text-align:center;

	color:#338cc2;
}
#topmenu li a:hover{
	background:url(../upload/images/bgtopmenuover.png) repeat-x;
	font-weight:bold;

}
/* menu principal */

#menu,.smenu{
	font-size:11px;
	margin:0;
	padding:0;
	list-style:none;
	margin:0 4px;
}
#menu li a{
	font-size:11px;
	padding:2px;
	padding-left:5px;
	display:block;
	background: #F60;
	margin-bottom:2px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	background:url(../upload/images/bgmenu.png) repeat-x;
}
#menu li a:hover{
	padding-left:7px;
}
#menu .smenu li a{
	padding:2px;
	padding-left:5px;
	display:block;
	background: #FFF;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	border-bottom: 1px #F90 solid;
	margin-bottom:0;
	background:url(../upload/images/bgsmenu.png) repeat-x;
}
#menu .smenu li a:hover{
	color:#F60;
	padding-left:7px;
	background:url(../upload/images/bgsmenuover.png) repeat-x;
}
/* bas de page*/
#footer{
	margin-top:5px;
	height:40px;
	background:#F90;
	clear:both;
	text-align:center;
	color:#000;
	font-weight:bold;
	padding:5px;
}
/*langues*/
#langues{
	margin:0;
	padding:0;
	background:#FFF;
	height:20px;
	padding-top:5px;
}
#langues li{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
#langues li a{
	display:block;
	width:70px;
	text-decoration:none;
	padding-left:25px;
	height:20px;
	line-height:20px;
	
}
#ar{
	background:url(../upload/images/Tunisia.png) no-repeat;
}
#fr{
	background: url(../upload/images/France.png) no-repeat;
}
#en{
	background: url(../upload/images/England.png) no-repeat;
}
#jp{
	background: url(../upload/images/Japan.png) no-repeat;
}
#it{
	background: url(../upload/images/Italy.png) no-repeat;
}
#es{
	background: url(../upload/images/Spain.png) no-repeat;
}
#de{
	background: url(../upload/images/Germany.png) no-repeat;
}
img{
	display:block;
	}
.textbleuitalique{
	font-style:italic;
	color:#006699;
	font-weight:bold;
}
.stitre{
	font-size:13px;
	color: #FFF;
	font-weight:bold;
	background: #F90;
}
.textrougeitalique{

	color: #C00;
	font-weight:bold;
}
form{
	margin:auto;
	width:80%;
}
form fieldset label{
	display:inline;
	float:left;
	width:150px;
}
form fieldset input{
	width:200px;
	margin:3px;
}
form fieldset label.zone{
	float:none;
}
.entrez{
	text-align:center;
	margin-top:20px;
}
#contact{
	color:#333;
	font-weight:bold;
	text-align:center;
	width:800px;
	margin:auto;
}
#uv{
	margin:0 5px 5px 5px;
}
#uv img{
	display:block;
	margin:auto;
	border:1px solid #CCC;
	padding:2px;

}