/*
** CSS WebStart.fr
** Author: Pierrick CHARRON <pierrick@webstart.fr>
*/

/* Général */

body {
	text-align: center;
	margin: 0px;
}

body, div, input, td, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
}

form { margin: 0; }

p { margin: 3px 0px }

a img { border: 0; }

.input { border: 1px solid #A7A6A9; padding: 3px; }

a {	color: #599DE1; }

/* Elements principaux */

#tooltip {
	position: absolute;
	display: none;
	z-index: 20;
}
#tooltip div {
	border: 1px solid #2FA4DA;
	background-color: #C7E6F8;
	padding: 2px;
}
#tooltip img {
	bottom: 0px;
	position: absolute;
	left: 5px;
	display:block;
}

span.tooltip {
	border-bottom: 1px dashed #599DE1;
}

#supercontainer {
	text-align:left;
	margin: 0px auto;
	width:751px;
	overflow: hidden;
}

#main {
	background: url('../images/common/main_bg.gif') repeat-x bottom;
	padding: 0 10px 25px 10px;
}

#header {
/*	height: 238px;
	overflow: hidden; */
}

#footer {
	background-color: #2FA4DA;
	color: white;
	margin: 5px;
	background: #2FA4DA url('../images/common/footer_left.gif') no-repeat left top;
	height: 22px;
	overflow: hidden;
}

#footer div.right {
	height: 22px;
	background: url('../images/common/footer_right.gif') no-repeat right top;
	float: right;
}

#footer .footercontent {
	padding: 4px 10px;
	color: white;
}

#footer A {
	padding: 0px 3px;
	color: white;
	text-decoration: none;
}

#footer A:hover {
	text-decoration: underline;
}

#fil {
	display: none;
	margin-top: 0px; padding-top: 0px;
	border-bottom: 3px solid #C7E6F8;
	border-top: 3px solid #C7E6F8;
	padding-left: 4px;
}
#fil a { text-decoration: none; }
/* Content */

div.titre {
	background: url('../images/common/bgtitre.gif') no-repeat right;
	height: 35px;
	text-transform: uppercase;
}

div.titre div {
	font-size: 12pt;
	padding: 8px;
	font-weight: bold;
}

.blue {
	color: #599DE1;
}
.bold {
	font-weight: bold;
}

div.large_top { background: url('../images/common/large_top.gif') no-repeat left top; }
div.large_bottom { background: url('../images/common/large_bottom.gif') no-repeat left bottom; padding: 13px 15px 20px 15px; }
div.large_center { background: url('../images/common/large_center.gif') repeat-y; width: 730px; }

div.middle_top { background: url('../images/common/middle_top.gif') no-repeat left top; }
div.middle_bottom { background: url('../images/common/middle_bottom.gif') no-repeat left bottom; padding: 13px 15px 20px 15px; }
div.middle_center { background: url('../images/common/middle_center.gif') repeat-y; width: 445px; }

div.small_top { background: url('../images/common/small_top.gif') no-repeat left top; }
div.small_bottom { background: url('../images/common/small_bottom.gif') no-repeat left bottom; padding: 13px 15px 20px 15px; }
div.small_center { background: url('../images/common/small_center.gif') repeat-y; width: 275px; }

div.middle_top2 { background: url('../images/common/middle_top2.gif') no-repeat left top; }
div.middle_bottom2 { background: url('../images/common/middle_bottom2.gif') no-repeat left bottom; padding: 13px 15px 20px 15px; }
div.middle_center2 { background: url('../images/common/middle_center2.gif') repeat-y; width: 500px; }

div.small_top2 { background: url('../images/common/small_top2.gif') no-repeat left top; }
div.small_bottom2 { background: url('../images/common/small_bottom2.gif') no-repeat left bottom; padding: 13px 15px 20px 15px; }
div.small_center2 { background: url('../images/common/small_center2.gif') repeat-y; width: 220px; }

div.withbutton { padding-bottom: 0; }

div.contenu {
	padding: 5px ;
	text-align: justify;
}

.bouton {
	background: url('../images/common/bouton.gif') no-repeat;
	border: none;
	width: 102px;
	height: 22px;
	color: white;
	font-weight: bold;
	text-align: center;
}
.bouton a {
	color: white;
	text-decoration: none;
}
.hr {
	margin: 5px 5px 5px 0px;
	background: white url('../images/hr.gif');
	height: 1px;
	clear: both;
}

/* Def list */
dl { margin: 6px 0px; }
dl dt { font-weight: bold; color: #599DE1; }
dl dd { margin-left: 10px; }

ul.space li { }

ul { list-style-position: outside; list-style-image: url('/images/puce.gif'); }
ul ul, #plan { list-style-position: inside; background: white url('/images/ulleft.gif') repeat-y; padding: 0 3px; margin: 7px 0 10px 40px; }
ul ul li, #plan li { margin-top: 5px; }

/**/

#menu { background: url('/images/menu.png') no-repeat; width: 751px; height: 242px; position: relative; }
#menu a { position: absolute; }
#menu a.link { width: 154px; height: 25px; display: block; }

#menu a#accueil { top: 102px; left: 53px; }
#menu a#services { top: 135px; left: 53px; }
#menu a#realisations { top: 169px; left: 53px; }
#menu a#contacts { top: 204px; left: 53px; }

#partenaires, #partenaires a { color: #A8A8A8; /* #C0C0C0; */ font-size: 10px; }