/* bookmarks */
div#titre-bookmarks
{
	width:560px;
	height:60px;
	background: url('../../images/themes/classic/bg-header-form.gif') no-repeat center center;
	padding:30px 0 0 40px;
	margin: 0 50px 5px 0;
}
.sous-titre-bookmarks
{
	font-size:0.85em;
}
div#bookmarks
{
	width:630px;
	color:#034181;
}
div#bookmarks img
{
	border: 0;
}
div#bookmarks p
{
	padding-bottom:10px;
}
div#bookmarks p:hover
{
	cursor:hand;
	cursor: pointer;
}
div#bookmarks img:hover
{
	border: 0;
}
div#layer1
{
	clear:left;
	width:630px;
	height:240px;
}
div#layer2
{
	clear:left;
	width:630px;
	height:120px;
	display:none;
}
div#layer3
{
	clear:left;
	width:630px;
	height:200px;
	display:none;
}
div#layer4
{
	clear:left;
	width:630px;
	height:120px;
	display:none;
}
div#layer5
{
	clear:left;
	width:630px;
	height:160px;
	display:none;
}
div#layer6
{
	clear:left;
	width:630px;
	height:140px;
	display:none;
}
div#layer7
{
	clear:left;
	width:630px;
	height:90px;
	display:none;
}
div#layer11
{
	clear:left;
	width:630px;
	height:218px;
	display:none;
}
div#layer12
{
	clear:left;
	width:630px;
	height:140px;
	display:none;
}
div#bookmarks ul
{
	padding-left:40px;
}
div#bookmarks li.checkbox
{
	width:30px;
	height:20px;
	text-align:left;
}
div#bookmarks li.checkbox-title
{
	width:158px;
	height:17px;
	font-size:0.85em;
	text-align:left;
	padding-top:3px;
}

/* CONTACT */
#full-form {
	width: 80%;
	overflow:hidden;
	color:#1494df;
	background-color:#ededed;
	margin:auto auto 30px auto;
	text-align:center;
}

#full-form td{
	padding:2px;
	font-size:11px;
}

div#titre-intro{
  	width:630px;
  	height:60px;
  	background: url('../../images/themes/classic/bg-header-form.gif') no-repeat center center;
	color: #063f7f;
	padding: 30px 0 0 0;
}
div#titre-intro span{
  font-size:0.85em;
  line-height:20px;
}

#full-form input, textarea, select {
	/*width: 100px;*/
	background-color: #FFF;
	border: 1px solid #aad4ec;
	font-family:arial;
	color:#063f7f;
}


#full-form span{
	color:red;
	font-size:9px;
	margin-left:5px;
}
#full-form .submit{
	border: 1px solid #c8d0fe;
	width:120px;
	height:30px;
	color:#c8d0fe;
	background-color:#042f68;
	font-weight:bold;
	font-size:12px;
	cursor:hand;
	padding-bottom:1px;
}
#left .submit{
	border: 1px solid #c8d0fe;
	width:120px;
	height:30px;
	color:#c8d0fe;
	background-color:#042f68;
	font-weight:bold;
	font-size:12px;
	cursor:hand;
	padding-bottom:1px;
}
#left .submit-password{
	border: 1px solid #c8d0fe;
	width:130px;
	height:30px;
	color:#c8d0fe;
	background-color:#042f68;
	font-weight:bold;
	font-size:12px;
	cursor:hand;
	padding-bottom:1px;
}
#full-form .texte-newsletter{
	font-size:11px;
}
#full-form .error_compte{
	font-size:11px;
	color:red;
}




