/***  DEFAULT CSS FOR 1.html TEMPLATE ***/

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,ul,li {  
	margin: 0; 
	padding: 0;
	font-family: Arial;
} 
body{
	background-color: #EBEBED;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 
fieldset,img {  
	border:0; 
}
h1{
	
}
h2{
	font-family: Arial;
	font-size: 18px;
	color: #424242;
}
h3{
	font-family: Arial;
	font-size: 15px;
	color: #424242;
}
a {
	font-size: 12px;
	text-decoration: none; 
	color: #BD0000;
}
a:hover{
	text-decoration: underline; 
}
p{
	font-family: Arial;
	font-size: 12px;
	color: #424242;
}
p.infos {
	font-family: Arial;
	font-size: 10px;
	color: #BD0000;
	font-style: italic;
}
#global {
	margin: auto;
	width: 930px;
	background: transparent url(../images/image_bg.jpg) no-repeat 0 0;
	height: 700px;
}
#zone1{
	width: 100%;
	height: 120px;
	padding-top: 30px;
}
#zone2{
	float: left;
	width: 280px;
	height: 490px;
}
#zone3{
	float: left;
	width: 420px !important;
	height: 490px;
}
#zone4{
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-top: 30px;
	height: 460px;
}
#zone4 h3 {
	background : transparent url(../images/h3_droite.jpg) no-repeat 0% 50%;
	position: relative;
	margin: 5px 0px 0px -5px;
	padding: 10px 0px 0px 5px;
	width : 172px;
	height: 30px;
}
#zone5{
	clear: both;
	height: 50px;
}
#iframe_editor{
	width: 320px !important;
}	
