@charset "utf-8";
/* CSS Document */

body {
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	color:#1e3577;
}

p {
	margin: 10px 0;
	text-align:justify;
}

a {
	color:#1e3577;
	text-decoration:none;
}
a:hover {
	color:#5caae5;
}

table {
	font-size:10px;
	border-color:#CCC;
}
table th {
}
/*table tr:nth-child(2n+1)
{
    background-color: #f0f0f0;
}
table tr:nth-child(3n+2)
{
    font-weight: bold;
}*/

#logo-onearth {
	position:relative;
	left:50%;
	margin-left:-365px;
	margin-top:60px;
	margin-bottom:35px;
	width:150px;
}
#logo-onearth a img {
	border-style:none;
}

/* MENU */
#menu {
	position : relative;
	width : 710px;
	height : 15px;
	left : 50%;
	margin-left : -375px;
	padding: 10px 20px;
	
	border-style:solid;
	border-width: 0 0 1px 0;
	border-color:#1e3577;
	
	/*CSS3*/
	/*text-shadow: 0 1px 2px rgba(4,52,120,0.2);*/
	border-radius: 0 0 17px 17px;
}
#menu .rubrique {
	float:left;
	margin-right:30px;
	color:#1e3577;
	font-size:12px;
	font-weight:bold;
}
#menu .rubrique a {
	text-decoration:none;
}
.on {
	color:#5caae5;
}
.earth {
	color:#1e3577;
}

/*PAGES*/
#page {
	position : relative;
	font-size:12px;
	text-align:justify;
	left : 50%;
	margin-left : -375px;
	margin-top:20px;
	margin-bottom:20px;
}
.default {
	width : 630px;
	padding: 20px 60px;
}
.accueil, .web {
	/*width : 440px;
	padding: 20px 230px 20px 60px;*/
	width : 490px;
	padding: 20px 220px 20px 20px;
	background-image:url(../img/cadre1.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.ingen {
	width : 580px;
	padding: 20px 130px 20px 20px;
	background-image:url(../img/ingen.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.applications {
	/*width : 540px;
	padding: 20px 130px 20px 60px;*/
	width : 580px;
	padding: 20px 130px 20px 20px;
	background-image:url(../img/cadre-ios-haut.jpg);
	background-repeat:repeat-y;
	background-position:top right;
}
#page h1 {
	color:#5caae5;
	font-size:28px;
	font-weight:normal;
	margin: 0 0 24px 0;
	
	/*CSS3*/
	text-shadow: 0 1px 2px rgba(4,52,120,0.2);
}
#page h2 {
	color:#5caae5;
	font-size:12px;
	margin: 20px 0;
}
#page h3 {
	font-size:11px;
	margin: 6px 0 3px 0;
}
#page h1 a, #page h2 a, #page h3 a, #page h4 a, #page ul a {
	text-decoration:underline;
}

#visuel {
	position : absolute;
	width : 200px;
	height : 400px;
	top: 100px;
	left : 50%;
	margin-left : 155px;
	margin-top : 216px;
	
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
}

/* PIED DE PAGE */
#pied-page {
	position : relative;
	width : 710px;
	left : 50%;
	margin-left : -375px;
	
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #1e3577;
	
	padding:10px 20px;
	
	font-size:9px;
	
	/*CSS3*/
	border-radius: 17px 17px 0 0;
}
#pied-page a {
	text-decoration:none;
}

/*CLIENTS*/
.validé {
	color: #060;
}
.nouveau {
	color: #00F;
}
.encours {
	color: #C60;
}
.enattente {
	color: #F00;
}

/*FENETRE TITRE*/
.fenetre-titre {
	position:relative;
	width: 630px;/*670*/
	height: 80px;
	padding: 10px 40px;
	margin: 0 0 10px -40px;/*10px 0 10px -20px*/
	z-index:100;
	border-style:solid;
	border-width:1px;
	border-color:#1e3577;
	
	/*CSS3*/
	border-radius: 50px;
	-webkit-transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-o-transition: box-shadow 0.5s ease;
	-khtml-transition: box-shadow 0.5s ease;
	-ms-transition: box-shadow 0.5s ease;
	-chrome-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
}
a .fenetre-titre {
	display:block;
}
a:hover .fenetre-titre {
	/*border-color:#5caae5;*/
	
	/*CSS3*/
	box-shadow: 0 5px 5px rgba(4,52,120,0.3);
}
#page .fenetre-titre h2 {
	font-weight:normal;
	font-size:22px;
	color:#5caae5;
	margin: 15px 0 2px 0;
}
.sous-titre {
	font-size:14px;
	color:#1e3577;
	margin:0;
}
.link {/*Année*/
	position:absolute;
	right:45px;
	bottom:-9px;
	font-size:36px;
	color:#001746/*#64a7d7*/;
	
	/*CSS3*/
	color: rgba(4,52,120,1.0);
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
a:hover .link {
	color: #FFF;
	
	/*CSS3*/
	color: rgba(255,255,255,1.0);
	text-shadow: 0 0 3px rgba(4,52,120,1.0);
}

/* ILLUSTRATIONS */

/* Applications */
a #applications1 {
	background-image: url('../img/bandeau-applications.png');
	background-position: -1000px -1000px;/* l'image est hors champ mais elle est chargée */
	background-repeat: no-repeat;
}
a:hover #applications1 {
	background-position: bottom right;
}
a:hover #applications2 {
	position:absolute;
	width:250px;
	height:30px;
	top:-30px;
	right:50px;
	background-image: url('../img/bandeau-applications.png');
	background-position: -410px -70px;/* 710-250-50=410 100-30=30 */
}

/* Sites Internet */
a #sitesinternet1 {
	background-image: url('../img/bandeau-sitesinternet.png');
	background-position: -1000px -1000px;/* l'image est hors champ mais elle est chargée */
	background-repeat: no-repeat;
}
a:hover #sitesinternet1 {
	background-position: bottom right;
}
a:hover #sitesinternet2 {
	position:absolute;
	width:280px;
	height:70px;
	top:-70px;
	right:30px;
	background-image: url('../img/bandeau-sitesinternet.png');
	background-position: -400px -30px;
}

/* Design */
a #design1 {
	background-image: url('../img/bandeau-design.png');
	background-position: -1000px -1000px;/* l'image est hors champ mais elle est chargée */
	background-repeat: no-repeat;
}
a:hover #design1 {
	background-position: bottom right;
}
a:hover #design2 {
	position:absolute;
	width:280px;
	height:70px;
	top:-70px;
	right:30px;
	background-image: url('../img/bandeau-design.png');
	background-position: -400px -30px;
}

