/* ------------------[ GENERIC ]------------------ */
html { }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin : 10px 0 0 0px;
	text-align: center;  /* pour corriger le bug de centrage IE */
	background: transparent url(../img/common/bck.gif);
}

* {padding:0; margin:0}
img {border:none}

/* Link */
a, a:link, a:visited {color: #000000; text-decoration: none;}
a:hover, a:active {text-decoration: underline;}

a.lkpink, a.lkpink:link, a.lkpink:visited {color: #cd006e; text-decoration: none;}
a.lkpink:hover, a.lkpink:active {text-decoration: underline;}


/* List */
ul {padding:0; margin:0; list-style-type:none}

/* Form */
fieldset {border:none}

/*tools*/
.strong {font-weight: bold}
.italic {font-style: italic}
.center {text-align: center}
.left {float: left}
.right {float: right}
.txtright {text-align: right}

/* CANCEL FLOAT */
.both {clear:both; padding:0!important; margin:0!important; background:none!important}  /* <div class="both"></div> */

/*Title*/
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ba0066; 
	margin-bottom: 5px;
}

h2, h3, h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000; 
	padding-right: 44px;
	margin-bottom: 10px;
}

h2 {  
	width: 160px; 
	height: 21px; 
	padding-top: 20px; 
	background: url(../img/common/h2_bck.gif) top right no-repeat; 
}

h3 {  
	width: 85px; 
	height: 18px; 
	padding-top: 10px; 
	background: url(../img/common/h3_bck.gif) top right no-repeat; 
	text-transform: uppercase;
}

h4 {  
	width: 265px; 
	height: 18px; 
	padding-top: 10px; 
	background: url(../img/common/h4_bck.gif) top right no-repeat; 
	text-transform: uppercase;
}

/* Text size */
.f9 { font-size: 9px }
.f11 { font-size: 11px }

/* Text color */
.pink { color: #8c0048 }
.gray { color: #323232 }
.green { color: #c0db2c }
.red {color:#990000;}

/* Margin */
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.ml100 { margin-left: 100px; }
.mt20 { margin-top: 20px }

/* ------------------[ STRUCTURE ]------------------ */
#container {
	width: 820px;		
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: transparent url(../img/common/logo.gif) top center no-repeat;
}

#leftZone {
	width: 265px;
	float: left;
	
}

#rightZone {
	width: 555px;
	float: left;
}

/*leftZone*/
#logo {
	display: block;
	width: 265px;
	height:180px;
}

#logo span { display: none }

ul#menu { margin: 0 0 0 112px }
ul#menu li a, ul#menu li a:link, ul#menu li a:visited { font-size: 16px; }
ul#menu li a:hover, ul#menu li a:active { color: #cd006e; font-weight: bold; }
ul#menu li { font-size: 18px; font-weight: bold; color: #ba0066;}
#header {
	width: 505px;
	height: 90px;
	padding: 90px 15px 0 15px;
	display: block;
}

#leftZone p { margin-bottom: 20px}

.webagency {
	font-size: 10px;
	margin: 150px 0 0 0;
}

#footer {
	background: url(../img/common/footer_bck.gif) no-repeat;
	width: 236px;
	height: 118px;
	margin-top: 150px;
}

#footer span { display: none; }

/*rightZone*/
#header p { font-size: 10px }

#content {
	width: 510px;
	height: 650px;
	padding: 0 15px;
	background-color: #FFFFFF;
}

#content p { margin-bottom: 10px }

#content ul { margin: 5px 0 10px 0 }

#content ul li {
	background: url(../img/common/puce.gif) left no-repeat;
	padding-left: 15px;
}

#content div {
	clear: both;
	display: block;
	height: 95px;
}

#content img {
	float: left;
	background: url(../img/home/bck_ref.gif) top center no-repeat;
	padding: 4px;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

#content div p { font-size: 11px }

#bottom { 
	width: 510px;
	padding: 0 15px;
	height: 45px;
	background:  url(../img/common/content_bot.gif) top center no-repeat;
}

/*formulaires*/
form {
	margin: 0 0 10px 0; 
	padding-top: 60px;
}

label {
	display: block;
	width: 130px;
	float: left;
}

input, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 2px solid #adadad;
	border-bottom: 2px solid #adadad;
}

