/* 
	DEFAULT STYLESHEET
	All pages inherrit from this stylesheet, so anything reusable, 
	site-wide or generic goes here.
*/

/* ------------------------------------------------------------------------
	HTML BODY tag and Page div
------------------------------------------------------------------------ */

body {
	margin: 0;
  	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #f6f6f6 url(../images/body-bg.gif) top center repeat-y;
}
#page {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	font-size: .9em;
	background: #fff;
}


/* ------------------------------------------------------------------------
	HEADER of the page
------------------------------------------------------------------------ */

#header {
	width: 100%;
	position: relative;
}
#header h1 {
	float: left;
	width: 210px;
	margin: 22px 0 16px;
}


/*  Utilities nav ------------------------------------------------------ */

#utils {
	float: right;
	padding-top: 27px;
	width: 500px;
	text-align: right;
	font-size: .9em;
	color: #bababa;
}
#utils a {
	margin: 0 5px;
	line-height: 16px;
	color: #121355;
	text-decoration: none;
}
#utils a:hover {
	text-decoration: underline;
}


/*  Flash (tagline) ---------------------------------------------------- */

#flash {
	float: right;
}


/*  Main Menu ---------------------------------------------------------- */

#menu {
	clear: both;
	margin: 0;
	padding: 0;
	height: 30px;
	background: #121A62 url(../images/menu-bg.gif) top left repeat-x;
}
#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li a {
	float: left;
	display: block;
}
#menu li img {
	display: block;
}
#menu li.visual {
	background: url(../images/menu-home-visual.gif) top left no-repeat;
}
#menu li.search {
	position: absolute;
	top: 129px;
	left: 513px;
	width: 215px;
	text-align: right;
	padding: 6px 0 0;
	white-space: nowrap;
}
body.fr #menu li.search {
	background: url(../images/fr/menu-search.gif) top left no-repeat;
}
body.en #menu li.search {
	background: url(../images/fr/menu-search.gif) top left no-repeat;
}
#menu li.search input.text {
	width: 90px;
	height: 17px;
	margin: 0 4px 0 0;
	padding: 0 2px;
	color: #000;
	border: none;
	background: #A9C3E5;
	vertical-align: middle;
}
#menu li.search input.go {
	width: 17px;
	height: 17px;
	vertical-align: middle;
}


/*  Dynamic Submenus --------------------------------------------------- */
		
#divSubMenus {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 100;
	font-size: .9em;
}
#divSubMenus div {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 175px;
	z-index: 200;
	cursor: pointer;
	background: #0D1455;
}
#divSubMenus div div {
	position: relative;
	display: block;
	width: 175px;
	white-space: nowrap;
	border-top: 1px solid #283EA6;
	background: none;
}
#divSubMenus a {
	display: block;
	height: 1%;
	padding: 7px 8px 7px 21px;
	color: #fff;
	text-decoration: none;
	background: url(../images/submenu-arrow.gif) no-repeat 13px 12px;
}
html>body #divSubMenus a {
	height: auto;
}
#divSubMenus a:hover {
	color: #BCDBFF;
}
#divSubMenus a:hover {
	text-decoration: underline;
}
.fr #divSubMenus #mServicesSMenu, .fr #divSubMenus #mServicesSMenu div {
    width: 205px;
}

.fr #divSubMenus #mMobiliteSMenu, .fr #divSubMenus #mMobiliteSMenu div {
    width: 184px;
}


/* ------------------------------------------------------------------------
	BODY of the page
------------------------------------------------------------------------ */

#body {
	padding: 0 0 20px;
	line-height: 1.4em;
	position: relative;
}


/*  Breadcrumb --------------------------------------------------------- */

#breadcrumb {
	margin: 1em 0 10px;
	font-size: .9em;
	color: #95959C;
	font-weight: bold;
}
#breadcrumb span {
	color: #F06840;
	font-weight: normal;
}
#breadcrumb a {
	margin: 0 3px;
	color: #95959C;
	font-weight: normal;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}


/*  Content column ----------------------------------------------------- */

#content {
	width: 484px;
	height: 270px; /* For minimum height in IE */
	float: left;
	display: inline; /* Needed for IE only */
}
html>body #content {
	min-height: 270px;
	height: auto;
}
#content.fullpage {
	width: 100%;
	float: none;
	display: block;
	background: #fff;
}


/*  General Text formating --------------------------------------------- */

