/* Refonte */

.fullscreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  margin: 0;
  padding: 0;
  background: #333;
}


/* CSS Document */

html, body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

/*  Cadre principal ============================= */

div#conteneur {
	margin: 			0 auto;
	position: 			relative;
	height:				auto !important; /* vrais Browsers */
	height:				100%; /* IE6 le voit comme un min-height*/
	min-height:			100%; /* vrais Browsers */
}

div#pr
{
	width: 975px;
	margin: 0 auto;
	padding-bottom: 10em;
	text-align: left;
}

/*  Navigation ================================= */

div#navBox {
	width: 100%;
	border-bottom: solid #dfdfdf 1px;
	
}

	div#navWrap {
		width: 975px;
		text-align: left;
		
		margin: 0 auto;
		
		padding: 0px 0px 10px 22px;
		
		overflow: visible;
		position: relative;
		white-space: nowrap;
	}
	
	div#nav {
		font-weight: bold;
		font-size: 69px;
		letter-spacing: 0px;
		line-height: 60px;
		padding-top: 20px;
	}
	
	/* Choix de langue */
	div#choixLangue {
		position:absolute;
		top:3px;
		overflow: visible;
		width: 975px;
		text-align:right;

	}

	div#choixLangue a {
		color: #aaa;
	}
	
	div#choixLangue a:hover {
		color: #cc0000;
	}

	
		/* Liste des items */
		div#nav ul#navList {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		div#nav ul#navList li {
			display: inline;
			margin: 0;
			padding: 0;
		}
	
		/* Liens */
		div#nav a {
			color: #ccc;
			text-decoration: none;
			
		}
		
		div#nav a:hover, div#nav a#active {
			color: #cc0000;
			text-decoration: none;
			
		}
		
/* Fil d'ariane */
#ariane {
	width: 608px;
	height: 50px;
	line-height: 50px;
	border-bottom: solid #dedede 1px;
}

/* Zone contenu ================================= */

div#cont {
	width: 907px;
	font-size: 1em;
	padding: 47px 46px 50px 22px;
}

	/* Colonne gauche */
	div#cont div#col1 {
		width: 608px;
		margin: 0px 40px 0px 0px;
		float: left;
		position: relative;
	}
	
	/* Colonne gauche allongée */
	div#cont div#colall {
		width: 740px;
		float: left;
		position: relative;
		white-space: nowrap;
	}
	
		/* Élément bloc */
		div#cont div#col1 div.element {
			margin: 0px 0px 48px 0px;
		}
		
			/* Partie gauche de la colonne gauche */
			div#cont div#col1 div.element div.gauche {
				width: 185px;
				margin-right: 13px;
				float:left;
			}
			
			/* Partie droite de la colonne gauche */
			div#cont div#col1 div.element div.droite {
				width: 410px;
				float: left;
			}
			
			sup {
				line-height: 0;
			}
	
				div#cont div#col1 div.element div.nomargin p {
					margin: 0px 0px 14px 0px;
				}
				
	
	/* Colonne droite */
	div#cont div#col2 {
		width: 92px;
		float: left;
	}
	
	/* Texte page accueil */
	div#cont p.intro {
		margin: 0px 0px 40px 0px;
	}
	
	/* Texte page accueil */
	div#cont p.intro2, div#cont p.intro {
		color: #888;
	}
	
	/* Texte page accueil */
	div.clientslist p {
		margin: 0;
		font-size: 2.3em;
		color: #555;
	}
	

/* Footer ======================================= */

div#footer {
	width: 975px;
	font-size: 0.7em;
	text-align: right;
	color: #ccc;
	position: absolute;
	bottom: 5px;
}

div#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#footer li {
	display: inline;
}

div#footer a {	
	padding: 2px 6px 2px 6px;
}

/*  Logo ======================================== */

div#logoBox {
	margin-top: 28px;
	float:right;
	text-align: right;
}

/*  <Hx> ========================================= */

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #cc0000;
	margin: 0;
}

h4 {
}

h4.langSep {
	background-color: #eee;
	padding: 4px 12px 4px 12px;
}


/*  Liens ======================================== */

/* Général */

a:link, a:visited, a:active {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

/*  Notifications ================================ */

/* Confirmations */
ol.cnf {
	background-color: #CEFFBB;
	padding: 12px; 
	width: 584px;
}

ol.cnf li {
	color: #006600;
	margin-left: 16px;
}

/* Confirmations CONTACT */
ul.cnfCtc {
	padding: 4px 0px 4px 0px; 
	margin-left: 198px;
	list-style: none;
	padding:0;
}

ul.cnfCtc li {
	color: #006600;
}

/* Erreurs */
ol.err {
	background-color: #FFE2D8;
	padding: 12px; 
	width: 584px;
}

ol.err li {
	color: #CC0000;
	margin-left: 16px;
}

/* Erreurs CONTACT */
ul.errCtc {
	padding: 4px 0px 4px 0px; 
	margin-left: 198px;
	list-style: none;
	padding:0;
}

ul.errCtc li {
	color: #CC0000;
}

/* Nouvelles ====================================== */
span.actDate {
	color: #999;
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 6px;
}

div#actPagination {
	margin-left: -4px;
}

div#actPagination a {
	background-color: #f9f9f9;
	margin: 		0px 4px 0px 4px;
	padding:		0px 8px 0px 8px;
	line-height: 	1.5em;
	display:		block;
	float:			left;
	height:			1.5em;
	border: 		solid #aaa 1px;
}

div#actPagination a:hover {
	background-color: #eee;
}

div#actPagination a.active, div#actPagination a.active:hover {
	color: #000000;
	background-color: #f5f5f5;
	cursor: default
}


/* img [fix] */
img {
	border: none;
}

/* Spacer */
.clear {
	clear: both;
}

