@charset "UTF-8";

/*************************************************************************************/
/********************************************************************* TAGS GÉNÉRAUX */
/*************************************************************************************/
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
*/
	color: #666;
	line-height: 19px;
}
BODY {
	background-image: url(../images/datapro_bg4.jpg);
/*	background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center top;
	/*background: #000;*/
}
H1{
	font-size: 16px;
	color: #003366;
	text-transform: uppercase;
}
H2{
	font-size: 14px;
	color: #FFFFFF;
}
H3 {
	font-size: 10px;
	margin-bottom: 5px;
	color: #333;
/*	font-variant: small-caps;*/
	text-transform: uppercase;
}
H4 {
	font-size: 10px;
	color: #003366;
	margin-top: 5px;
	margin-bottom: 2px;
}
TABLE { width: 100%; }
TABLE TR { min-height: 25px; }
TABLE TR TD {
	vertical-align: top;
	border-spacing: 0px;
}
UL { padding-left: 30px; }
LI { padding-top: 5px; }
A:LINK, A:VISITED { color: #003366; }
A:HOVER { text-decoration: none; }
A.forward:LINK, A.forward:VISITED {
	float: right;
	color: #003366;
	text-decoration: underline;
	background-image: url(../images/icon_suite.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
A.forward:HOVER { text-decoration: none; }
OBJECT { clear: both; }


/*************************************************************************************/
/*************************************************************************** CLASSES */
/*************************************************************************************/
DIV.mainContainer {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #FFF;
}
DIV.footContainer {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 25px;
}


/*DIV.header { background-color: #FFF; border: 1px #0000FF solid; }*/
DIV.logo {
	margin: 20px;
	float: left;
	position: static;
}
DIV.temoignage {
	position: relative;
	height: 60px;
	width: 500px;
	text-align: right;
	float: right;
	margin-top: 15px;
	margin-right: 180px;
}
DIV.temoignageHover {
	text-align: right;
	font-style: italic;
	padding: 5px;
	float: right;
}
	DIV.temoignageHover DIV.auteur {
		font-size: 18px;
	}
	DIV:HOVER.temoignageHover {
		background-color: #e6e3db;
		cursor: pointer;
	}
DIV.top_icons {
	position: relative;
	margin-left: 100px;
	margin-right: 3px;
	margin-top: -7px;
	float: right;
}
	DIV.top_icons IMG { margin: 3px; }



DIV.content {
	background-color: #FFF;
	padding-bottom: 10px;
}
DIV.content_wide {
	background-color: #FFF;
	padding-bottom: 10px;
	padding: 30px;
}
	DIV.content_wide DIV.pages {
		text-align: right;
		padding-right: 10px;
		margin: 10px 0px 10px 0px;
	}
	DIV.content_wide DIV.pages A:LINK, DIV.content_wide DIV.pages A:VISITED {
		border: 1px #003366 solid;
		margin-left: 10px;
		padding: 3px 8px 3px 8px;
		text-decoration: none;
	}
	DIV.content_wide DIV.pages A:HOVER {
		background-color: #DFEFFF;
	}
	DIV.content_wide DIV.pages A.selected:LINK, DIV.content_wide DIV.pages A.selected:VISITED {
		background-color: #DFEFFF;
		border: 1px #003366 solid;
		margin-left: 10px;
		padding: 3px 8px 3px 8px;
		text-decoration: none;
	}
DIV.leftCol {
	float: left;
	width: 580px;
	padding: 30px;
}
DIV.realisation_thumb {
	padding: 10px;
	width: 31%;
	min-height: 330px;
	float: left;
	border-right: 1px #999 dotted;
}
DIV:HOVER.realisation_thumb {
	background-color: #e6e3db;
	cursor: pointer;
}
DIV.rightCol {
	float: right;
	width: 353px;
/*
	background-image: url(../images/background-rightcol.jpg);
	background-position: top;
	background-repeat: repeat-x;
*/
}
DIV.rightCol DIV.nouvelle_accueil {
	padding: 5px;
}
DIV.rightCol DIV:HOVER.nouvelle_accueil {
	background: #e6e3db;
	cursor: pointer;
}
DIV.rightCol DIV.border {
	width: 1px;
	min-height: 300px;
	float: left;
	background-image: url(../images/border-rightcol.jpg);
	background-repeat: no-repeat;
}
DIV.rightCol DIV.content {
	width: 292px;
	min-height: 300px;
	float: right;
	padding: 30px;
	background-image: url(../images/background-rightcol.jpg);
	background-position: top;
	background-repeat: repeat-x;
}




DIV.footer {
	clear: left;
	background-color: #e6e3db;
	background-attachment: scroll;
	background-image: url(../images/topfooter.gif);
	background-repeat: no-repeat;
	background-position: center top;
/*	min-height: 120px;*/
	height: 140px;
}
DIV.footer A { font-size: 12px; }
DIV.footer H1 { font-size: 12px; }
DIV.footer DIV.capsule_footer {
	font-size: 10px;
	padding: 10px;
	min-height: 120px;
	float: left;
	border-right: 1px #CCC dotted;
}
DIV.footer DIV.capsule_footer TABLE TD, DIV.footer DIV.capsule_footer TABLE TD INPUT { font-size: 10px; }
DIV.bottom_footer {
	background-attachment: scroll;
	background-image: url(../images/footer_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
DIV.copyright div.left {
	text-align: left;
	width: 500px;
	position: static;
	float: left;
	margin-top: 15px;
}
DIV.copyright div.left span.gras {
	text-align: left;
	font-weight: bold;
}
DIV.copyright div.left A, div.copyright div.left A:HOVER {
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
DIV.copyright div.right {
	text-align: right;
	width: 300px;
	position: static;
	float: right;
	margin-top: 15px;
}




TABLE.liste {
	border: 1px solid #999;
}
	TABLE.liste TR TD {
		font-size: 10px;
	/*	border-bottom: 1px #666 dotted;*/
		border-spacing: none;
		padding: 3px;
		
	}
	TABLE.liste TR:HOVER TD {
		background-color: #e6e3db;
	}
	TABLE.liste TR.subtitle TD {
		background-color: #003366;
		border-bottom: 0px;
		color: #FFF;
	}
	TABLE.liste TR.last TD { border-bottom: 0px; }

TABLE.liste_horizontal {
	border: 1px solid #999;
}
	TABLE.liste_horizontal TR TD {
		font-size: 10px;
	/*	border-bottom: 1px #666 dotted;*/
		border-spacing: none;
		padding: 3px;
		text-align: center;
	}
	TABLE.liste_horizontal TR TD.subtitle {
		background-color: #003366;
		border-bottom: 0px;
		color: #FFF;
		text-align: left;
	}
	TABLE.liste_horizontal TR.last TD { border-bottom: 0px; }




/*************************************************************************************/
/************************************************************************ FORMULAIRE */
/*************************************************************************************/
SELECT, INPUT, TEXTAREA {
	border: 1px #999 solid;
	min-width: 200px;
	min-height: 20px;
}
INPUT.radio { min-width: 10px; width: auto }

TABLE.formulaire {
	max-width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}
	TABLE.formulaire TR {
		min-height: 40px;
	}
		TABLE.formulaire TR TD {
			vertical-align: top;
			padding: 5px;
		}
			TABLE.formulaire TR TD SELECT,
				TABLE.formulaire TR TD INPUT,
				TABLE.formulaire TR TD TEXTAREA { width: 100%; }
			TABLE.formulaire TR TD TEXTAREA { min-height: 80px; }
			TABLE.formulaire TR TD INPUT.radio {
				min-width: 20px;
				width: auto;
				min-height: 10px;
				height: auto;
				padding-top: 4px;
				border: 0px;
			}
			TABLE.formulaire TR TD.txtField {
				text-align: right;
				width: 140px;
			}
			TABLE.formulaire TR TD.required {
				font-size: 10px;
				color: #06C;
			}
			TABLE.formulaire TR TD.required_wrong {
				font-size: 10px;
				color: #900;
			}
			TABLE.formulaire TR TD.button { text-align: right; }
			TABLE.formulaire TR TD.button INPUT {
				background-color: #003366;
				color: #FFF;
				min-height: 25px;
				font-variant: small-caps;
				min-width: 130px;
				max-width: 130px;
			}
