div#red {
	text-align: center;
	font-size: 0.8em;
	color:  red;
}
div#gray {
	text-align: center;
	font-size: 0.8em;
	color:  gray;
}

body
{
	width:100%;
	padding: 0 0 0 0;
	margin:auto;
	font-family: Arial, serif;
    background-color: rgb(255,255,255);
	/*background-color: rgb(201,233,255);*/
    font-family: "Trebuchet MS";
}
div#header
{
	top:0px;
	padding: 10px;
	background-color: rgb(201,233,255);
}
div#sub-header
{
  width:1200px;
  margin:auto;
}
 div#page{
	width:1200px;
	position: relative;
	margin:auto;
	/* background-color: rgb(0,128,255); */
 } 
div#right-sidebar
{
    float: left;
    width: 360px;
}
div#menu-principal {
    background-color: rgb(201,233,255);
	/*background-color: rgb(239,213,33);*/
	color: black;
    border-radius: 10px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#menu-secondaire {
    background-color: rgb(0,128,255);
	/*background-color: rgb(239,213,33);
	border: 1px solid;
	border-color: rgb(201,233,255);*/
    color: white;
    border-radius: 10px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#fond-gris {
    background-color: rgb(250,245,245);
    /*color: white;*/
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
div#listeDeroulante
{
	height: 230px;
	overflow:auto;
}
div#content
{
	width: 806px;
	background-color: rgb(215,210,210);
    /*background-color: rgb(239,213,33);*/
	/* border: 1px solid rgb(0,128,255); */
    border-radius: 10px;
    padding: 10px;
    margin-left: 374px; /* = width rigth-sidebar */
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: black;
}
div#content-fiche-technique
{
	width: 826px;
	/*border: 1px solid rgb(201,233,255);
    background-color: rgb(201,233,255);
    border-radius: 10px;
    padding: 10px;*/
    margin-left: 374px; /* = width rigth-sidebar */
	margin-top: 10px;
	margin-bottom: 10px;
	/*text-align: center*/
}
div#content-left
{
	float: left;
	width: 400px;
    /*margin-left: 374px; /* = width rigth-sidebar */
	margin-top: 10px;
	margin-bottom: 10px;
	/*text-align: center;*/
}
div#content-right
{
	float: right;
	width: 400px;
    /*margin-right: 0px; /* = width rigth-sidebar */
	margin-top: 10px;
	margin-bottom: 10px;
	/*text-align: center;*/
}
div#footer
{
	/*background-color: rgb(201,233,255);*/
    /*border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px; 
    margin: 10px; */
	padding: 10px;
    font-size: 0.75em;
	text-align: center;
}

  div#identification{
  width: 1200px;
  margin:auto;
  position : relative;
  top: -10px;
  }
  div#identification_droite{
    width:150px;
    float:right;
    position: relative;
    margin-right:0px;
  }
  
div#spacer{clear:both; height:1px; display:block;background-color:rgb(0,128,255);}

figure
{
	padding: 0px;
}
h1
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px gray;
}
h1.center
{
	color: rgb(0,0,0);
	font-size: 2.5em;
	text-align: center;
}

p#numeroPage
{
	margin: 0px;
	padding: 0px;
}

table
{
width:100%;
margin: auto; /* Centre le tableau */
/*border: 1px solid white; /* Bordure du tableau avec effet 3D (outset) */
border-collapse: collapse; /* Colle les bordures entre elles */
}

table.identification
{
    width:150px;
}

table.dimensionnement
{
	magin: left;
	font-size: 0.8em;
    width: 330px;
}
table.dimensionnement-modele {
    width: 330px;
    text-align: center;
}

button
{
    padding-top : 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 2px;
    border: 1px black;
    border-radius: 5px;
    background-color: rgb(215,210,210);
    cursor: pointer;
}
button:hover
{
    background-color: rgb(0,128,255);
    color: rgb(255,255,255);
}

button.list-catalogue
{
	width: 150px;
}
td.titre 
{
	text-align: center;
}
td.charge-distance, .charge-elingue, .charge-charge 
{
	width: 50px;
}
td.indice
{
	color = blue;
	font-size: 0.75em;
}
td.button
{
	width: 30px;
}
td.gauchebutton
{
	width: 220px;
	font-size: 0.8em;
}
td.droitebutton
{
	width: 50px;
	font-size: 0.8em;
}
td.identification{
    font-size: 0.8em;
    text-align: center;
    border: none;
    background-color: rgb(215,210,210);
	padding: 5px;
}
input {
    width: 100px;
    font-size: 0.95em;
    text-align: center;
    padding: 5px;
    margin: 2px;
    border: none;
    border-radius: 5px;
}
input.fleche {
    width: 30px;
    font-size: 0.95em;
    text-align: center;
    padding-top : 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 2px;
    /*border: 1px black;*/
    border: none;
    border-radius: 5px;
    background-color: rgb(215,210,210);
    cursor: pointer;
}
input.fleche:hover {
    background-color: rgb(0,128,255);
    color: rgb(255,255,255);
}
input.dimensionnement {
    width: 50px;
    font-size: 0.95em;
    text-align: right;
}
input.dimensionnement-description {
    width: 150px;
    font-size: 0.95em;
    text-align: left;
}
input.dimensionnement-modele {
    width: 330px;
    text-align: center;
}

a {
    color: rgb(0,128,255);
    text-decoration: none;
}
a:hover {
    color: rgb(0,0,0);
}