a {
	color: #1A2273;
}
a:visited {
	color: #842F6B;
}
a:hover {
	color: #C52100;
}
h3 {
	margin: 1em 0 1.2em;
	color: #274BBD;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1em;
}
h3.realisation
{
    margin-bottom: 0;
}
h4 {
	margin: 1.5em 0 .8em;
	color: #00026A;
	font-size: 1.3em;
}
h4.realisation
{
    margin-top: 0;
    margin-bottom: 0;
}
h5 {
	margin: 0 0 .5em;
	font-size: 1.1em;
}
li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../images/list-bullet.gif) 2px 5px no-repeat;
}
ul li ol {
	margin: .5em 0;
}
ol li {
	background: none;
	margin: 0 0 0 22px;
	padding: 0;
	list-style: decimal;
}
.more {
	font-weight: bold;
	white-space: nowrap;
}
.more img, input.more {
	vertical-align: middle;
	padding-right: 5px;
}
p.back {
	margin-top: 2em;
	font-weight: bold;
}
p.topofpage {
	margin-top: 1.5em;
	font-size: .9em;
}
p.topofpage img {
	vertical-align: middle;
	background: #fff;
	padding-right: 6px;
}
img.border {
	border: 1px solid #d1d1d1;
	padding: 10px;
}

/*  Tables ------------------------------------------------------------- */

table {
	margin: 1.5em 0;
	font-size: 1em;
	width: 100%;
}
table td {
	vertical-align: top;
}

table.antennes {
	clear: both;
    margin: 1em 0 0;
}
.antennes thead th {
	background: #A9C3E5;
	padding: 5px;
	font-size: .9em;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.antennes tbody th {
	padding: 20px 5px 5px;
	font-size: 1.1em;
	border-bottom: 3px solid #aaa;
}
.antennes tbody th a {
	color: #000;
}
.antennes td {
    padding: 2px 5px;
	border-bottom: 1px solid #aaa;
}
.antennes tr.color td {
	background: #EFF6FE;
}

table.listing td {
	width: 160px;
	padding: 0 0 2em;
	vertical-align: top;
}
.listing p {
	margin: .5em 20px .5em 0;
	font-weight: bold;
}

table.border {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
table.border th, table.border td {
	padding: 2px 5px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
}
.border th.empty {
	border: none;
} 
table.center td {
	text-align: center;
}

.color {
	background: #EFF6FE;
}
.color2 {
	background: #A9C3E5;
}

.produitsmobilite
{
    border-collapse: collapse;
}

.produitsmobilite .rowimage td
{
    vertical-align: bottom;
    text-align: center;
}

.produitsmobilite .rowtitre td
{
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

/*  Forms -------------------------------------------------------------- */

fieldset {
	margin: 2em 0;
	padding: 0;
	border: none;
}
legend {
	padding: 0;
	margin: 0 0 1.5em -8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #00026A;
}
html>body legend {
	margin-left: 0;
}
.form label {
	display: block;
	margin-bottom: 3px;
}
.form label span {
	color: #c00;
}
.form input, .form select, .form textarea {
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
}
.form input.textbox {
	width: 150px;
	padding: 3px;
}
.form input.radio, .form input.checkbox {
	margin-bottom: -1px;
}
.form textarea {
	width: 300px;
	height: 7em;
	padding: 5px;
	line-height: 1.4em;
}
.form input.file {
	width: 300px;
	padding: 3px;
}
.form .button {
	font-weight: bold;
	width: auto;
	overflow: visible;
	padding: 4px 5px;
	color: #1A2273;
}
.validation-summary {
	margin: 0 0 1.5em;
	padding: 1em;
	color: #c00;
	border: 1px solid #d1d1d1;
	background: #ffc;
}
.validation-summary p {
	font-weight: bold;
}
.validation-summary ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.validation-summary li {
	list-style: disc;
	padding: 0;
	margin: 0;
	background: none;
}

/*  Tools (right colomn) ----------------------------------------------- */

#tools {
	width: 232px;
	float: right;
}
#tools h3 {
	margin: 1em 0 0;
}

.box {
	margin: 0 0 2em;
	padding: 10px 15px 10px;
	color: #2C3377;
	background: #F1F8FF url(../images/tools-box-bg.gif) top left repeat-x;
}
.box.locations {
	padding: 0;
	background: #fff url(../images/tools-locations-bg.gif) repeat-y;
}
.locations div {
	padding: 1em 2em 2em;
	background: url(../images/tools-locations-bottom.gif) bottom left no-repeat;
}
.locations address {
	color: #000;
	font-style: normal;
	margin: -.5em 0 0 20px;
}
.locations .more {
	font-size: 1.1em;
}


/* ------------------------------------------------------------------------
	FOOTER of the page
------------------------------------------------------------------------ */

#footer {
	clear: both;
	padding: 17px 0;
	background: url(../images/footer-bg.gif) top left no-repeat;
}
#footer p {
	margin: 0;
	color: #191F6B;
}
