/*************************** BALISES *********************************/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: #B9B9B9 url('../img/bg.jpg') repeat-x;
}
h1, h2{
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 1em 0;
}
legend {
font-weight: bold;
}
label {
	margin: 0 0 0 20px;
}
textarea {
height: 100px;
width: 160px;
}
p, li, dd {
	margin: 0.6em 0;
	line-height: 110%;
}
p, dd {
text-align: justify;
}
strong {
	font-weight: bold;
}
/***************************** BALISES END *****************************/

/**************************** LAYOUT ***********************************/
#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 970px;
	margin-left: -485px;
	background: url('../img/bg-wrapper.jpg') repeat-y;
}
#banniere {
height:116px;
width:970px;
	margin: 0;
	padding: 0;
}
#main {
	float: left;
	height: 497px;
	width: 785px;
	color: #353938;
	padding: 3px 5px;
	background: #fff url('../img/bg-main.jpg') repeat-x bottom;
}
#adresse {
	height: 18px;
	line-height: 18px;
	margin: -2px 10px 0 10px;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #fff;
	background: url('../img/bg-adresse.jpg');
}
#infos {
	float: left;
	width: 320px;
	height: 425px;
	margin-top: 30px;
	margin-left: 32px;
	background: #fff url('../img/bg-infos.jpg') repeat-y;
}
#infos * {
	margin-right: 15px;
	margin-left: 10px;
}
#infos h2, #fullpage h2 {
	margin: 0 0 1em 0;
	height: 21px;
	line-height: 21px;
	padding-left: 18px;
	background: url('../img/bg-h2.jpg') no-repeat;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
#infos h3, #fullpage h3 {
	font-weight: bold;
	color: #f29d0e;
	padding-bottom: 6px;
	border-bottom: 3px solid #f9ba00;
}
#infos dt {
font-weight: bold;
margin: 0.8em 0 0.2em;
}
#infos dt.accordion {
cursor: pointer;
background: url('../img/plus.gif') no-repeat 0 1px;
padding-left: 13px;
}
#illustrations {
	float: left;
	width: 417px;
	padding: 55px 0;
	background: url('../img/bg-illustrations.jpg') repeat-y;
	text-align: center;
}
#illustrations .principale {
	border: 2px solid #e56422;
	margin: 0 0 10px;
}
#illustrations .secondaire {
	width: 85px;
	margin: 0 4px;
	border: 1px solid #e56422;
}
#creations {
text-align: center;
}
#creations #bigPicWrapper {
margin: 1em;
height: 300px;
}
#creations #bigPicWrapper #bigPic {
max-height: 300px;
}
#creations #thumbsWrapper {
width: 728px;
height: 80px;
overflow: auto;
overflow-y: hidden;
}
#creations #thumbsWrapper #thumbsSlider {
width: 2000px;
height: 80px;
}
#creations #thumbsWrapper #thumbsSlider img {
margin: 0 2px;
}
#contact li {
	margin: 0.2em 0;
	line-height: 100%;
}
#contact li label {
	display: block;
}
#fullpage {
height: 440px;
margin: 2em;
background: #F0EBEF url('../img/bg-fullpage.jpg') no-repeat;
}
/**************************** LAYOUT END ***********************************/

/*********************************  NAV  ***********************************************/
#nav {
	float: left;
	width: 165px;
	height: 474px;
	margin: 2em 0 0 0;
	padding: 0;
	font: 12px 'Verdana', 'Sans Serif', sans;
}
#nav li {
	padding: 0;
	margin: 0;
}
#nav a:link, #nav a:visited {
	display: block;
	width: 144px;
	height: 27px;
	line-height: 27px;
	margin-left: 17px;
	padding-left: 4px;
	color: #fff;
	text-decoration: none;
	background: url('../img/bg-nav.jpg') no-repeat right;
}
#nav a:hover, #nav a:link.active, #nav a:visited.active, #nav a:hover.active {
	color: #015489;
}
/*********************************  NAV END  ***********************************************/

/*********************** CONTENT *********************************/
#accueil #infos ul {
margin-left: 25px;
}
#accueil #infos ul li {
list-style-image: url('../img/puce-f29400.gif');
}
#accueil #infos ul a:link, #accueil #infos ul a:visited, #accueil #infos ul a:hover {
color: #5D395F;
text-decoration: none;
}
#accueil #infos ul a:hover {
border-bottom: 1px dotted #5D395F;
}
#actualites #scroll {
	height: 400px;
	margin: 1em;
	overflow: auto;
}
#actualites h3 {
	background: url('../img/logo-mini.gif') no-repeat;
	padding: 2px 0 2px 50px;
}
#actualites .news {
	margin: 1em 1em 2em 1em;
}
#actualites .news .date {
	text-align: right;
	font-size: 10px;
}
/*********************** CONTENT END *********************************/

/*********************** TOOLTIPS *********************************/
.tool-tip {
	color: #000;
	width: 139px;
	z-index: 13000;
} 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #1F1B15;
	padding: 8px 8px 4px 8px;
	background: url(../img/bubble.png) top left;
} 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px 8px;
	background: url(../img/bubble.png) bottom right;
}
/*********************** TOOLTIPS END ***************************/

/*********************** FOOTER *********************************/
#footer {
	clear: both;
	background: url('../img/bg-footer.jpg') no-repeat top left;
	width: 970px;
	height: 41px;
	font: 11px Tahoma, 'Sans Serif', sans;
}
#footer p {
	margin: 0 10px;
	padding:  0.5em;
	color: #fff;
}
#footer p a {
	text-decoration: none;
	color: #015489;
}
/*********************** FOOTER END *********************************/


/*********************** CLASSES *********************************/
.pagination {
	height: 2em;
	line-height: 2em;
}
.pagination a, .pagination span {
	padding: 0.1em 0.3em;
}
.pagination a {
	color: #2C347F;
}
.pagination span.disabled, .pagination span.current {
	color: #777;
}
.gauche {
	float: left;
}
.droite {
	float: right;
}
.aligne_centre {
	text-align: center;
}
.aligne_droite {
	text-align: right;
}
.justifie {
	text-align: justify;
}
.nomargin {
	margin: 0;
}
.reset {
	clear: both;
}
.nofloat {
	float: none;
}
.curseur_lien {
	cursor: pointer;
}
.cache {
	display: none;
}
/*********************** CLASSES END *********************************/


/*********************** CONTACT *********************************/

/*********************** CONTACT END *********************************/
