* {
	margin: 0;
    padding:0;
}
html, body {
	height: 100%;
}
body {
  background:#828282 url(bg.png) repeat-x;
  font-family:verdana,arial,tahoma;
  font-size:14px;
  color:#fff;
  text-align:center;
  }
#page {
    width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto  -55px;
    text-align:left;
    background:#333 url(bg_fake_col.jpg);
}
#panel {
  width:860px;
  height:50px;
  line-height:50px;
  background:#333;
  color:#666;
  padding:0 20px;
}
#panel a {
	text-decoration:none;
	color:silver;
	font-size:12px;
	font-variant:small-caps;
}
#panel a:hover {
	color:#fff;
}

.header{
position:relative;
  height:250px;
  background:#000 url(header.jpg) no-repeat;

}
.ariane {
	position:absolute;
	font-size:11px;
	left:20px;
	top:230px;
}
.ariane a {
	color:#fc6;
	text-decoration:none;
}
.ariane a:hover {
	text-decoration:underline;
	color:#eee;
}
.margeur {
clear:left;
float:left;
}
.paddeur {
  padding:20px;
  	min-height: 100%;
	height: 100% !important;
	height: 100%;
}

.footer, .prefooter {
	height: 55px;
	clear:both;
}
.footer {
clear:both;
  background:#272727;
  color:#888;
  font-variant:small-caps;
  line-height:27px;
  width:900px;
  margin:0 auto;
  font-size:11px;
}
.footer a {
  text-decoration: none;
  color:#777;
}
.footer a:hover {
color:#ccc;

}
#droite {
  position:relative;
  display:inline;
  width:650px;
  float:right;
  background:#4D4D4D;
  font-size:12px;
  color:#eee;

}
#gauche {
  position:relative;
  display:inline;
  width:250px;
  float:left;
  font-size:12px;  
}
#gauche h2 {
	font-variant:small-caps;
	color:#666;
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid #666;
}
#droite h2 {
	font-variant:small-caps;
	color:#666;
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid #666;
}
#droite h1 {
	font-variant:small-caps;
	color:#666;
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid #666;
}
#menu {
height:30px;
width:860px;
position:relative;
background:#555;
line-height:30px;
padding:0 20px;
color:#777;
font-variant:small-caps;
font-size:12px;
}
#menu ul li {
display:block;
float:left;
margin-right:15px;
}
#menu ul li a, #gauche ul li a {
	text-decoration:none;
	color:#777;
}
#menu ul li a:hover,#menu ul li a:active,#menu ul li a:visited,#gauche ul li a:hover,#gauche ul li a:active,#gauche ul li a:visited {
	color:#ccc;
}
#gauche ul li a {
	font-variant:small-caps;
	margin-bottom:10px;
	font-size:13px;
	
}
#gauche a {
	color:#777;
}
#droite a{
	text-decoration: none;
}
/* FORMULAIRE LOGIN */
#login input.normal {
width:130px;
height:16px;
font-size:14px;
background:#444;
border:1px solid #555;
padding:2px;
color:#bbb;

}
.cb {
	clear:both;
}
.fp {
	color:#ccc;
}

/* Pagination */

	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:80%;
	}
	div.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #c0c0c0;
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url(invbar.gif);
		background-color:#404040;
		color: #ffffff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #ffffff;
		font-weight: bold;
		background-color: #606060;
		color: #ffffff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #808080;
	}


/*=============================================================*/

/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
	text-align:left;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}



.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}

.alert {
	color:#fc3;
}


/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:2px 10px 2px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* BUTTONS */
hr {
	visibility: hidden;
}


/* panier */

#tablepanier  {
width:100%;
	border-collapse: collapse;
	border:1px solid #2d2d2d;
	font-size:11px;
	margin-bottom:10px;
}
#tablepanier th{
	background:silver;
	padding:3px;
	color:#333;
	text-align:left;
	border:1px solid #000;
	font-variant:small-caps;
	font-weight:bold;
}
#tablepanier td {
	background: #d3d3d3;
	padding:3px;
	color:#333;
	text-align:left;
	border:1px solid #000;
	font-variant:small-caps;
}
/*#tablepanier input{
	background: #dcdcdc;
	border:1px solid #aaa;
	width:40px;
	padding:2px;
}*/
#tablepanier a {
	font-weight:bold;
	color:#444;
}
.center {
	text-align:center;
}
#droite input.texte {
	background: #696969;
	border:1px solid #333;
}
/*
#droite a {
	color: #ffdab9;
}
*/
#droite a.lpanier {
	color:#ff0;
}
#droite a.ld {
	color:#fb0;
}

