/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,td { 
	margin:0;
	padding:0;
}

/* PAGE FIDO */
body {
	background:url(../images/bg-body.jpg) repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
div#wrap {
	width:1370px;
	height:640px;
	margin:0 auto;
	background:url(../images/light.gif) no-repeat center 0;
}
div#page {
	width:974px;
	margin:0 auto;
}
div#header {
	width:974px;
	height:165px;
	position:relative;
}
div#logo {
	height:63px;
	float:left;
	margin-top:26px;
	padding-left:15px;
	width:155px;
}
div#logo a {
	background:url(../images/logo-fido.gif) no-repeat left top;
	display:block;
	height:63px;
	width:155px;
}
div#blackberry {
	height:52px;
	width:508px;
	position:absolute;
	left:15px;
	bottom:0;
}
a.close {
	background:url(../images/puce-jaune.gif) no-repeat 0 5px;
	text-decoration:none;
	color:#555555;
	padding-left:15px;
	position:absolute;
	right:13px;
	bottom:15px;
}
a.close:hover {
	color:#000;
}
div#contenu {
	padding-top:35px;
	margin:0 auto;
	float:left;
}
div#bloc-l {
	float:left;
	width:440px;
	height:365px;
	padding-left:12px;
	background:url(../images/devider.jpg) no-repeat right top;
}
div#phone {
	width:179px;
	height:365px;
	float:left;
}
div#phone-descr {
	width:215px;
	height:365px;
	float:left;
}
div.d0 {
	height:67px;
	width:203px;
	padding-top:65px;
	padding-left:12px;
	background:url(../images/d0-en.jpg) no-repeat left top;
}
div.d0F {
	height:67px;
	width:203px;
	padding-top:65px;
	padding-left:12px;
	background:url(../images/d0-fr.jpg) no-repeat left top;
}
div.d350 {
	height:40px;
	width:203px;
	padding-top:26px;
	padding-left:12px;
	background:url(../images/d350.jpg) no-repeat left top;
}
div.d350F {
	height:40px;
	width:203px;
	padding-top:26px;
	padding-left:12px;
	background:url(../images/d350-fr.jpg) no-repeat left top;
}
div.d400 {
	height:38px;
	width:203px;
	padding-top:26px;
	padding-left:12px;
	background:url(../images/d400.jpg) no-repeat left top;
}
div.d400F {
	height:38px;
	width:203px;
	padding-top:26px;
	padding-left:12px;
	background:url(../images/d400-fr.jpg) no-repeat left top;
}
div.d400-2 {
	height:38px;
	width:203px;
	padding-top:26px;
	padding-left:12px;
	background:url(../images/d400-2.jpg) no-repeat left top;
}
div.d400-2F {
	height:38px;
	width:203px;
	padding-top:26px;
	padding-left:12px;
	background:url(../images/d400-2-fr.jpg) no-repeat left top;
}
div#bloc-r {
	width:478px;
	height:365px;
	padding-left:40px;
	float:right;
}
ul.navigation {
	list-style:none;
	list-style-image:none;
}
ul.navigation li {
	display:inline-block;
	margin-right:6px;
	height:27px;
	float:left;
}
ul.navigation li a {
	background-color:#cecece;
	line-height:27px;
	padding:0 15px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	color:#8b8b8b;
	text-align:center;
}
div#tabs {
	clear:both;
	padding-top:32px;
}
ul.navigation li a:hover, ul.navigation li a.selected {
	background-color:#ffeb36;
	color:#000;
}
div#footer {
	font-weight:bold;
	padding-top:32px;
	clear:both;
	width:100%;
}
a.fido {
	background:#FF0;
	text-decoration:none;
	color:#000;
}
