/* -----------------------------------------------------------
						Général
----------------------------------------------------------- */

*{
margin:0;
padding:0;
border:0;
}

body{
font-family:Arial, Verdana Tahoma, Helvetica, sans-serif;
font-size:medium;
color:#3d3d3d;
text-align:center;
background-color:#FFF;
background-image:url(../images/bg.gif);
background-repeat:repeat;
background-position:0 0;
}

a:link,
a:visited{
text-decoration:none;
color:#3d3d3d;
outline:none;
}
a:hover,
a:active{
text-decoration:underline;
color:#3d3d3d;
outline:none;
}

h1{display:none;}
h2,h3,h4,h5{font-size:100%;}

.small{font-size:9px;}
.left{float:left;}
.right{float:right;}
.bold{font-weight:bold;}
.italique{font-style:italic;}
.souligne{text-decoration:underline;}
ul{list-style:none outside none;}
input.champ{
font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
border:1px solid #969696;
padding:1px 2px;
height:15px;
font-size:90%;
color:#757575;
}



/* -----------------------------------------------------------
						Structure
----------------------------------------------------------- */

div#global{
width:970px;
height:auto !important;
min-height:200px;
height:200px;
margin:40px auto 10px auto;
text-align:left;
font-size:70%;
}

	div#global div#header{
	position:relative;
	height:55px;
	width:970px;
	background-image:url(../images/bg_header.gif);
	background-position:bottom;
	background-repeat:no-repeat;	
	}
	
		div#global div#header img#logo{
		position:absolute;
		margin:-11px 0 0 105px;
		z-index:200;
		}
		
		div#global div#header ul#menu{
		width:540px;
		margin-left:423px;
		font-size:14px;
		color:#FFF;
		font-style:italic;
		height:35px;
		}
			div#global div#header ul#menu li{
			background-image:url(../images/sep_menu.gif);
			background-position:left;
			background-repeat:no-repeat;
			height:35px;
			display:inline;
			float:left;
			}
	
	div#global div#contenu{
	
	height:auto !important;
	min-height:200px;
	height:200px;
	width:955px;	
	text-align:left;
	padding:0 7px 0 8px;
	background-image:url(../images/fond.gif);
	background-repeat:repeat-y;
	display:table;
	z-index:10;
	}
	div#global div#contenu div#fond{
	position:relative;
	height:auto !important;
	min-height:200px;
	height:200px;
	width:955px;	
	text-align:left;
	background-image:url(../images/fond_degrade.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	display:table;
	}
	
		div#global div#contenu div#annexes{
		position:relative;
		float:left;
		display:table;
		width:220px;
		padding:55px 97px 30px 98px;
		min-height:280px;
		height:280px;
		text-align:center;
		}
			div#global div#contenu div#annexes h2{
			color:#3ea6e1;
			font-size:14px;
			margin-bottom:15px;
			}
			div#global div#contenu div#annexes img.visu{
			border:1px solid #3ea6e1;
			padding:1px;
			margin-bottom:7px;
			}
			div#global div#contenu div#annexes div.prix{
			font-size:18px;
			color:#3ea6e1;
			margin-bottom:10px;
			}
				div#global div#contenu div#annexes div.prix span{
				font-size:14px;
				text-decoration:line-through;
				}
			div#global div#contenu div#annexes h3{
			width:220px;
			text-align:center;
			text-transform:uppercase;
			margin-bottom:7px;
			}
			div#global div#contenu div#annexes p{
			width:220px;
			text-align:center;
			}
		
		div#global div#contenu div#datas{
		position:relative;
		float:left;
		display:table;
		width:540px;
		min-height:365px;
		height:365px;
		}
	
		


	div#global div#footer{
	position:relative;
	clear:both;
	height:40px;	
	width:955px;	
	padding:20px 7px 0 8px;
	color:#ffffff;
	font-size:10px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	}
		div#global div#footer ul{
		font-size:11px;
		width:955px;	
		text-align:right;
		border-bottom:1px solid #767676;
		padding:0 0 10px 0;
		margin-bottom:6px;
		}
		div#global div#footer ul li{
		display:inline;
		}
		div#global div#footer ul li a{
		color:#767676;
		}