/* Zoom */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			2px solid #91b817;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #f00;
	background: 	#ffffff;
	cursor:			hand;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}


/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { border: 1px solid #808080; outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 2px solid #cccccc; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CSS class for the loading message box */
.MagicThumb-loading {
	border: 1px solid #000000;
	background: #ffffff url(loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}
/* Zoom */
#inscription {
margin:10px 0;
}
#inscription label {
display:block;
width:120px;
float:left;
}
#inscription label.nf {
float:none;
display:inline;
}
#inscription fieldset {
border-top:1px solid #666;
padding:10px 0;
}
#inscription legend {
padding:3px;
border:1px solid #666;
background:#2d2d2d;
}
#inscription p {
margin:10px :0;
}
.cnil {
font-size:10px;
color:#aaa;
}
#cloud  li {
	display:inline;
}

#cloud li a.tag1 {
	font-weight:normal;
	color:#ffcc33;
	font-size:10px;
}
#cloud  li a.tag2 {
	font-weight:normal;
	color:#FFF9BF;
	font-size:12px;
}
#cloud  li a.tag3 {
	font-weight:bold;
	color:#cc3333;
	font-size:14px;
}
#cloud  li a.tag4 {
	font-weight:normal;
	color:#cc3333;
	font-size:16px;
}
#cloud  li a.tag5 {
	font-weight:normal;
	color:#930;
	font-size:17px;
}
#cloud  li a:hover {
	text-decoration:underline;
}


.compte {
background:#3d3d3d;
width:290px;
height:40px;
padding:4px;
line-height:40px;
font-size:12px;
color:#bbb;
border:1px solid #aaa;
font-variant:small-caps
}
.compte:hover {
background:#5d5d5d;
  border:1px solid #eee;
  cursor:pointer;
}

/* tab */
.panel {
	clear: both;
	display: none;
	background: #3e3e3e;
	padding: 1em;
}

fieldset {
	padding: 2em;
}

.panel.active-tab-body {
	display: block;
}

#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}
#tabs li a.first {
margin-left:0;
}
#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #6d6d6d;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #3e3e3e;
	border-top: 3px solid #666;
	padding-top: 3px;
	color: #ccc;
}

/**********************************************************************/

.navigation {
height:35px;
width:100%;
background:url(black_0.gif);
position:relative;
font-family:arial, verdana, sans-serif;
font-size:11px;
z-index:500;
}

.navigation .onglet {
margin:0;
padding:0;
list-style:none;
white-space:nowrap;
}

.navigation li {
float:left;
background:url(black_1.gif);
}
.navigation .onglet a {
display:block;
height:35px;
float:left;
background: url(black_0.gif);
padding:0 0 0 5px;
text-decoration:none;
line-height:33px;
white-space:nowrap; 
color:#ddd;
font-variant:small-caps;
}
.navigation .onglet a b {
display:block;
padding:0 10px 0 5px;
background:url(black_0.gif) right top;
}



.navigation .onglet a:hover,
.navigation .onglet li:hover a {
background: url(black_1.gif);
padding:0 0 0 5px;
cursor:pointer;
color:#fff;
}



.navigation .onglet a:hover b,
.navigation .onglet li:hover a b {
display:block;
padding:0 10px 0 5px;
background:url(black_1.gif) right top;
cursor:pointer;
}


#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

.soumettre{
cursor:pointer;
border:1px solid #222;
color:#ccc;
font-weight:bold;
background:#4d4d4d url(bgsubmit.gif) repeat-x left top;
}
#plan a {
color:#777;
}
#dcart a {
color:#F0E68C;
text-decoration:none;
}
        input.spin-button {
		width:30px;
          padding-right:20px;		
          background-color:white;
          background-repeat:no-repeat;	
          background-position:100% 0%;
          background-image:url(spinbtn_updn.gif);
	border:1px solid #aaa;
height:18px;	
        }
        
        input.spin-button.up {
          cursor:pointer;
          background-position:100% -18px;		
        }
        input.spin-button.down {
          cursor:pointer;
          background-position:100% -36px;
        }
em {
font-style:italic;
}
#partenaires a {
color:#fc6;
}
