/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;

}

body {
	text-align: center;
	background: url(../images/bg.jpg) repeat-x #004E74;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

img {
	border: none;
}

p {
	margin: 2px 0 12px;
	font-size: 11px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

label {
	cursor: pointer;
	display: block;
	text-align: left;
}

h1 {
	background: white;
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	margin: 2px 0 20px;
	}
	
h2 {
	position: absolute;
	z-index: 2;
	background: white;
	font-size: 15px;
	text-transform: uppercase;
	width: 767px;
	height: 25px;
	text-align: left;
	margin: 2px 0 0 -12px;
	padding-left: 12px;
}

h3 {
	color: #00539F;
	font-size: 12px;
	}

.photo {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid black;
}

.logo {
	float: left;
	margin: 0 20px 20px 0;
}

/* Hides from IE5-mac \*/
* html h2 {
	width: 766px;
}
/* End hide */

a:link {
	text-decoration: none;
	color: #00539F;
}

a:visited {
	text-decoration: none;
	color: #00539F;
}

a:hover {
	text-decoration: underline;
}

.envoyer {
border: 1px solid #00539F;
background: none;
float: right;
color: #00539F;
width: 60px;
height: 20px;
padding-bottom: 3px;
margin: 0 0 10px 240px;
}

.obligatoire {
color: #9AB834;
}

.erreur {
color: #FF0000;
}

/* Structure =================================================================*/

#ref {
position: absolute; 
left: 0; 
top: 0; 
z-index: 1; 
visibility: hidden;
}

#page {
	margin: 20px auto;
	text-align:center;
	background: #357EA2;
	padding: 20px;
	width: 850px;
	voice-family: "\"}\"";
  voice-family: inherit;
	width: 810px; /*Be nice to ie6 */
}


html>#page{
	width: 810px; /*Be nice to opera */
}

#entete {
	height: 149px;
	border: 1px solid white;
	text-align: right;
	background: url(../images/logo_gaetane_anouk.gif) white no-repeat top left;
}


#corps {
	text-align: center;
}

#cadre {
	position: relative;
	background: white;
	height: 580px;
}

#cadre .wrap {
	text-align: left;
	padding: 20px 0 20px 20px;
}

iframe {
	position: absolute;
	z-index: 1;
	height: 540px;
	width: 98%;
	margin: 2px -10px;
}

/* Hides from IE5-mac \*/
* html iframe {
	margin: 0 -11px;
}
/* End hide */

#cadreg {
	position: relative;
	float: left;
	background: white;
	width: 630px;
}

#cadreg .wrap {
	text-align: left;
	font-size: 10px;
	padding: 20px 50px 20px 20px;
}

#cadred {
	text-align: right;
	margin-left: 650px;
}

#pied {
	clear: both;
	text-align: left;
}

/* Navigation
================================================*/
#nav {
	height: 22px;
	border: 1px solid white;
	background: #00539F;
	margin: 0 0 10px;
	}
	
*html #nav {
	margin: -1px 0 10px;
	}
	
#nav ul {
	list-style: none;
	}
	
#nav li {
	list-style: none;
	display: inline;
	}
	
#nav a {
	padding: 5px 40px 5px 10px;
	color:#fff;
	display:block;
	float:left;
	width:auto;
	xletter-spacing:1px;
	font-weight: bold;
	font-size: 10px;
	}
#nav a:hover, #nav a:focus {
background: #1F9DC7;
text-decoration: none;
}

#nav .sel a {
	background: #1F9DC7;
	color:white;

}

#nav .sel a:focus {
background:#F1F8E1;
}

#nav a:active {
	background: #1F9DC7;
	color:#fff;
}

.list {
	list-style: square;
	line-height: 18px;
	font-size: 11px;
	margin: 15px 0 20px 162px;
}

.list li {
	margin-left: 15px;
}

/* Corps  =================================================================*/

#contact {
	margin-top: 8px;
}

#contact td {
	padding: 2px;
	font-size: 11px;
	min-width: 100px;
	vertical-align: top;
}

/* Hides from IE5-mac \*/
* html #contact td {
	width: 100px;
}
/* End hide */

/* Pied  =================================================================*/

#piedcopy {
	font-size: 11px;
	color: white;
	padding: 5px 0 0;
}