/* ****************************************************

	@file:		   global.css
	@description:  Feuille de styles globale
	@author:       remi (ixmedia.com)
	@updated:	   20081113

***************************************************** */

/*
 * @section Basic
 ******************************************************************************/

html, body {
	height: 100%;
}

body {
	background: #009ECE; /* fond sud */
	/*background: #86b8d3;*/ /* fond europe */
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4;
	color: #000;
}

#wrap-outer {
	background: #009ECE url("/img/bg-fond-sud.jpg") no-repeat top center;
	/* background: #86b8d3 url("/img/bg-fond-europe.jpg") no-repeat top center; */
	background-attachment: fixed;
	height: auto !important;
	height: 100%; /* Pour IE6*/
	min-height: 100%;

	/* @@@ À vérifier */
	max-width: 1023px;
	margin: 0 auto;
}

body.tortue #wrap-outer  {
	background-image: url("/img/bg-fond-tortue.jpg");
}

body.tortue #footer, body.tortue #footer a {color: #FFF;}

body.hollande #wrap-outer  {
	background-image: url("/img/bg-fond-hollande.jpg");
}

body.hollande #footer, body.hollande #footer a {color: #FFF;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrap {
	width: 942px;
	height: 698px;
	margin: 0 auto 0 auto;
	margin-top: -118px;

 	/*
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/bg-passeport-europe.png",sizingMethod="scale");
	background: url("/img/bg-passeport-europe.png") no-repeat;
	*/
	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/bg-passeport-sud.png",sizingMethod="scale");
	background: url("/img/bg-passeport-sud.png") no-repeat;
	
	*background: none;

}

#wrap .inner {
	padding: 129px 120px 0 144px;
}

#contenu {
	width: 310px;
	float: left;
	padding-top: 8px;
	margin-top: 10px;
	position: relative;
	z-index: 8000;
	padding-left: 6px;
	padding-right: 11px;
	height: 406px;
}

#contenu p {
	margin-bottom: .8em;
}

#contenu p.logo {
	margin-bottom: 0;
}

#contenu h2 {
	font-size: 120%;
	margin-bottom: 1em;
	line-height: 1.2;
}

#contenu a:link, #contenu a:visited {
	color: #5A5B83;
}

#contenu img a:link, #contenu img a:visited {
	border:none;
}

#flash {
	position: relative;
	float: right;
	width: 340px;
	padding-top: 16px;
}

#musique0 {
	position: absolute;
	top: 460px !important;
	top: 463px; /* Pour IE6... */
	left: 670px;
}

#musique {
	position: absolute;
	top: 108px !important;
	top: 103px; /* Pour IE6... */
	left: 710px;
}

#entete {
	height: 140px;
	position: relative;
	margin: 0 auto;
	width: 722px;
	top: 0;
	left: 0;
}

#entete h1 {
	bottom: 18px;
	left: 14px;
	position: absolute;
	color: #fff;
	font-size: 250%;
	font-weight: normal;
	line-height: 1.1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

/*
#entete h1 strong {
	font-weight: bold;
	display: block;
	font-size: 120%;
	line-height: 1.2em;
}
*/
#entete a {
	display: block;
	position: absolute;
	right: -11px;
	padding: 3px 24px 3px 6px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#entete a:hover {
	text-decoration: underline;
}
#entete #envoi-ami {
	top: 61px;
	background: url(/img/icone-envoi-ami.gif) 97% 50% no-repeat;
}
#entete #envoi-commentaires {
	top: 84px;
	background: url(/img/icone-commentaires.gif) 97% 60% no-repeat;
}
#footer {
	clear: both;
	color: #004054; /* couleur sud */
	/* color: #fff; */ /* couleur europe */
	text-align: center;
	font-size: 86%;
	padding-bottom: 30px;
	margin-top: -50px;
}

#footer a {
	color: #004054; /* couleur sud */
	/* color: #fff;*/ /* couleur europe */
}

/*
 @subsection Divers
----------------------------*/

strong.tel {
	white-space: nowrap;
	font-size: 120%;
}

body.en strong.tel {

}

.note {
	font-size: 90%;
}

.logo {margin-top: 90px;}

/*
 * @section Overlay
 ******************************************************************************/

#overlay {
	display: none;
	position: fixed !important;
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}

.form-overlay {
	display: none;
	/*position: fixed !important;*/
	position: absolute;
	left: 50%;
	top: 100px;
	width: 330px;
	margin-left: -150px;
	background: #fff;
	z-index: 10010;
	color: #000;
	border: 3px solid #5A5B83;
}

.form-overlay a.fermer {
	position: absolute;
	top: 10px;
	right: 15px;
	text-decoration: none;
	float: right;
	font-size: 1.3em;
	display: block;
	color: #5A5B83;
}

.form-overlay a.fermer:hover {
	color: #00a664;
}

.form-overlay a.fermer strong {
	float: right;
	font-size: 140%;
}

.form-overlay a.fermer span {
	float: right;
	margin-top: 5px;
	margin-left: 4px;
	font-size: 90%;
}

.form-overlay h1 {
	font-size: 150%;
	margin: 0 0 0.8em;
	color: #5A5B83;
	line-height: normal;
}

.form-overlay form {
	padding: 15px 20px;
	position: relative;
}

.form-overlay form ul {
	list-style:none;
	margin: 0 0 1em;
	padding:0;
}

.form-overlay form ul li {
	margin: 0 0 1em;
}

.form-overlay form input,
.form-overlay form textarea {
	display: block;
	border: 1px solid #5A5B83;
	padding: 3px;
	margin-top: 3px;
	width: 260px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.form-overlay form strong.erreur {
	color:#E52439;
}

.form-overlay form input.erreur,
.form-overlay form textarea.erreur {
	border:1px solid #E52439;
}

.form-overlay p.bouton {
	margin: 0;
}

.form-overlay button {
	background: #5A5B83;
	color: #fff;
	border: none;
	padding: 6px 8px;
	font-weight: bold;
	font-size: 110%;
}

.form-overlay .loading {
	text-align: center;
	background: url("/img/bg-loading.gif") no-repeat 50% 10px;
	padding: 35px 0 0 0;
	height: 1%;
}

.form-overlay .confirmation,
.form-overlay .form-erreur {
	text-align: center;
	padding: 25px 0 0 0;
}

.form-overlay .loading p {
	margin: 0;
}

#protections {
	width: 530px;
	margin-left: -250px;
}

#protections .protections-inner {
	padding: 15px 15px 1px;
}

#protections p {
	margin: 0 0 1em;
}

#protections h2 {
	font-size: 150%;
	margin: 0 0 0.6em;
	color: #5A5B83;
}

#protections h3 {
	
	font-size: 115%;
	margin: 0.8em 0 0.5em;
	border-bottom: 1px solid #ddd;
	padding: 0 0 3px;
}

#protections a.fermer {
	top: 6px;
}