@import url("menu.css");
@import url("boutons.css");

/* CSS Document */
html{
	background-color:#fff;
}
Body {
	background:#FFF url(images/Robot.gif) no-repeat top center;
	height:100%;
	margin:0 0 15px 0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#58595b;
	font-size:11px;
}
p{
	margin:1px 0;
}
UL LI
{
    list-style-type: square;
	margin-top:0;
	padding-top:0;
}

/* Design */
#global{
	background:transparent url(images/Fond.gif) repeat-x top left;
	width:100%;
	height:100%;
	margin:0;
}
#l955{
	display:table;
	width:955px;
	margin:0 auto;
	height:100%;
}
.entete{
	height:137px;
	background-image: url(images/HexaVert.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.robot_entete{
	position:relative;
	left:18px;
	overflow:visible;
	float:right;
}
.menu{
	height:74px;
	background:transparent url(images/FondMenu.gif) no-repeat left top;
}
.pages{
	height:44px;
	position:relative;
	left:188px;
}
#pied{
	background-color:#0e4074;
	width:955px;
	text-align:center;
	padding:6px 0;
	display:table;
}
.TopPane{
	float:left;
	position:relative;
	left:200px;
	height:137px;
	width:570px;
}
.LeftPane{
	padding-left:88px;
	vertical-align:top;
}
.ContentPane{
	padding-left:88px;
	vertical-align:top;
	padding-top:20px;
	padding-right:25px;
	width:100%;
}
.CentralPane{
	padding:0 23px;
	text-align:center;
	vertical-align:top;
}
.RightPane{
	padding-right:15px;
	vertical-align:top;
	text-align:center;
}
.LoginPane{
	position:absolute;
	width:188px;
	height:74px;
	float:left;
	padding:10px;
}
.breadcrumbpad{
	height:30px;
	margin-left:230px;
	padding-top:10px;
}
.hexagones{
	height:236px;
	background:transparent url(images/HexaGris.gif) no-repeat;
}
.hexagonesbas{
	background:transparent url(images/HexaGris2.gif) no-repeat bottom center;
}
/* Menu */
#Accueil{
	height:44px;
	width:173px;
	display:inline-block;
	float:left;
	position:relative;
	left:2px;
}
#Accueil:hover, #Accueil:active{
    background:url(images/Accueil.png) no-repeat left top;
}
#Accueil span{
    display: none;
}
#Qui, #Qui:active{
	height:44px;
	width:185px;
	display:inline-block;
	position:relative;
	float:left;
	left:-30px;
}
#Qui:hover{
    background:url(images/Qui.png) no-repeat left top;
}
#Qui span{
    display: none;
}
#Services{
	height:44px;
	width:127px;
	display:inline-block;
	position:relative;
	float:left;
	left:-61px;
}
#Services:hover{
    background:url(images/Services.png) no-repeat left top;
}
#Services span{
    display: none;
}
#Produits{
	height:44px;
	width:135px;
	display:inline-block;
	position:relative;
	float:left;
	left:-92px;
}
#Produits:hover{
    background:url(images/Produits.png) no-repeat left top;
}
#Produits span{
    display: none;
}
#Contact{
	height:44px;
	width:155px;
	display:inline-block;
	position:relative;
	left:-123px;
}
#Contact:hover{
    background:url(images/Contact.png) no-repeat left top;
}
#Contact span{
    display: none;
}
#Help{
	height:44px;
	width:140px;
	display:inline-block;
	position:relative;
	left:-152px;
}
#Help:hover{
	background:url(images/Help.png) no-repeat left top;
}
#Help span{
    display: none;
}

/* Blocs */
.rappeltextbox{
	padding:90px 0 6px 8px;
	text-align:left;
}
.rappelreponse{
	padding:105px 2px 2px 5px;
	text-align:left;
}
.certif{
	position:relative;
	left:300px;
	top:75px;
}

/* Boutons */
.SendButton, a.SendButton{
	height:23px;
	width:63px;
	background:url(images/EnvoyerOff.png) no-repeat;
}
a.SendButton:hover{
	background:url(images/EnvoyerOn.png) no-repeat;
}
/* Typos */
a.breadcrumb:link ,a.breadcrumb:active, a.breadcrumb:visited{
	color:#1e68af;
	font-weight:normal;
	text-decoration:none;
}
a.breadcrumb:hover{
	color:#0e4074;
}
.Normal{
	font-family:Verdana, Geneva, sans-serif;
	color:#58595b;
	font-size:11px;
	line-height:1.4em;
}
a:link,a:active,a:visited{
	font-weight:bold;
	color:#1e68af;
	text-decoration:underline;
}
a:hover{
	color:#0e4074;
}
.SubHead{
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #0e4074;
}
#pied{
	color:#fff;
	font-size:10px;
}
.NormalTextBox
{
    font-family:Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.user,a.user:link,a.user:active,a.user:visited{
	color:#1e68af;
}
a.user:hover{
	color:#0e4074;
}
.footer, a.footer:link, a.footer:active, a.footer:visited{
	color:#fff;
	text-decoration:none;
	font-weight:normal
}
a.footer:hover{
	color:#fff;
	text-decoration:none;
}

/* Empty panes Style */
.DNNEmptyPane{width:0;padding:0;margin:0;}



