/* CSS Document */

body {
	margin: 0;
	padding: 0 5px 0 5px;
	
	background-color: #F3F0E9;
	background-image: url(design/background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363435;
	
	text-align: center;
}

table{
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363435;
}

thead {
	display: none;
}

.table_admin thead {
	display: block;
}

.table_admin{
	width:100%;
}

tfoot {
	display: none;
}

th{
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}

td{
	font-size: 11px;
}

td.savp{
	font-size: 12px;
}

/*---------------CONTENT----------------*/
#top {
	position: relative;
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#border_top {
	height: 7px;
	line-height: 7px;
	margin: 0 0 4px 0;
	background-color: #363435;
}

#banner {
	height: 160px;
}

#global {
	position: relative;
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url(design/background_global.gif);
	background-repeat: repeat-y;
}

#column-left {
	float: left;
	width: 210px;
}

#column-center {
	float: left;
	width: 570px;
	text-align: center;
}

#column-right {
	float: left;
	width: 210px;
}

#content{
	width: 520px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#ref_titre {
	margin: 10px 0 25px 0;
}

#ref_titre .left {
	float: left;
	width: 310px;
}

#ref_titre .right {
	float: right;
	width: 480px;
}

#ref_titre label {
	float: left;
	width: 3.5em;
	text-align:left;
	font-weight:bold;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}

/*-----------------menu-------------------*/
div.menu_container {
	margin: 0;
	list-style: none;
	color: #363435;
	text-align: justify;
	font-size: 13px;
}

div.menu, div.menu-act {
	margin: 3px 0 0 0;
	padding: 0 0 4px 10px;
	border-bottom: 2px solid #F3F0EB;
}

div.menu-act {
	font-weight: bold;
}

div.menu a {
	color: #363435;
}

div.menu-act a {
	font-weight: bold;
	color: #363435;
}

div.sous_menu_container {
	margin: 0 0 0 5px;
	list-style: none;
	width: 185px;
	font-size: 12px;
}

div.sous_menu, div.sous_menu-act {
	margin: 3px 0 3px 0;
}

div.sous_menu {
	font-weight: normal;
}

div.sous_menu a {
	font-weight: normal;
	color: #363435;
}

div.sous_menu-act a {
	font-weight: bold;
	color: #363435;
}

div.sous_sous_menu_container {
	margin: 0 0 0 5px;
	list-style: none;
	width: 180px;
}

div.sous_sous_menu, div.sous_menu-act {
	margin: 3px 0 3px 0;
}

div.sous_sous_menu a {
	font-weight: normal;
	color: #363435;
}

div.sous_sous_menu-act a {
	font-weight: bold;
	color: #363435;
}

/*-----------------langues-------------------*/
#box_lang {
	margin: 2px 0 5px 0;
	padding: 0 0 0 10px;
	height: 20px;
	line-height: 20px;
	background-color: #CCCCCC;
	font-size: 11px;
	color: #666666;
}

#lang {
	float: left;
}

a.lang {
	color: #666666;
}

a.lang:hover {
	color: #363435;
	text-decoration: none;
}

a.lang-act, a.lang-act:hover {
	color: #363435;
	text-decoration: none;
}

/*-----------------news-------------------*/
a.news {
	font-weight: normal;
}


/*-----------------client_login-------------------*/
#client_login {
	float: right;
}

/*-----------------principaux éléments-------------------*/
p{
	padding:0;
	margin: 0 0 10px 0;
}

hr{
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

.spacer{
 clear:both;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style: italic;
}

.normal{
	font-weight:normal;
}

.small {
	font-size: 10px;
}

.err {
	font-size: 10px;
	color: #CC1A1A;
}

.succes {
	font-size: 10px;
	color: #139913;
}

.justify {
	text-align: justify;
}

button.partenaire {
	float: left;
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	color: #363435;
	text-decoration: underline;
}

button.deconnexion {
	color: #CC1A1A;
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 2px 0 0 -5px!important;
	margin: 0 -10px 0 -10px;
}

button.acces_prive {
	color: #CC1A1A;
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 0 0!important;
	margin: 10px -10px 0 0;
}
/*-----------------liens-------------------*/
a{
	color: #363435;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*----------------deconnexion----------------*/
a.deconnexion {
	font-weight: normal;
	color: #CC1A1A;
}

/*---------------images----------------*/
img, img:hover{
	margin: 0;
	padding: 0;
}

img.cadre-img{
	border: 1px solid #363435;
}

img.logo {
	width: 210px;
}

img.news {
	border: none;
	margin: 0 5px 0 0;
}

img.picto {
	float: left;
}

/*------------------PRINT-------------------*/
#print {
	margin: 0 0 10px 0;
	width: 520px;
	text-align: right;
}

#print2 {
	margin: 10px 0 0 0;
	width: 520px;
	text-align: right;
}

