@font-face {
	/* TTF files for CSS3 browsers */
	/*
	font-family: PT Sans; src: url("../font/pt_sans/PT_Sans-Web-Regular.ttf");
	font-family: PT Sans; font-weight:bold; src: url("../font/pt_sans/PT_Sans-Web-Bold.ttf");
	font-family: PT Sans; font-style:italic; src: url("../font/pt_sans/PT_Sans-Web-Italic.ttf");
	font-family: PT Sans; font-weight:bold; font-style:italic; src: url("../font/pt_sans/PT_Sans-Web-BoldItalic.ttf");
	*/

	font-family: Futura; src: url("../images/futura/FuturaLT-Book.ttf");
	/*font-family: Futura; font-weight:bold; src: url("../images/futura/FuturaLT-Bold.ttf");
	font-family: Futura; font-style:italic; src: url("../font/pt_sans/PT_Sans-Web-Italic.ttf");
	font-family: Futura; font-weight:bold; font-style:italic; src: url("../font/pt_sans/PT_Sans-Web-BoldItalic.ttf");*/
}

html {
	height:100%;
	width:100%;
	/*
	background: url(../../images/top_left_corner.png) no-repeat left top fixed,
		url(../../images/top_right_corner.png) no-repeat right top fixed,
		url(../../images/bottom_left.png) no-repeat bottom left fixed,
		url(../../images/bottom_right.png) no-repeat bottom right fixed,
		url(../../images/tuile_top.png) repeat-x top left fixed;
	*/
}

body {
	font-family: Futura, PT Sans, Arial, Helvetica, sans-serif;
	font-size:1em;
}

#wrapper {
	width:900px;
	margin:0 auto;
	border:1px solid #999999;
	overflow:auto;
}

#header {
	margin:0;
	padding:0;
}

#central {
	clear:both;
	overflow:auto;
	background:#ffffff;
}

input[type=text], select {
	font-family:Futura, PT Sans, Arial, Helvetica, sans-serif;
	border: 1px solid #a9a9a9;
}

input[type=file] {
	font-family: Futura, PT Sans, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
}

a {
	color:#008ac9;
}

a:hover {
	color:#005278;
}

#content {
	padding:0px 20px 0px 20px;
	overflow:hidden;
	color:#666666;
	background-color:#FFFFFF;
}

img {
	border:0;
}

label {
	display:block;
	float:left;
	width:280px;
	text-align:right;
	margin-right:7px;
}

.divBulle {
	display:none;
	position:absolute;
	color:#000000;
	font-size:12px;
	border-radius:8px;
	background-color:#f6f6f6;
	padding:10px 10px 10px 10px;
	margin-top:10px;
	*margin-top:23px; /* IE 6 et 7 */
	*width:210px;
	border:1px solid #CCCCCC;
	width:335px;
	-moz-box-shadow:    2px 2px 2px 2px #e0e0e0;
  -webkit-box-shadow: 2px 2px 2px 2px #e0e0e0;
  box-shadow:         2px 2px 2px 2px #e0e0e0;
}


#footer {
	background-color:#008fd5;
	height:20px;
}

#copyrights {
	text-align:center;
	font-size:12px;
	padding:5px 0px 5px 0px;
	clear:both;
	z-index:1000;
	color:#333333;
}
