@charset "ISO-8859-1";
@import url("styles.css");

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	line-height: 1.2em;
}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #fff;
	color: #333;
	font-size:12px;
	background-image: url(../img/bodyBg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	width: 900px;
	position: relative;
	margin: 0px auto;
	color: #fff;
	background-color: #3790C0;
}
#header {
	color: #fff;
	background: #A9CD37 url(../img/headerBg.gif) no-repeat bottom;
	height: 85px;
	overflow: hidden;
}

#header h1, #header h2 {
	display: none;
	}

#header ul.onglets {
	margin-left: 20px;
	}
	
#header ul.onglets li {
	float: left;
	}
#header .epl {
	position: absolute;
	left: 630px;
	top: 10px;
}
#header ul.links {
	position: absolute;
	right: 12px;
	top: 5px;
	font-size: 11px;
}
#header ul.links li {
	background-image: url(../img/linksArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 13px;
}
#header ul.links li a {
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

#header ul.links li a:hover {
	color: #000;
}

#main {
	padding: 20px 20px;
	background: url(../img/mainBgNorm.gif) no-repeat left top;
	zoom: 1;
}
	
.home #main {
/*	background: #3790C0 url(../img/homeMainBg.gif) no-repeat left top; */
	position: relative;
	padding: 0;
}
.home #main .mainImg {
	height: 180px;
	width: 280px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.home #main img.title {
	margin-bottom: 15px;
	display: block;
	padding-top: 20px;
}
.home #main ul.controls  li {
	float: left;
	margin-right: 8px;
}
.home #main .mainLegend {
	float: left;
	width: 280px;
	margin-top: 4px;
}

.home #main .mainLegend a {
	color: #fff;
	text-decoration:none;
}

.home #main .mainLegend a:hover {
	color: #000;
}

.home #main .mainLegend .more a {
	display: block;
	font-size: 10px;
	background-image: url(../img/mainLegendMore.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	text-decoration: underline;
}
.home #main .semAction {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7ED5F5;
	font-weight: bold;
}
.home #main .shortcuts {
	clear: both;
	margin-left: 20px;
	width: 582px;
	color: #000;
	margin-bottom: 20px;
}

.home #main .solution {
	width: 280px;
	float: left;
	margin-right: 18px;
	background-image: url(../img/solutionBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #fff;
	height: 350px;
	position: relative;
	}

.home #main .projet {
	width: 280px;
	float: left;
	background-image: url(../img/projetBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #fff;
	height: 350px;
	}
.home #main .shortcuts ul {
	font-size: 13px;
	margin: 12px;
	height: 130px;
}
.home #main .shortcuts li {
	margin-bottom: 10px;
	background-image: url(../img/shortcutsArrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 18px;
	font-weight: bold;
}
.home #main .shortcuts li a {
	color: #2C4250;
	text-decoration: underline;
}
.home #main .shortcuts li a:hover {
	color: #3790C0;
}

.home #main .shortcuts li a span {
	font-size: 16px;
}
.home #main .shortcuts p {
	margin: 12px;
}
.home #main .spla {
	height: 60px;
	width: 280px;
	background-image: url(../img/splaBg.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.home #main .spla h4 {
	padding-top: 20px;
	float: left;
	width: 148px;
	font-size: 12px;
}
.home #main .spla .logo {
	margin-top: 16px;
	display: block;
	margin-left: 10px;
	float: left;
	margin-right: 8px;
}
.home #main .spla .arrow {
	margin-top: 16px;
	display: block;
	margin-left: 10px;
	float: right;
	margin-right: 8px;
}
.home #main .spla a {
	color: #2C4250;
	text-decoration: none;
}
.home #main .spla a:hover {
	color: #000;
}

#footer {
	color: #fff;
	background-color: #2C4250;
	padding: 6px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}

.home #comp {
	width: 255px;
	position: absolute;
	top: 20px;
	right: 15px;
}

.home #comp .tools {
	margin-bottom: 20px;
	}

.home #comp .tools li {
	float: left;
	width: 33%;
}
.home #comp h2 {
	clear: both;
	margin-top: 20px;
	background-image: url(../img/horizWhiteDots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
	padding-bottom: 4px;
	font-size: 16px;
}

.home #comp h2 a {
	color: #fff;
	text-decoration:none;
}


.home #comp .docs li {
	font-size: 13px;
	margin-bottom: 8px;
	background-image: url(../img/folderIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 4px;
}
.home #comp .docs a {
	color: #2C4250;
	text-decoration: none;
}

.home #comp .docs a:hover {
	color: #000;
	text-decoration: underline;
}
.home #comp .actuSem {
	background:url(../img/actuBgBottom.gif) no-repeat left bottom;
	}

.home #comp .actuSem li {
	background-image: url(../img/actuBgTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px;
}

.home #comp .actuSem li.first {
	background-image: url(../img/actuBgTop1.gif);
}

.home #comp .actuSem .thumb {
	width: 60px;
}
.home #comp .actuSem a {
	color: #fff;
	text-decoration:none;
	float: left;
	display: block; 
}
.home #comp .actuSem a:hover {
	color: #000;
	text-decoration:underline;
}
.home #comp .actuSem a.text {
	display: block;
	float: right;
	width: 170px;
}
.home #main .servirlepublic {
	text-align: right;
}
#main .nuage1 {
	float: left;
}
#main .nuage3 {
	float: right;
}
#main .nuage2 {
	margin-right: auto;
	margin-left: auto;
}
#main .cadre {
	width: 279px;
	background-color: #fff;
}


#main .nuage1 {
	background: url(../img/cloudBottom1.gif) no-repeat bottom center;
}
#main .nuage2 {
	background: url(../img/cloudBottom2.gif) no-repeat bottom center;
}
#main .nuage3 {
	background: url(../img/cloudBottom3.gif) no-repeat bottom center;
}
#main div.intro {
	float: left;
	width: 600px;
}
#main div.knowmore {
	float: right;
	width: 250px;
}
.rightcomp {
	float: right;
	width: 240px;
}
#main div.encadre h1 {
	background-image: url(../img/rectangleTop.gif);
	background-repeat: no-repeat;
	padding: 13px;
	margin: 0;
}

.encadre .bottom {
	background-image: url(../img/rectangleBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 2px;
	margin: 0px;
	font-size: 8px;
}
div.whiteBg {
	background-color: #fff;
	padding: 0 8px;
}
#main .encadre {
	color: #2C4250;
}