#print a, #print2 a {
	font-size: 11px;
}

#print img, #print2 img{
	float: right;
	margin: 0 5px 0 0 ;
}

#print .txt, #print2 .txt  {
	float: right;
	cursor: pointer;
}

/*------------------SECTION EN SAVOIR PLUS-------------------*/
#savp {
	margin: 0 0 0 0;
}

#savp .txt-savp{
	text-align: justify;
	line-height: 23px;
}

#savp p {
	text-align: justify;
	line-height: 23px;
}

#savp p.bloc {
	margin: 0 0 20px 0;
}

#savp .txt-savp a{
	text-decoration: underline;
}

#savp .txt-savp a:hover{
	text-decoration: none;
}

#savp a.ensavoirplus {
	font-weight: bold;
}

#savp a.ensavoirplus:hover{
	text-decoration: underline;
}

#savp .image-savp1, .image-savp1:hover   {
	margin: 0 15px 0 0;
	border: 1px solid #363435;
}

#savp .image-savp2, .image-savp2:hover {
	margin: 0 0 0 15px;
	border: 1px solid #363435;
}

#savp .loca-savp{
	clear: both;
	text-align: left;
	margin: 0 5px 20px 0;
}

#savp .loca-puce{
	margin-right: 5px;
}

#savp a.legende, a.legende:hover {
	margin: -3px 0 0 0;
	text-decoration: none;
}

/*--------DOMAINES--------*/
#domaines {
	margin: 0 0 0 0;
}

#domaines a.domaines_1 {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}

#domaines a.domaines_2 {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

#domaines a.domaines_3 {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

#domaines a.domaines {
	height: 20px;
	line-height: 20px;
}

#domaines .tableau {
	display: none;
}

/*--------LIENS--------*/

#liens {
	margin: 0 0 0 0;
	border: 0px solid #009900;
}

#liens .box-left {
	float: left;
	width:200px;
	text-align: center;
	border: 0px solid #FF0000;
}

#liens .box-right {
	float: left;
	width: 320px;
	border: 0px solid #3300CC;
}

#liens .box-center {
	float: left;
	width: 520px;
	text-align: center;
	margin-bottom: 10px;
}

#liens .htmlarea-liens {
	float: left;
	width: 320px;
	height: 190px;
}

#liens label{
	float:left;
	width:7.5em;
	text-align:left;
	padding-right:10px;
	font-weight:bold;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}

#liens .lien-box {
	float: left;
	margin: 0 0 20px 0;
	border: 0px solid #CC9900;
}

#liens .lien-box .image {
	float: left;
	width: 110px;
	margin: 0 30px 0 0;
	text-align: right;
}

#liens .lien-box .text {
	float: left;
	width: 370px;
	border: 0px solid #00CC66;
}

#liens .lien-box .text .description, #liens .lien-box .text .description a, #liens .lien-box .text .description:hover {
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

/*--------FIN LIENS--------*/

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

#contact {
	margin: 20px 0 20px 0;
}

#admin-contact {
	width: 500px;
}

#contact .left {
	float: left;
	width: 220px;
	border: 0px solid #CC6600;
}


#contact .right {
	float: left;
	width: 275px!important;
	width: 280px;
	margin: 0 0 0 20px;
	border: 0px solid #CCCC33;
}

#contact p.titre_societe {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

#contact p.infos {
	margin: 0 0 0 0;
}

#contact .form {
	margin: 35px 0 0 0;
}

#contact p.ch_obligatoires {
	margin: 2px 0 0 100px!important;
	margin: 2px 0 0 105px;
	width: 160px;
	color: #5F5B57;
	font-size: 9px;
	text-align: center;
}

#contact .btn {
	margin: 10px 0 10px 97px!important;
	margin: 10px 0 10px 105px;
}

#contact .msg {
	margin: 2px 0 20px 100px!important;
	margin: 2px 0 0 105px;
	width: 160px;
	text-align: center;
}

#contact .map {
	text-align: center;
}

#contact .inscription {
	float: right;
	margin: 20px 0 0 0;
}

#contact label{
	float: left;
	width: 7.7em!important;
	width: 8.5em;
	text-align:right;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}

