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

* {
	border: 0;
	padding: 0;
	margin: 0;
}

/*---STRUCTURE-----------------------------------------------------------------*/

/*html {
 	min-height: 100%;
 	height: auto;
}*/

body {
	background-color: #00446A;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: .85em;
	color: #555;
	letter-spacing: 0.02em;
}

#container {
	background-color: #FFF;
}

#header {
	background: url(../images/head_repet.png) repeat-x center top;
}
#header-content {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 214px;
	background: url(../images/banner.png) no-repeat center top;
}
#outils {
	float: right;
	margin: 35px 0 0 0;
	text-align: right;
	color: #FFF;
	padding: 0 20px 0 0;
}

#content {
	margin: 0 auto;
	width: 950px;
}
#ariane {
	font-size: 0.8em;
	margin: 2px 0 15px 0;
}
#imprimer {
	float: right;
	padding: 0 20px 0 0;
}

.colonne-ga {
	width: 450px;
	float: left;
	margin: 0 20px 15px 0;
}
.colonne-dr {
	width: 450px;
	float: left;
	padding: 0 0 0 20px;
	border-left: 1px solid #7DA1BD;
	margin: 0 0 15px 0;
}
.colonne-dr-b0 {
	width: 450px;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}

.colonne-ga-2tiers {
	width: 600px;
	float: left;
	margin: 0 40px 15px 0;
}
.colonne-dr-1tiers {
	width: 295px;
	float: left;
	padding: 0 0 30px 0;
	border: 0;
	margin: 0 0 15px 0;
}
.colonne-ga-1quart {
	width: 235px;
	float: left;
	padding: 0 0 30px 0;
	border: 0;
	margin: 0 0 15px 0;
}


#accueil {
	padding: 5px 0 0 0;
}
#accueil .boitebleue {
	font-size: 1.2em;
}

#footer {
	clear: both;
	background: #00446A url(../images/footer.png) repeat-x center top;
}
#footer-content {
	margin: 0 auto;
	padding: 30px 20px 0 0;
	width: 950px;
	height: 60px;
	text-align: right;
	color: #FFF;
}




/*---TEXTE-----------------------------------------------------------------*/

h1 {
	position: relative;
	left: -9999px;
}

#titre h2 {
	color: #00446A;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	/*font-style: italic;*/
	padding: 0 0 4px 0;
	font-weight: lighter;
	display: inline;
	border-bottom: 1px solid #7DA1BD;
	font-size: 1.7em;
}
#sous-menu h2 {
	color: #FFF;
	border: 0;
	font-size: 1.5em;
}
#titre {
	margin: 0 0 15px 0;
}

h2 {
	color: #00446A;
	margin: 0 0 12px 0;
	font-size: 1.25em;
	border-bottom: 1px solid #7DA1BD;
}

h3 {
	margin: 0 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	margin: 0 0 5px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #696969;
}

h5 {
	margin: 0 0 5px 0;
	font-size: 1em;
	font-weight: bold;
	color: #696969;
}

h6 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #696969;
}


p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

a {
	color: #00446A;
	outline: none;
}

a:visited {}

a:hover {
	color: #222;
}

h2 a {
	text-decoration: none;
}
h3 a {
	text-decoration: none;
	color: #FFF;
}
h3 a:hover {
	color: #00446A;
}

ul, ol {
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
}
li {}

ul.info {
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px 0;
}
ul.info li {
	margin: 0 0 5px 0;
}

#ariane a {
	text-decoration: none;
}

