/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis style.css.
 */

/***************** STRUCTURE *****************/
body,html{
	height:100%;
	scrollbar-base-color: #09c1d9;
}

body{
	margin:0;
	padding:0;
	background:#09c1d9 url(../images/charte/bg-body.jpg) no-repeat scroll left top;
}

#container{
	margin:0;
	padding:0;
	width:990px;
	display: table;
}

#header{
	float:left;
	margin:0;
	padding:0;
	width:990px;
	height:170px;
}

#menu{
	float:left;
	margin:0;
	padding:0 31px 0 0;
	width:229px;
	height:266px;
}

#contenu{
	float:left;
	margin:0;
	padding:0 23px 0 0;
	width:707px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;	
	text-align:justify;
	color: #fff;
}

#titre{
	float:left;
	margin:0;
	padding:0;
	width:707px;
	height:53px;
	text-align:right;
}

.searchForm{
	text-align:center;
}


/***************** FOOTER *****************/

#footer{
	position: absolute;
	margin:0px;
	padding:0px;
	width:100%;
/*	height:157px;*/
	clear:both;
	background:url(../images/charte/bg_footer2.jpg) repeat-x scroll left top;
}

.topdive{
/*previously named: #footer_top */
	height:135px;
	background:url(../images/charte/bg-footer.jpg) repeat-x scroll left top;
}

.paris{
/*previously named: #footer_paris */
	height:157px;
	background:url(../images/charte/bg_footer2.jpg) repeat-x scroll left top;
}

.cannes{
/*previously named: #footer_cannes */
	height:157px;
	background:url(../images/charte/bg_footer2.jpg) repeat-x scroll left top;
}

#footerFlash{
	float:left;
	margin:0;
	padding:0;
	width:990px;
	height:112px;
	/*background:url(../images/charte/bg-flash.jpg) no-repeat scroll left top;*/
}

#footerMenu{
	float:left;
	margin:0;
	padding:0px;
	width:990px;
	height:22px;
	text-align:center;
/*
	float:left;
	margin:0;
	padding:0 0 0 182px;
	width:716px;
	height:22px;
	text-align:center;
*/
	background:url(../images/charte/bg-footermenu.jpg) no-repeat scroll left top;
}

#footerMenu_paris, #footerMenu_cannes{
	float:left;
	margin:0;
	width:990px;
	height:45px;
	text-align:center;
	background:url(../images/charte/bg-footermenu2.jpg) repeat-y scroll left top;
}
#footerMenu_paris p, #footerMenu_cannes p
{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-seriff;
	font-size:11px;
	color: #1E5047;
	text-align:right;
	float: left;
	width: 880px;
}

/*#footerMenu_cannes{
	float:left;
	margin:0;
	padding:0 0 0 182px;
	width:716px;
	height:40px;
	text-align:center;
	background:url(../images/charte/bg-footermenu2.jpg) repeat-y scroll left top;
}*/

#idep{
	float:right;
	margin:0;
	padding:0;
	width:92px;
	height:22px;
}

#bubble_middle{
	float: left;
	width: 700px;
	background-image: url(../parisfundive/images/charte/bubbles_1.jpg);
	background-position: 0px 50px;
	background-repeat: repeat-y;
}

#bubble_top{
	width: 100%;
	display: table;
	background-image: url(../parisfundive/images/charte/bubbles_2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#bubble_bottom{
	width: 100%;
	display: table;
	background-image: url(../parisfundive/images/charte/bubbles_3.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}

#bubble_text{
	width: 90%;
	margin: 20px auto;
	display: table;
	text-align: left;
	color: #005762;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#bubble_text div{
	/*color:#ffffe1 !important;*/
}

#sea, #nitrox{
	width:200px;
	display:block;
	float: left;
	margin-left: 30px;
	/*color: #626262;*/
	font-weight: bold;
	text-align: center;
}

.livre{
	width: 400px;
	margin: 2px auto 2px auto;
	text-align: right;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.livre #txtEmail, .livre #txtText{
	width: 250px;
	background-color: #71ddee;
	border: 1px solid #fff;
	vertical-align: top;
	margin-left: 10px;
}
.livre #buton{
	font-size: 11px;
	font-weight: bold;
	margin-right: 100px;
	border: 1px solid #adf3fc;;
	width: 100px;
	height: 18px;
	color: #00424a;
	padding: 1px 0px 3px 0px;
	background-color: #1cacc3;
	cursor: pointer;
}
.image_admin{
	border: 4px solid #fff;
	float: right;
	margin: 0px 0px 10px 10px;
}
/*#nitrox{
	width: 200px;
	text-align: center;
}*/