/* Aligné à droite */
.right {
	text-align: right;
}


/* Lien vers l'admin */
#adminLink {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	margin: 2px;
	font-size: 0.9em;
	background-color: #FFFFFF;
	padding: 8px;
}

/* Mises en page */
/* Photo alignée à gauche avec habillage */
div.txtpic {
	float:left;
	background-color:#eee;
	margin: 0px 8px 8px 0px;
}

div.txtpic p {
	margin: 0;
}

table {
	width: 410px;
}

table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 8px 8px 8px 0px;
}

/* contact */
div.noms {
	font-weight: bold;
}

div.fonctions {
	color: #555;
	font-style: italic;
}
	
div.contact label {
	float:left;
	width: 185px;
	text-align: right;
	margin-right: 13px;
}


/* Admin ==================================================== */


input.textmod {
	width: 250px;
	color: #333;
}

input.ttAct {
	width: 100%;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #cc0000;
	text-align: right;
	font-weight: bold;
	border: solid #ccc 1px;
	text-transform: uppercase;
}

input.dAct {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;	
	color: #999;
	text-align: right;
	font-size: 0.8em;
	padding-top: 6px;
	height:auto;
	border: none;
	cursor: default;
}

button.bouton, input.bouton {
	border: solid #ccc 1px;
	padding: 5px;
	background-color: #eee;
}

button.bouton {
	padding: 1px 5px 1px 5px;
	font-size: 0.9em;
}

button.bouton:hover, input.bouton:hover {
	background-color: #fff;
	cursor: pointer;
}


input.textmodActif {
	width: 250px;
	color: #FF0000;
}

textarea.textmod {
	width: 250px;
	height: 120px;
	color: #333;
}


textarea.textmodActif {
	width: 250px;
	height: 200px;
	color: #FF0000;
}

.textmod, .textmodActif {
	border: solid #999 1px;
	padding: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	letter-spacing: 0.1px;
}

table.table {
	border: solid #ccc 1px;
}

table.table td {
	padding: 12px;
}

table.table tr.expired {
	background-color: #ddd;
}


label.label {
	float:left;
	width: 185px;
	margin-right: 13px;
}

br {
	clear: both;
}

table.listing {
	width: 100%;
}

table.listing td {
	vertical-align: top;
	padding: 8px 4px 8px 12px;
}


table.listing td {
	border-bottom: solid #ccc 1px;
}

table.listing td.icon {
	width: 29px;
	padding-right: 2px;
	padding-left: 2px;
}

ul#admpannel {
	margin-bottom: 20px;
}

ul#admpannel, ul#admpannel_ss, ul#fastLink {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#admpannel,  ul#fastLink {
	border-top: solid #ddd 1px;
}

#admpannel li a, ul#fastLink li a {
	display: block;
	background-color: #fff;
	padding: 10px 8px 10px 8px;
	border-bottom: solid #ddd 1px;
	border-left: solid #ddd 1px;
	border-right: solid #ddd 1px;
	color: #cc0000;
	font-size: 1em;
}

ul#admpannel li a:hover, 
ul#fastLink li a:hover {
	background-color: #f2f2f2;
}

ul#admpannel li a.panActive,
ul#fastLink li a.panActive {
	font-weight: bold;
}

ul#admpannel_ss li a {
	border:none;
	border-bottom: solid #ddd 1px;
	font-size: 0.8em;
}

ul#admpannel_ss li a:hover {
	background-color: #f9f9f9;
}

ul#admpannel, ul#fastLink {
	margin-bottom: 12px;
}

span.lfloor {
	font-size: 1.3em;
	color: #333;
	margin-right: 6px;
}

div#authBox {
	border: solid #ccc 1px;
	padding: 12px 12px 12px 12px;
	width: 70%;
	background-color: #f9f9f9;
}

a.admArr {
	background-color: #f9f9f9;
	margin: 		4px;
	text-align:		center;
	line-height: 	1.8em;
	display:		block;
	height:			1.8em;
	width:			1.8em;
	border: 		solid #aaa 1px;
}

a.admArr:hover {
	background-color: #eee;
}

div.admArrCannot {
	background-color: 	#f9f9f9;
	margin: 			4px;
	line-height: 		1.8em;
	height:				1.8em;
	text-align:			center;
	width: 				1.8em;
	border: 			solid #aaa 1px;
	color:				#aaa;
}


/* Portfolio */
div.descr {
	position:absolute;
	height:20px;
	left:0px;
	z-index:100;
	margin-top: 60px;
	padding: 0px 0px 0px 12px;
}

span.descr {
	color:#000;
	font-size:1.2em;
	display: inline;
	position: relative;
}

p.descr {
	padding-left: 16px;
	margin: 0px 0px 4px 0px;
	color: #444;
	position: relative;
}
		

div.page {
	position:absolute;
	height:36px;
	padding-right: 12px;
	width: 596px;
	text-align: right;
	background-color:#fff;
}

div#pageBox {
	position: relative; 
}


ul.pagination {
	position: absolute;
	top:8px;
	right: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.pagination li {
	float:left;
}

ul.pagination a {
	color: #777;
	text-align: center;
	line-height: 24px;
	font-size: 1em;
	height: 24px;
	margin: 0px 0px 0px 0px;
	width: 24px;
	border: #ccc solid 1px;
	background-color:#fff;
	display: block;
}


ul.pagination a:hover {
	background-color:#f9f9f9;
}

ul.pagination a.sel {
	background-color:#eee;
}

div.url a {
	font-size: 5.7em;
	color: #555;
	line-height: auto;
	padding: 0px 0px 0px 5px;
	display:block;
	outline:0;
}

div.url a:hover {
	color: #cc0000;
}

div.url span {
	font-size: 2px;
}