#admin-contact label{
	float:left;
	width:11em;
	text-align:right;
	font-weight: bold;
	margin: 0 0 0 110px;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}
/*--------FIN CONTACT--------*/

/*--------NEWS--------*/
#news .titre {
	margin: 0 0 5px 0;
	padding: 1px 0 1px 5px;
	background-color: #363435;
	color: #F3F0E9;
}

#news .contenu {
	text-align: justify;
	margin: 0 0 20px 0;
}

/*--------RECHERCHE--------*/
#recherche {
	background-color: #b3b3b3;
	border: 1px solid #363435;
	padding: 10px;
}

#recherche label{
	float: left;
	width: 10em;
	text-align:left;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}

/*--------GALERIE--------*/
#galerie {
	margin: 20px 0 0 0;
	border: 0px solid #009900;
}

#galerie .rubrique {
	float: left;
	width: 160px;
	margin: 0 5px 20px 5px!important;
	margin: 0 5px 0 5px;
}

#galerie a.intitule {
 	margin: -3px 0 0 0;
	width: 162px;
	display: block;
	/*background-color: #363435;
	color: #F3F0E9;*/
}

#galerie a.intitule:hover {
	text-decoration: none;
}

#galerie .admin {
	float: left;
	width: 170px;
	margin: 0;
	border: 1px solid #ABAAA6;
}


/*----------NEWSLETTER-------------*/

#newsletter {
	width: 340px;
	margin: 100px 0 0 90px;
	text-align: center;
}

#newsletter .ch_obligatoires {
	margin: 10px 0 0 80px!important;
	margin: 10px 0 0 0;
	width: 190px;
	color: #363435;
	font-size: 10px;
	text-align: center;
}

#newsletter label{
	float: left;
	width: 9em;
	font-weight: bold;
	text-align:right;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}

/*--------FIN NEWSLETTER-----------*/

/*----------REFERENCES----------*/
#references {
	margin: 20px 0 0 0;
}

#references label{
	float:left;
	width:10em;
	text-align:left;
	padding-right:10px;
	font-weight:bold;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}

/*----------Fiche Projet----------*/
#fiche_projet {
	margin: 0 0 0 0;
}

#fiche_projet .libele {
	float: left;
	width: 125px;
	font-weight: bold;
}

#fiche_projet .description{
	float: left;
	margin: 0 0 5px 0;
	width: 390px;
	text-align: justify;
}

#fiche_projet .image{
	text-align: center;
}

#fiche_projet label{
	float:left;
	width:10em;
	text-align:left;
	padding-right:10px;
	font-weight:bold;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}

/*----------PARTENAIRES----------*/
#partenaires {
	margin: 0 0 0 0;
}

#partenaires .nom_prenom {
	font-size: 13px;
	font-weight: bold;
}

#partenaires .titre {
	width: 180px;
	margin: 0 0 5px 0;
	padding: 1px 0 1px 5px;
	font-weight: bold;
	background-color: #363435;
	color: #F3F0E9;
}

#partenaires .sous_titre {
	margin: 0 0 5px 10px;
	text-decoration: underline;
}

#partenaires .date {
	float: left;
	margin: 0 0 0 10px;
	width: 35px;
	font-size: 11px;
}

#partenaires .icone {
	float: left;
	margin: 0 0 0 10px;
	width: 35px;
	font-size: 11px;
}

#partenaires .contenu, #partenaires .contenu_2 {
	width: 450px;
	margin: 0 0 0 10px;
	text-align: justify;
	font-size: 11px;
}

#partenaires .contenu_2 {
	float: left;
	margin: 0 0 5px 10px;
	border-left: 1px solid #363435;
	padding: 0 0 0 10px;
}

#partenaires .libele {
	float: left;
	width: 200px;
}

#partenaires label{
	float:left;
	width:12em;
	text-align:left;
	padding-right:10px;
	font-weight:bold;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}

/*----------CLIENTS----------*/
#clients {
	margin: 0 0 0 0;
}

#clients .titre {
	width: 180px;
	margin: 0 0 5px 0;
	padding: 1px 0 1px 5px;
	font-weight: bold;
	background-color: #363435;
	color: #F3F0E9;
}

#clients label{
	float:left;
	width:12em;
	text-align:left;
	padding-right:10px;
	font-weight:bold;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}


/*----------MENTIONS LEGALES----------*/

#mentions_legales {
	margin: 0 0 0 0;
	border: 0px solid #009900;
}

#mentions_legales .left {
	float: left;
	width: 150px;
}

#mentions_legales .right {
	float: left;
	width: 350px;
	margin: 0 0 0 20px;
}

