body, h1, h2, h3, p, ul, li, dl, dt, dd,
a, img, form, label, fieldset, hr
    {
    margin: 0;
    padding: 0;
    border: 0;
    }



fieldset legend{ font-weight: bold; height: 20px;}


input 
    {
    margin: 0;
    padding: 0;
    border: 1;
    font: 12px calibri, verdana, sans-serif;
    }

body
    {
    
    color: #444;
    font: 12px calibri, verdana, sans-serif;
    text-align: center;
    background: #fff url(img/bg.jpg) repeat-x;
    }

select { width:200px; background-color:#FFFFFF; border-color:#999999; }

hr { display: none; }
ul { list-style: none; }
a  { color: #3d4382; font-size: 18px;}
p  { margin: 11px 0 0 0; }


/* Bouton de validation
------------------------------------------------------------*/

input[type=submit], input[type=reset], input[type=button]  {
	background-color:#996666; border-color:#996666; color:#ffffff;
	padding: 5px 5px 5px 5px;
	cursor:pointer;
}

input[type=submit]:hover, input[type=reset]:hover, , input[type=button]:hover {
	border:2px outset #ffffff;
	background-color:#996666;
}

input[type=submit]:active, input[type=reset]:active, , input[type=button]:active {
	border:2px inset #ffffff;
	background-color:#996666;
}

/* Bouton d'identification
------------------------------------------------------------*/
input[type=submit].bouton_identification
{
	margin-top: -5px;
	border: 0;
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	font-family: calibri, verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;

}

input[type=submit].bouton_identification:hover, input[type=reset]:hover
{
	margin-top: -5px;
	border: 0;
	background: transparent;
	color: #ddd;
	text-decoration: none;
	font-family: calibri, verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;

}



#conteneur{
	border-color:#999999;
	border:1px;
	color:#999999;
	}




/* Container
------------------------------------------------------------*/

#wrapper
    {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }


/* Header
------------------------------------------------------------*/

#header
    {
	width: 950px;
	height: 200px;
	background: #fff url(img/header.jpg);
	overflow: hidden;
	position: relative;
	background-image: url(img/header.jpg);
    }


/* Logo
------------------------*/

#header h1
    {
    width:310px;
    height: 45px;
    margin: 40px 0 0 50px;
    text-indent: -10000px;
    /*background: url(img/logo.jpg) no-repeat;*/
    }

#header h1 a
    {
    height: 33px;
    display: block;
    outline: none;
    }

/* Top Navigation
------------------------*/

#top-nav
    {
    position: absolute;
    top: 20px;
    right: 7px
    }

#top-nav li
    {
    float: left;
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
    font: 9px calibri, verdana, sans-serif;
    }

#top-nav li#ho { background: url(img/icon-home.gif) no-repeat; }
#top-nav li#ma { background: url(img/icon-mail.gif) no-repeat 0 2px; }
#top-nav li#se { background: url(img/icon-search.gif) no-repeat; }

#top-nav a
    {
    color: #ffffff;
    text-decoration: none;
    }

#top-nav a:hover { color: #ddd; }


/* Main Navigation
------------------------*/

#nav
    {
	position: absolute;
	bottom: 9px;
	right: 9px;
	width: 644px;
    }

#nav li
    {
    float: left;
    margin: 0 0 0 12px;
    font-size: 14px;
    }

#nav a
    {
    padding: 3px 5px;
    color: #444;
    text-decoration: none;
    }

#nav a:hover
	{
	color: #111;
	text-decoration: none;
	}
	
#nav a#on
    {
    color: #111;
    /*background: #d5d0de;*/
    border-bottom: 3px solid #993333;
    }


/* Content Container
------------------------------------------------------------*/

#content-wrapper
    {
	width: 950px;
	background: #fff url(img/bg-content.jpg) no-repeat;
	height: 1%;
	margin-top: 0;
	/*margin-right: 7px;*/
	margin-bottom: 0;
	/*margin-left: 7px;*/
	padding-top: 37px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
    }

#content-body
    {
    background: url(img/bg-column.gif) repeat-y 180px 0;
    overflow: hidden;
    }


/* Content
------------------------------------------------------------*/

#content
    {
    float: right;
    width: 740px;
    margin: -5px 10px 0 34px;
	display:inline;
    }

#cont
    {
    margin: 25px 0 0 0;
    }

/* Content Headline
------------------------*/

#content h2
    {
    margin: 0 0 4px 0;
    padding: 0 0 2px 0;
    font-size: 16px;
    line-height: 27px;
    display: inline;
    border-bottom: 1px solid #d5d0dE;
    }

#content h2 span { color: #993333; }

#content h3
    {
    margin: 16px 0 0 0;
    font-size: 16px;
    }


/* Content Info
------------------------*/

#info
    {
    margin: 25px 0 0 0;
    line-height: 20px;
    background: url(img/two-towers.jpg) no-repeat 0 5px;
    }

#info p { margin: 0 0 5px 160px; }

#info a#more
    {
    padding: 0px 8px 0px 0;
    color: #333;
    text-decoration: none;
    background: #c9c9c9;
    }

#info a#more:hover { background: #ddd; }

#info a#more span
    {
    height: 20px;
    margin: 0 8px 2px 0;
    padding: 0 6px;
    color: #eee;
    background: #9393af;
    }


/* Content Sale Info
------------------------*/
#sale
    {
    margin: 30px 0 0 0;
    background: #dadbe9;
    overflow: hidden;
    }

#sale h3
    {
    margin: 0;
    padding: 4px 0 3px 10px;
    font-size: 16px;
    background: #c2c1da;
    border-bottom: 3px solid #fff;
    }

#sale div
    {
    float: left;
    width: 202px;
    height: 119px;
    }

#sale div.box
    {
    width: 212px;
    background: #e9e9ed url(img/bg-sale.jpg) no-repeat right top;
    border-left: 4px solid #fff;
    }

#sale ul { margin: 12px 0 12px 15px; }

#sale li
    {
    margin: 0 0 3px 0;
    padding: 0 0 0 10px;
    background: url(img/icon-bullet.gif) no-repeat left center;
    }

#sale p
    {
    width: 100px;
    margin: 12px 0 12px 15px;
    line-height: 17px;
    }

/*
#manuel
    {
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    background: #f4f4f4;
    }
*/

/* Division du content en deux parties
------------------------------------------------------------*/
.gauche
	{
	position: relative;
	float: left;
	}

.droite
	{
	width: 380px;
	position: relative;
	float: right;
	}



/* Sidebar
------------------------------------------------------------*/

#sidebar
    {
    float: left;
    width: 150px;
    margin: 0 0 0 10px;
    /* background: #f4f4f4; */
	/* ie 5 problem */
	display:inline;
    }

#sidebar h2
    {
    position: absolute;
    left: -10000px;
    }

/* Sidebar Headline
------------------------*/

#sidebar h3
    {
    margin: 11px 0;
    padding: 4px 0 4px 11px;
    color: #666;
    font-size: 13px;
    background: #dedede;
    }


/* Sidebar News
------------------------*/

#sidebar dl
    {
    margin: 0 10px 20px 10px;
    font: 10px/14px calibri, verdana, sans-serif;
    }

#sidebar dt { color: #0a0a0a; }

#sidebar dd
    {
    margin: 1px 0 7px 0;
    padding: 0 0 7px 0;
    color: #3c3d4a;
    border-bottom: 1px solid #dedede;
    }

#sidebar dd.last { border: none; }


/* Sidebar Info
------------------------*/

#sidebar p { margin: 0 0 8px 9px;}


/* Sub Navigation
------------------------------------------------------------*/
#sidebar a
    {
    /* padding: 3px 5px; */
    color: #444;
    text-decoration: none;
    line-height: 150%;
	font-size: 18px;
    }
/*
#sidebar a:hover
    {
    padding: 3px 5px;
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #576ba8;
    }
*/    



#sidebar a:hover
	{
	color: #111;
	}
	
#sidebar a#on2
    {
    /* padding: 3px 5px; */
    color: #111;
    border-bottom: 1px solid #993333;
    }


/* Footer
------------------------------------------------------------*/

#footer
    {
	width: 980px;
	height: 40px;
	background: #fff url(img/footer.jpg) no-repeat;
	overflow: hidden;
	/* IE 5 Problem */
	clear:both;
	margin-top: 40px;
	/*margin-right: 7px;*/
	margin-bottom: 10px;
	/*margin-left: 7px;*/

    }

#footer p
    {
    /* margin: 14px 37px; */
    margin: 5px 60px;
    color: #666;
    font: 9px calibri, verdana, sans-serif;
    text-align: right;
    }

#footer a
    {
    color: #999999;
    }

/* LIGHTBOX */

.thumbnail{
	float: left;
	margin: 0px 19px 0px 0px;
	border:#B6BADA, solid, 1px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px calibri, verdana, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
/* Boites de dialogue
------------------------------------------------------------*/
.alerte_validation {
	margin-right: 10%;
	margin-top: 20px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/KnobValidGreen.png');
}


.alerte_error {
	margin-right: 10%;
	margin-top: 20px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/KnobCancel.png');
}	

.rechercheDynamique{
	margin-left: 150px;
	margin-top: -30px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url('../style/img/wait.gif');	
}

.alerte_info {
	margin-right: 10%;
	margin-top: 20px;
	padding: 15px 10px 15px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url('../style/img/GetInfo.png');
}

/* Boites de dialogue
------------------------------------------------------------*/
.demande_delete{
	margin-top: 10px;
	margin-right: 10%;
}