.blanc {color: #FFF;}
.bleu {color: #00446A;}

.limite {clear: both;}
.texte-dr {text-align: right;}
.texte-ga {text-align: left;}

.chapeau {
	text-indent: 30px;
	text-align: justify;
	color: #00446A;
}

.champs {
	color: #666;
	padding: 3px 4px;
	background-color: #CDDBE7;
	margin: 9px 0 0 0;
	border: 1px solid #AFC4D8;
}
.loupe {
	padding: 0 0 0 4px;
}

.separation-dr {
	border-right: 1px solid #7DA1BD;
	padding: 0 15px 0 0;
}
.float-dr {
	float: right;
	margin: 0 0 10px 10px;
}
.float-ga {
	float: left;
	margin: 0 10px 10px 0;
}
hr {
	border-bottom: 1px solid #7DA1BD;
	margin: 20px 0;
}


/*---BOITES-----------------------------------------------------------------*/

.onglets {
	border: 1px solid #7DA1BD;
	clear: both;
	margin: 0 0 20px 0;
}
.onglets-content {
	clear: both;
	padding: 0 50px;
}
/*.onglets-souscontent {
	padding: 0 50px 0 165px;
}
.onglets-content h4 {
	float: left;
	width: 150px;
	margin: 0;
}*/


.bloc p, #accueil .colonne-ga .bloc h4 {
	padding: 0 10px;
}

.boite {
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid #7DA1BD;
	clear: both;
	width: 100%;
}
.boite p {
	margin: 0 5px 0 0;
}
.boite h3, .service h3 {
	border: 0;
	margin: 0 0 15px 0;
	color: #FFF;
	background: #00446A url(../images/onglets.png) repeat-x center top;
	padding: 3px 10px 5px 10px;
}
.boite h3 a, .service h3 a {
	text-decoration: none;
	color: #FFF;
}
.boite h3 a:hover, .service h3 a:hover {
	color: #7DA1BD;
}
.boite h3 img {
	margin: 3px 0 0 15px;
}
.boite-content {
	padding: 0 10px 10px 10px;
}

.boite2 {
	float: left;
	margin: 0 0 2px 0;
	clear: both;
	width: 100%;
}
.boite2 img {
	margin: 10px;
}
.boite2 .entete {
	background: url(../images/boite_01.png) no-repeat left bottom;
	height: 46px;
}
.boite2 .entete-dr {
	float: right;
	background: url(../images/boite_01.png) no-repeat right bottom;
	height: 46px;
	width: 93%;
}
.boite2 .entete-dr h3 {
	padding: 20px 0 0 0;
	/*color: #FFF;*/
	color:#00456A;
}

.boite2 .entete-dr h3 a{
	color:#00456A;
}

.boite2 .entete-dr h3 a:hover{
	color:#FFF;
}

.boite2 .contenu {
	background: url(../images/boite_03.png) repeat-y left top;
	
}
.boite2 .contenu-dr {
	background: url(../images/boite_03.png) repeat-y right top;
	float: right;
	width: 93%;
}
.boite2 .contenu-centre {
	padding: 10px 7% 5px 0;
	background: url(../images/boite_02.png) no-repeat right top;
}
.pas-fond-centre .contenu-centre {
	background: none;
}
.boite2 .pied {
	background: url(../images/boite_04.png) no-repeat left top;
	height: 28px;
}
.boite2 .pied-dr {
	background: url(../images/boite_04.png) no-repeat right top;
	width: 93%;
	height: 28px;
	float: right;
}

.boite2 .colonne-ga {
	width: 370px;
}
.boite2 .colonne-dr {
	width: 370px;
}

.boitebleue {
	float: left;
	margin: 0 0 5px 0;
	clear: both;
	width: 100%;
	/*color: #FFF;*/
	color:#00456A;
}
.boitebleue .entete {
	background: url(../images/boitebleue_01.png) no-repeat left bottom;
	height: 46px;
}
.boitebleue .entete-dr {
	float: right;
	background: url(../images/boitebleue_01.png) no-repeat right bottom;
	height: 46px;
	width: 93%;
}
.boitebleue .entete-dr h3 {
	padding: 20px 0 0 0;
	/*color: #FFF;*/
	color:#00456A;
}
.boitebleue .contenu {
	background: url(../images/boitebleue_03.png) repeat-y left top;
	
}
.boitebleue .contenu-dr {
	background: url(../images/boitebleue_03.png) repeat-y right top;
	float: right;
	width: 93%;
}
.boitebleue .contenu-centre {
	padding: 10px 7% 10px 0;
	background: url(../images/boitebleue_02.png) no-repeat right top;
}

.boitebleue .pied {
	background: url(../images/boitebleue_04.png) no-repeat left top;
	height: 28px;
}
.boitebleue .pied-dr {
	background: url(../images/boitebleue_04.png) no-repeat right top;
	width: 93%;
	height: 28px;
	float: right;
}



.service {
	float: left;
	width: 210px;
	background: url(../images/onglets.png) repeat-x center top;
	margin: 0 20px 20px 0;
	border: 1px solid #7DA1BD;
	text-align: center;
}
.service-content {
	padding: 0 10px 10px 10px;
}

/*---MENU-----------------------------------------------------------------*/

#logo {
	float: left;
}
#logo a {
	display: block;
	height: 100px;
	width: 500px;
	overflow: hidden;
}

#menu {
	position: absolute;
	top: 126px;
	right: 0;
}

#menu li {
	float: left;
	list-style-type: none;
}

#menu a {
	display: block;
	height: 48px;
	overflow: hidden;
	background: url(../images/menu-fr.png) no-repeat center top;
}

#menu a:hover {
	background-position-y: -50px;
}

#menu a p {
	position: relative;
	left: -9999px;
}


#prestations a {
	width: 192px;
	background-position: -220px 0;
}
#prestations-actif a, #prestations-actif a:hover {
	width: 192px;
	background-position: -220px -100px;
}


#projets a {
	width: 188px;
	background-position: -412px 0;
}
#projets-actif a, #projets-actif a:hover {
	width: 188px;
	background-position: -412px -100px;
}


#publications a {
	width: 200px;
	background-position: -600px 0;
}
#publications-actif a, #publications-actif a:hover {
	width: 200px;
	background-position: -600px -100px;
}

