@import "layout.css";

/* DESIGN GENERAL */

body{
	background: #dbe6e6;
	color: #5e6969;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

a{
	color: #043996;
	/*border-bottom-style: dotted;*/
	text-decoration: none;
	/*border-bottom-width: 1px;*/
}

a:visited{
	color: #043996;
	text-decoration: none;
}

a:hover{
	color: #2C78FB;
	text-decoration: none;
	border-bottom-style: none;
}

p.justify{
	text-align: justify;
}

p.centre{
	text-align: center;
}

/* PAGE */

#page{
	background: transparent;
	color: inherit;
}

/* TOP */

#top{
	height: 167px;
	background: transparent url('http://slidaen.fr/adl/calculateur/img/design/banniere-plus.jpg') repeat-x;
}

#ban{
	height: 167px;
	background: transparent url('http://slidaen.fr/adl/calculateur/img/design/banniere.jpg') no-repeat;
}

/* MAIN */

#main{
	background: transparent;
	color: #5e6969;
	text-align: left;
}

li{
	list-style-type: none;
}

.Tab span{
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}

.Tab p{
	clear:left;
	margin:0px;
	padding:0px;
	height:100% !important; height:1em;
	text-indent: 20px;
}

.Tab span.grand{
	color: #ffffff;
	background: transparent url('http://slidaen.fr/adl/calculateur/img/design/tab01-middle.jpg') repeat-x;
	width: 150px;
	height: 25px;
	line-height: 25px;
	font-size: 0.9em;
	font-weight: bold;
}
.Tab span.grand a{
	color: #ffffff;
	text-decoration: none;
}
.Tab span.grand a:hover{
	color: #dbe6e6;
	text-decoration: none;
}

.Tab span.grandclos{
	background: transparent url('http://slidaen.fr/adl/calculateur/img/design/tab01-right.jpg') no-repeat;
	width: 3px;
	height: 25px;
}

.Tab span.petit{
	color: #5e6969;
	background: transparent url('http://slidaen.fr/adl/calculateur/img/design/tab02-middle.jpg') repeat-x;
	width: 150px;
	height: 20px;
	line-height: 20px;
	font-size: 0.9em;
	font-weight: bold;
}
.Tab span.petit a{
	color: #5e6969;
	text-decoration: none;
}
.Tab span.petit a:hover{
	color: #404B4B;
	text-decoration: none;
}

.Tab span.petitclos{
	background: transparent url('http://slidaen.fr/adl/calculateur/img/design/tab02-right.jpg') no-repeat;
	width: 3px;
	height: 20px;
}

/* FOOTER */

#footer{
	height: 114px;
	background: transparent url('http://slidaen.fr/adl/calculateur/img/design/footer-plus.jpg') repeat-x;
	color: #5e6969;
	text-align: center;
}	

#foot{
	height: 167px;
	background: transparent url('http://slidaen.fr/adl/calculateur/img/design/footer.jpg') no-repeat;
	padding-top: 40px;
}
