/*****Reset*****/  
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, fieldset, table, th, td 
{ 
	margin: 0; 
	padding: 0; 
}  

/*****Élément basic*****/


.titredetail 
{
	color: White;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

a:link,
a:visited
{	color:#03E3FC;
	font-size:14px;
	font-weight:bold;
}

a:hover{	color:#CCCC00;}


html
{
	background:url(../img/fond.jpg) repeat-x #999;
}

body
{
	background:url(../img/fond_ombrage.jpg) repeat-y 50% top; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

label
{
	display:block;
	font-weight:bold;
	width:90px;
}

/*****Élément*****/
.clr
{
	clear:both;
}

.sepH
{
	clear:both;
	height:13px;
}

img.droit
{
	float:right;
	margin-left:10px;
}

/*****Gabarit*****/
#fond
{
	background:url(../img/fond_texture.jpg) no-repeat center top;
}

#frame
{
	background-color:#1c262d;
	margin-left:auto;
	margin-right:auto;
	width:990px;
}

/*****Top*****/
#top
{
	background:url(../img/top.jpg);
	height:0px;
}
/*****Entête*****/
#enTete
{
	background:url(../img/enTete.jpg);
	height:175px;
	
}

/*****Informations*****/
#informations
{
	background:url(../img/informations_fond.jpg) repeat-x #999999;
	padding:0px 0px 20px 10px;
}

#informations .onglet
{
	background:url(../img/informations_onglet_fond.jpg) repeat-x left top;
	height:90px;
	position:relative;
}

#informations .onglet span
{
	color:#2a3a45;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	left:30px;
	position:absolute;
	text-transform:uppercase;
	top:10px;
}

#informations .onglet .gauche
{
	background:url(../img/informations_onglet_gauche.jpg);
	float:left;
	height:90px;
	width:36px;
}

#informations .onglet .droit
{
	background:url(../img/informations_onglet_droit.jpg);
	float:right;
	height:90px;
	width:36px;
}

#informations .sepV
{
	background:url(../img/informations_sepV.jpg) no-repeat center top;
	float:left;
	font-size:0px;
	height:250px;
	margin-top:20px;
	width:5px;
}

#informations .content
{
	float:left;
	padding:0px 20px;
	top:-15px;
	position:relative;
}

#informations .bloc
{
	color:#333;
	float:left;
}

#informations .bloc span.titre
{
	color:#3399cc;
	display:block;
	font-size:14px;
	font-weight:bold;
}
/*****Inventaires*****/
#inventaires
{
	background:url(../img/inventaires_fond.gif) no-repeat;
	padding-top:33px;
}

#inventaires a:link,
#inventaires a:visited
{
	color:#03E3FC;
	font-size:14px;
	font-weight:bold;
}

#inventaires a:hover
{
	color:#CCCC00;
}

#inventaires div.titre
{
	background:url(../img/inventaires_titre.gif);
	height:37px;
	margin-bottom:20px;
}

#inventaires div.titre2
{
	background:url(../img/detail_titre.gif);
	height:37px;
	margin-bottom:20px;
}

#inventaires .sepH
{
	background:url(../img/sepH.jpg) repeat-x center center;
}

#inventaires .coteG,
#inventaires .coteD
{
	color:#CCC;
	font-size:12px;
	width:460px;
}

#inventaires .coteG
{
	float:left;
	margin-left:0px;
	position:relative;
	left:20px;
}

#inventaires .coteD
{
	float:right;
	position:relative;
	right:20px;
}

#inventaires .coteG .bloc,
#inventaires .coteD .bloc
{
	margin-bottom:15px;
}

#inventaires .bloc img
{
	border:solid 3px #11191e;
	float:left;
	margin-right:12px;
}

#inventaires .coteG .bloc span.titre,
#inventaires .coteD .bloc span.titre
{
	color:#FFF;
	display:block;
	font-size:12px;
	font-weight:bold;
}

/*****Bas de page*****/
#basDePage
{
	background:url(../img/basDePage.jpg) center top;
	bottom:0;
	height:128px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:990px;
}