#platinn a {
	width: 150px;
	background-position: -800px 0;
}
#platinn-actif a, #platinn-actif a:hover {
	width: 150px;
	background-position: -800px -100px;
}

/*allemand*/
#de #menu a {
background: url(../images/menu-de.png) no-repeat center top;
}
/* services */
#de #prestations a {
	width: 170px;
	background-position: -160px 0;
}
#de #prestations-actif a, #de #prestations-actif a:hover {
	width: 170px;
	background-position: -160px -100px;
}

/* stories */
#de #projets a {
	width: 240px;
	background-position: -330px 0;
}
#de #projets-actif a, #de #projets-actif a:hover {
	width: 240px;
	background-position: -330px -100px;
}

/* publications */
#de #publications a {
	width: 230px;
	background-position: -570px 0;
}
#de #publications-actif a, #de #publications-actif a:hover {
	width: 230px;
	background-position: -570px -100px;
}

/* platinn */
#de #platinn a {
	width: 150px;
	background-position: -800px 0;
}
#de #platinn-actif a, #de #platinn-actif a:hover {
	width: 150px;
	background-position: -800px -100px;
}


/*anglais*/
#en #menu a {
background: url(../images/menu-en.png) no-repeat center top;
}
/* services */
#en #prestations a {
	width: 155px;
	background-position: -220px 0;
}
#en #prestations-actif a, #en #prestations-actif a:hover {
	width: 155px;
	background-position: -220px -100px;
}

/* success stories */
#en #projets a {
	width: 225px;
	background-position: -375px 0;
}
#en #projets-actif a, #en #projets-actif a:hover {
	width: 225px;
	background-position: -375px -100px;
}

/* success publications */
#en #publications a {
	width: 200px;
	background-position: -600px 0;
}
#en #publications-actif a, #en #publications-actif a:hover {
	width: 200px;
	background-position: -600px -100px;
}

/* success platinn */
#en #platinn a {
	width: 150px;
	background-position: -800px 0;
}
#en #platinn-actif a, #en #platinn-actif a:hover {
	width: 150px;
	background-position: -800px -100px;
}




#sous-menu {
	position: absolute;
	top: 180px;
	right: 0;
	width: 950px;
	color: #FFF;
	background: url(../images/ssmenu.png) repeat-x center 23px;
	height: 30px;
}

#sous-menu ul {
	padding: 0;
	margin: 0;
	color: #7DA1BD;
	font-size: 1.2em;
}

#sous-menu li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#sous-menu a {
	color: #b1cbe0;
	text-decoration: none;
}
#sous-menu a:hover {
	color: #FFF;
}

#outils a {
	color: #FFF;
	text-decoration: none;
}

#outils a:hover {
	color: #00446A;
}

#footer a {
	color: #7DA1BD;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}

ul.onglets-menu {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
	height: 26px;
	background: #00446A url(../images/onglets.png) repeat-x center top;
	/background: transparent url(../images/onglets.png) repeat-x center top;
	color: #00446A;
}
ul.onglets-menu li {
	display: block;
	padding: 5px 15px;
	float: left;
	border-right: 1px solid #7DA1BD;
}
ul.onglets-menu li.actif {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	color: #00446A;
}
ul.onglets-menu a {
	color: #7DA1BD;
	text-decoration: none;
}
ul.onglets-menu a:hover {
	color: #FFF;
}
ul.onglets-menu li.actif a:hover {
	color: #00446A;
}



/*---RECHERCHE-----------------------------------------------------------------*/

#recherche {
	clear: both;
	color: #333;
}

#recherche label {
	margin: 0 5px 0 0;
	color: #00446A;
	font-weight: bold;
	float: left;
	width: 110px;
}

#recherche select {
	float: right;
	width: 150px;
}

#recherche p {
	width: 320px;
	float: left;
	margin: 0 50px 10px 0;
}

#recherche table {
	clear: both;
	margin: 15px 0 0 0;
	border: 1px solid #7DA1BD;
	width: 100%;
	background-color: #FFF;
}
#recherche table a {
	font-weight: bold;
}
#recherche table ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}

#recherche .tab-entete {
	color: #FFF;
	background: url(../images/onglets.png) repeat-x center top;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
}

#recherche td {
	padding: 5px;
	vertical-align: top;
}

.fond-gris {
	background-color: #F4F4F4;
}


/*---CONTACT-----------------------------------------------------------------*/

.formulaire {
	width: 500px;
}

.formulaire input, .formulaire textarea, .formulaire select {
	padding: 5px;
	width: 300px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #999;
	background-color: #F4F4F4;
}

.formulaire textarea {
	height: 90px;
	width: 373px;
	-width: 370px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.formulaire select {
	width: 312px;
}

.formulaire textarea:focus, .formulaire input:focus {
	border: 1px solid #00446A;
	background-color: #FFF;
}

.formulaire input.submit-button {
	width: 100px;
	float: right;
}

.formulaire label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	color: #00446A;
	font-weight: bold;
	font-size: 0.9em;
}