#mentions_legales .titre {
	margin: 0 0 5px 0;
	padding: 1px 0 1px 5px;
	background-color: #363435;
	color: #F3F0E9;
	font-weight: bold;
}

#mentions_legales .description {
	text-align: justify;
	font-weight: normal;
}

#mentions_legales .description a{
	text-decoration: underline;
}

#mentions_legales .description a:hover{
	text-decoration: none;
}

#mentions_legales .top {
	margin: 0 0 20px 0;
}

#mentions_legales a.intitule {
	margin: 0 0 0 5px;
	font-size: 11px;
	font-weight: bord;
}

/*----------FIN MENTIONS LEGALES----------*/

/*----------PASSWORD ADMIN----------*/
#password-admin {
	margin: 100px 0 0 0;
	border: 0px solid #009900;
}

#password-admin label {
	float: left;
	width: 25em;
	font-weight:bold;
	margin: 0 0 0 60px;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}
/*----------FIN FICHIERS----------*/

/*----------FICHIERS----------*/
#fichiers {
	margin: 0 0 0 0;
	border: 0px solid #009900;
}

#fichiers .ajout{
	float: left;
	width: 540px;
	margin: 0;
	border: 0px solid #009900;
	text-align: center;
}

#fichiers label {
	float: left;
	width: 20em;
	padding-right:10px;
	font-weight:bold;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}
/*----------FIN FICHIERS----------*/

/*----------REFERENCEMENTS----------*/
#referencements {
	border: 0px solid #009900;
}

#referencements label {
	float: left;
	width: 5.5em!important;
	width: 7em;
	text-align:left;
	padding-right:10px;
	font-weight:bold;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}

#referencements .bold{
	font-weight:bold;
}

/*--------LOGIN--------*/

#login{
	margin: 100px auto 70px auto;
	width: 280px;
	text-align: center;
	padding: 0 0;
}

#login label{
	float:left;
	width:8em;
	text-align:right;
	padding-right:6px;
	font-weight:bold;
	padding: 2px 10px 0 0!important;
	padding: 3px 10px 0 0;
}
/*--------FIN LOGIN--------*/

/*----------BOUTONS-------------*/
form, input{
	margin:0;
	padding:0;
	font-size:12px;
}

textarea{
	width:96%;
	height:140px;
	font-family:Arial, Helvetica, Sans-serif;
}

.checkbox {
	margin: 3px 0 5px 0!important;
	margin: 0;
}

.bouton_delete{
	border: 1px solid #101010;
	background-color: #FF3300; 
	color: #FFFFFF;
	cursor:pointer;
	font-weight:bold;
	margin: 5px 0 5px 0;
	padding: 0 10px 0 10px!important;
	padding: 0;
}

.bouton_save {
	border: 1px solid #101010;
	background-color: #363435; 
	color: #b3b3b3;
	cursor:pointer;
	font-weight:bold;
	margin: 5px 0 5px 0;
	padding: 0 10px 0 10px!important;
	padding: 0;
}

.bouton, .bouton:hover{
	border: 1px solid #101010;
	background-color: #363435; 
	color: #b3b3b3;
	cursor:pointer;
	font-weight:bold;
	margin: 5px 0 5px 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

input.bouton{
	border: 1px solid #101010;
	background-color: #363435;
	color: #b3b3b3;
	cursor: pointer;
	margin: 5px 0 5px 0;
	padding: 0 10px 0 10px!important;
	padding: 0;
	letter-spacing: 1pt;
}

.input-checkbox {
	height: 20px;
	vertical-align: middle;
}

.input-admin{
	color: #363435;
	background-color: #cccccc;
	border: 1px solid #363435;
	font-size: 13px!important;
	font-size: 12px;
	margin: 2px 0px 2px 0px;
}

.input-field {
	color: #363435;
	background-color: #cccccc;
	border:1px solid #363435;
	font-size: 13px!important;
	font-size: 12px;
	margin:2px 0px 2px 0px;
	width:160px;
}

textarea.input-field{
	height:90px;
}
/*----------FIN BOUTONS-------------*/

/*----------Pages----------*/
.box-page {
	margin: 10px 0 0 0;
	text-align: center; 
}

/*----------NETWEBCITY----------*/
#netwebcity {
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 10px;
	color: #a0a0a0;
	text-align: center;
}

#netwebcity a.netweb {
	font-size: 10px;
	font-weight: normal;
	color: #a0a0a0;
}

#netwebcity a.netweb:hover {
	color: #363435;
}

