@charset "utf-8";
/* CSS Document */

/*  ID et CLASSES  */

body {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	background-image: url(../images/entete_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

.clear{
	clear: both; 
}


#page {
	width: 920px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #F90;
}

#header {
	background-color: #EEE;
	height: 230px;
}

#navigation {
	background-color: #CCC;
	height: 30px;
	float: left;
	width: 620px;
	background-image: url(../images/bg_navigation.png);
	background-repeat: repeat-x;
	padding-top: 7px;
}

#navigation li {
	display: inline;
	color: #fff;
	margin-left: 15px;
}

#navigation li a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a:hover {
	color: #333;
}

#accesRapide {
	background-color: #CCC;
	height: 30px;
	float: right;
	width: 300px;
	background-image: url(../images/bg_navigation.png);
	background-repeat: repeat-x;
	padding-top: 7px;
}

#accesRapide .select {
	border-color: #F90;
	float: left;
	font-size: 10px;
	width: 180px;
}

#accesRapide .home {
	background: transparent no-repeat scroll 0 0;
	display: block;
	float: right;
	height: 17px;
	margin-left: 10px;
	width: 17px;
	text-decoration: none;
}

#pageGauche {
	background-color: #FFF;
	float: left;
	width: 590px;
	padding-left: 10px;
}

#pageDroite {
	float: right;
	width: 285px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../images/degrade300.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
}

#newsletterBox {
	background-color: #666;
	color: white;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 8px;
	line-height: 12px;
}

#newsletterBox .select {
	border-color: #F90;
	float: left;
	font-size: 10px;
	width: 180px;
}

#newsletterBox h1 {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#newsletterBox p {
	margin-bottom: 5px;
	padding: 0px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 9px;
	padding-top: 8px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	line-height: 5px;
	padding-bottom: 10px;
	color: #FFF;
}

#infoBox {
	background-color: #FFF;
	color: #666;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 8px;
	border: 1px solid #F90;
}

#infoBoxBorderless {
	color: #666;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 8px;
}

#footer a {
	color: #F90;
}

.right {
	clear:both;
	float:right;
	margin:3px 0 7px 10px;
}
.left {
	clear:both;
	float:left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.arplanbouton {
	background-image: url(../images/bg_navigation.png);
}

/*  BALISES  */


input, select, textarea {
	background-color: #EEE;
	border: 1px solid #F90;
	color: #333;
	font-size: 10px;
	margin-bottom: 0;
}

a {
	color: #F90;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;	
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 15px;
}

td {
	text-align: center;
	background-color: #FFF;
}

img a, a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.red{
	color:#F00;
	}

.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*  Effet de zoom en css  */

#bulle {
list-style: none;
margin: 20px 0px 0px;
padding: 0px;
}
#bulle li {
display: inline-block;
margin: 0px 5px;
padding: 0px;
width: 130px;
height: 98px;
}

#bulle li a img {
	position: relative;
	border: 1px solid #F19001;
}

#bulle li a img.large {
display: none;
}

#bulle li a:hover img.small {
	display: none;
	z-index: 0;
}

#bulle li a:hover img.large {
display: block;
margin-top: -28px;
margin-left: -28px;
z-index: 1000;
} /*  fin de l'effet de zoom en css  */
