HTML,BODY {
	height: 100%;	
}

BODY
{
	margin:0;
	background-color:#005699;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/struct/fond-menu.gif);
	background-position:left;
	background-repeat:repeat-y;
}

IMG 
{
	border:0px;
}

TEXTAREA
{
	width:100%;
	height:100px;
}

H3
{ margin:0px }

A
{
	color:white;
}

/* --- */
/* GENERAL */
/* --- */

table.formulaire
{
	border-collapse:separate;
	border-spacing: 0.10em 0.10em;
	empty-cells:show;
	background-color:transparent;
	border:1px dashed #E8F5FF;
}

table.formulaire td, table.formulaire th  
{
	text-align:left;
	padding:2px;
	vertical-align:top;
}

table.formulaire th  
{
	border:1px outset #003C6B;
	background-color:#003C6B;
	font-weight:normal;
}

table.formulaire td  
{
	border:1px outset #003C6B;
	background-color:#E8F5FF;
	color:black;
	font-weight:bold;
}


table.formulaire caption  
{
	text-align:left;
	font-weight:bold;
	color:white;
}


/* --- */
/* HEADER */
/* --- */
div#header
{
	position:absolute;
	top:0;
	left:0;
	background:url(../img/struct/fond-header.gif) repeat-x top left;	
	height:126px;
	z-index:2;
	width:100%;
}
/* --- */
div#contenu-header
{
	background-image:url(../img/struct/vague-header.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:100%;
}
/* --- */
div#contenu-header-right
{
	float:right;
	margin-right:10px;
	text-align:right;
}
/* --- */
div#contenu-header-right h2
{
	margin:0;
	font-size:25px;
	font-weight:bold;
}
/* --- */
div#contenu-header-right table#tableau-langue
{
	clear:both;
}
div#contenu-header-right h2
{
	clear:both;
}

div#contenu-header-right table#tableau-langue td
{
	font-size:12px;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
}
/* --- */
img#logo-header
{
	position:absolute;
	left:101px;
}
/* --- */
div#barre-navig-contenu
{
	position:absolute;
	right:15px;
	top:91px;
	font-size:14px;
	font-weight:bold; 
	z-index:99;
} div#barre-navig-contenu a { text-decoration:none; }
/* --- */



/* --- */
/* MENU */
/* --- */
div#menu
{
	position:absolute;
	top:0;
	left:0;
	background-image:url(../img/struct/fond-menu.gif);
	background-repeat:repeat-y;
	width:193px;
	height:100%;
	z-index:1;
}
/* --- */
div#contenu-menu
{
	margin-top:126px;
	background-image:url(../img/struct/courbe-menu.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding: 0 5px 0 10px;
	height:200px;
}
/* --- */
div#contenu-menu h1
{
	margin:0;
	font-size:18px;
	font-weight:bold;
	padding-top:30px;
	color:white;
	text-decoration:none;
}
/* --- */

/* --- */
/* RUBRIQUE */
/* --- */
div#message
{
	position:absolute;
	right:15px;
	padding:5px;
	background-color:InfoBackground;
	border:1px solid red;
	color:red;
	font-weight:bold;
	font-size:12px;
}
/* --- */
div#rubrique
{
	padding:5px;
	padding-top:125px;
	margin-left:193px;
}
/* --- */


/* --- main ---*/
table#main-liste-camion
{
	width:100%;
}
table#main-liste-camion td
{
	text-align:center;
	width:50%;
	padding:20px 0 20px 0;
}
table#main-liste-camion h1
{
	margin:5px 0 0 0;
	font-size:25px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

/* --- liste des camions ---*/
/*
	div.public-camion-container
	{
		cursor:pointer;
		margin-bottom:20px;
	}
*/
table.public-camion-thumb
{
	cursor:pointer;
	float:left;
	margin:7px;
	font-size:12px;
	font-weight:bold;
	width:150px;
	height:175px;
	border-collapse:collapse;
}

table.public-camion-thumb td.public-camion-img
{
	width:150px;
	height:155px;
	text-align:center;
	FILTER: Shadow(Color=#013157, Direction=500)
}

table.public-camion-thumb td.public-camion-img IMG
{
	border:1px solid white;
	background-color:white;
}

table.public-camion-thumb td.public-camion-img div.no-thumb
{
	border:1px solid white;
	width:100px;
	height:100px;
	background-color:#CCCCCC;
	background-image:url(../img/camera.gif);
	background-position:center;
	background-repeat:no-repeat;
}

table.public-camion-thumb td.public-camion-legend
{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:white;
	height:20px;
	white-space:nowrap;
}

/* --- FICHE D'UN CAMION --- */
/* -------------------------*/
.camion-form
{
	margin: 0 300px 0 0;
}
.camion-form-photos
{
	/*float:right;
	width:150px;
	*/
	float: right;
	width: 300px;
	text-align:center;
}
.camion-form .formulaire
{
	width:99%;
}
/* ---- */
.camion-photo-sample IMG
{
	margin-top:10px;
	border:1px solid white;
	background-color:white;
}
.camion-photo-sample, .camion-photo-sample a
{
	color:white;
	font-size:10px;
	font-weight:bold;
	display:block;
}
.camion-photo-sample BUTTON
{
	color:#000000;
	font-size:10px;
	font-weight:bold;
	width:80px;
	margin-top:20px;
}
/* ---- */


/* --- */
/* ZOOM */
/* --- */
div#zoom
{
	padding-top:50px;
	width:100%;
	text-align:center;	
}

div#zoom IMG
{
	border:1px solid black;
	cursor:pointer;
}