/* 
	DEFAULT STYLESHEET
	All pages inherrit from this stylesheet, so anything reusable, 
	site-wide or generic goes here.
*/

/* ------------------------------------------------------------------------
	HTML BODY tag and Page div
------------------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* --- entête ------------------------------------------------- */

#entete
{
	width:757px;
	margin:0 0 0 3px;
	background:#ffffff url(http://www.garaga.com/images/garagaexperts/test-liens-utilitaire_011.jpg) repeat-x top left;
	min-height: 60px;
	_height: 60px;
}

/* ------------------------------------------------------------------- */
/* --- Photo de l'entête pouvant être modifiée ------------------------ */

.photo_entete_01
{
	width:757px;
	background:#474747 url(http://www.garaga.com/images/garagaexperts/test-bandeau_011.jpg) no-repeat top left;
	margin:3px 0 0 3px;
	height:151px;
}

.bordureDr
{border-right:3px solid #fff;}



/* ------------------------------------------------------------------- */
/* --- Tous les éléments gris ---------------------------------------- */
/* ------------------------------------------------------------------- */

body
{
	background:#474747 url(images/bgGris.gif) repeat-x top left;
}

#container
{
	width:802px;
	margin:0 auto;
	text-align:left;
	background:#fff url(images/ombre_GrisGau.gif) repeat-y top left;
	min-height: 100%;
	position: relative;
}

#container_ombreDr
{background:url(images/ombre_GrisDr.gif) repeat-y top right;}

#container_ombreTop
{background:url(images/ombre_GrisTop.gif) no-repeat top left;}

#container_ombreBas
{
	background:url(images/ombre_GrisBas.gif) no-repeat bottom left;
	padding:0 0 18px 0;
}

/* ---------------------------------------- */
/* --- Menu Gris Anglais ------------------ */
#menu, #menuFr
{
	background:#404040 url(images/menu_bgGris.gif) repeat-x top left;
	width:757px;
	margin:3px 0 0 3px;
}

#menu ul, #menuFr ul
{
	list-style:none;
	margin:0;
	padding:0;	
}

#menu ul li, #menuFr ul li
{
	float:left;
	margin:0;
	padding:0;	
}

#menu a
{
	font-size:0.9em;
	display: block ;
	float:left;
	padding:14px 30px;
	color:#fff;
	text-decoration:none;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#menu a, #menuFr a {float:none;}
/* End IE5-Mac hack */

#menu a:hover
{
	background:#636363 url(images/menu_bgGris_over.gif) repeat-x top left;	
	padding:14px 30px;
}

#menu a.lastMenu
{padding:14px 25px}

#menu a.lastMenu:hover
{
	background:#636363 url(images/menu_bgGris_over.gif) repeat-x top left;	
	padding:14px 25px;
}

/* ---------------------------------------- */
/* --- Menu Gris Français ------------------ */

#menuFr a
{
	font-size:0.9em;
	display: block ;
	float:left;
	padding:14px 29px;
	color:#fff;
	text-decoration:none;
}

#menuFr a:hover
{
	background:#636363 url(images/menu_bgGris_over.gif) repeat-x top left;	
	padding:14px 29px;
}

#menuFr a.lastMenu
{padding:14px 22px 14px 21px}

#menuFr a.lastMenu:hover
{
	background:#636363 url(images/menu_bgGris_over.gif) repeat-x top left;	
	padding:14px 22px 14px 21px;
}

/* ---------------------------------------------- */
/* --- Sous-menu du menu principal Gris --------- */

#smenu-mprincipal
{
    text-align: left;
	display: block;
    left: 0;
    top: 0;
	z-index: 100;
	font-size: 0.9em;	
}

#smenu-mprincipal div
{
	display:none;
	position: absolute;
	left: 0;
	top:0;
	z-index: 200;
	cursor: pointer;
	margin:0;
}

#smenu-mprincipal div div
{
	position: relative;
	display: block;
	width: 100%;
	background: none;
	border-top:3px solid #fff;
}

#smenu-mprincipal div div.last
{border-bottom:none;}

#smenu-mprincipal a {
	display: block;
	height: 1%;
	padding: 7px 8px;
	color: #fff;
	text-decoration: none;
	background: #404040;
}
#smenu-mprincipal a:hover 
{background:#636363;}

/* largeur des zones de sous-menu anglais */
#smenu-mprincipal #M2Menu
{width: 112px;}
#smenu-mprincipal #M4Menu
{width: 134px;}
#smenu-mprincipal #M5Menu
{width: 85px;}

/* largeur des zones de sous-menu français */



/* ---------------------------------- */
/* --- Zone contenu Grise ----------- */

#zoneContenu
{
	width:757px;
	margin:3px 0 0 3px;
	background:url(images/zoneContenu_bgGris.gif) repeat-y top left;
}

div#zoneContenu{height:500px;}

html>body div#zoneContenu
{
	min-height:500px;
	height:auto;
}

/* ---------------------------------- */
.bouton_bg
{
	width:194px;
	background:url(images/menu_dr_ombreGris.gif) no-repeat bottom left;
	padding:0 0 8px 0;
}

.bouton_bg img
{display:block;}