/*
#### GENERAL ####
*/
body {
	margin: 0;
	padding: 0;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 13px;
	background-color: #FFF;
	background-image: url(../i/mainBackground.png);
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	color: #000;
}
ul,li,h1,h2,h3,h4,h5,form,p {
	margin: 0;
	padding: 0;
}
h1{
	margin-left: 185px;
	margin-top: 6px;
	font-size: 100%;
	color: #737373;
	background-color: #041421;
	overflow: hidden;
}
/*
#### END GENERAL ####
*/
#headerLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 170px;
	cursor: pointer;
	overflow: hidden;
}
/*
#### LEFT NAV ####
*/
#leftNav{
	position: absolute;
	top: 200px;
	left: 5px;
	width: 150px;
}
#leftNav li {
	background-color: #f3f3f3;
	border-bottom: 1px solid #FFF;
	line-height: 20px;
	padding-left: 5px;
	cursor: pointer;
}
#leftNav li ul {
	list-style-type: none;
}
#leftNav li ul li{
	background-color: #FFF;
	font-weight: normal;
	cursor: pointer;
}
#leftNav li,#leftNav li a {
	color: #646464;
	font-weight: bold;
}
#leftNav li ul li a{
	font-weight: normal;
}
#leftNav li:Hover {
	background-color: #e0e0e0;
}
#leftNav li:Hover,#leftNav li:Hover a {
	color: #f10458;
}
#leftNav li:Hover ul li a {
	color: #646464;
}
#leftNav li:Hover ul li:Hover a, #leftNav li:Hover ul li a:Hover {
	color: #f10458;
}
#leftNav li.selected {
	background-color: #e0e0e0;
}
#leftNav li.selected ul {
	background-color: #FFF;
}
#leftNav li.selected a {
	color: #0a7ba8;
}
li.lnHidden {
	display: none;
	visibility: hidden;
	line-height: 0px !important;
}
li.underSelected a {
	color: #f10458 !important;
}
/*
#### END LEFT NAV ####
*/

/*
#### FOOTER ####
*/
#footer {
	/*background-image: url(../i/footerBackground.png);
	background-repeat: no-repeat;
	*/
	background-color: #041421;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
	z-index: 1000;
	border-top: 2px solid #FFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	* position: relative;
	* margin-top: 100px;
	overflow: hidden;
	height: 30px;
}
#footer div {
	margin: 0;
	padding: 0;
}
#footer h2 {
	line-height: 30px;
	padding-top: 2px;
	font-size: 100%;
	float: left;
}
#footer a {
	float: left;
	margin-right: 110px;
	color: #FFF;
	padding: 10px 0px 0px 10px;
	font-weight: normal;
	font-size: 11px;
}
#footer a:Hover {
	color: #f10458;
}
a.seoLink {
	color: #041421 !important;
	margin: 0 !important;
	padding: 0 !important;
}
/*
#### END FOOTER ####
*/

/*
#### MAIN CONTENT ####
*/
#mainContent {
	position: relative;
	top: 130px;
	left: 170px;
	width: 550px;
	padding-left: 10px;
}
#mainContent h2 {
	color: #0daef6;
	font-family: Arial;
	font-weight: normal;
	font-size: 200%;
	padding: 10px 0px 7px 0px;
}
#mainContent h2.light {
	color: #f10458;
}
a.retour {
	display: block;
	position: absolute;
	top: 25px;
	margin-left: 490px;
	font-size: 11px;
	font-variant: small-caps;
	color: #666;
	padding: 2px 8px 2px 8px;
}
a.retour:Hover {
	color: #FFF;
	background-color:#F10458;
}
div.regularBlock {
	background-repeat: no-repeat;
	padding: 5px 5px 0px 10px;
	border-bottom: 1px solid #F3F3F3;
	background-image: url(../i/blockTop.png);
	background-color: #F3F3F3;
	color: #333;
}
div.regularBlock h3 {
	color: #333;
	font-size: 14px;
	line-height: 2em;
}
div.regularBlock img {
	float: left;
	margin-left: 10px;
	border: 1px solid #FFF;
}
div.regularBlock img:Hover {
	border: 1px solid #f10458;
}
div.regularBlock a {
	color: #f10458;
	font-weight: bold;
}
div.regularBlock a:Hover {
	text-decoration: underline;
}
div.regularBlock strong {
	font-weight: normal;
	font-size: 11px;
	color: #666;
}
div.regularBlock strong a {
	padding: 0px 15px 0px 0px;
	background-image: url(../i/popup.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	font-weight: normal;
}
div.regularBlock strong a:Hover {
	background-position: right -10px;
}
div.white div.block{
	display: block;
	float: left;
	width: 260px;
}
div.white ul {
	list-style-type: none;
	margin: 0px 15px 15px 0px;
}
div.white ul li {
	background-image: url(../i/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 15px;
}
div.white ul li a {
	font-weight: normal;
	color: #f10458;
}
div.white,div.white:hover {
	background-image: none;
	background-color: #FAFAFA;
}
div.white h3,div.white:hover h3 {
	color: #333;
	font-size: 14px;
	line-height: 2em;
}
a.visit {
	color: #666 !important;
	text-decoration: underline;
}
a.visit:Hover {
	color: #f10458 !important;
	text-decoration: none !important;
}
div.regularBlockFooter {
	background-image: url(../i/blockFooterDark.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 550px;
	background-image: url(../i/blockFooter.png);
}
p {
	margin: 5px 0px 10px 0px;
}
p.img {
	float: left;
	width: 380px;
	text-align: justify;
}
p.img a.noLink {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	cursor: text;
}
ul.textContent {
	margin-left: 20px;
	padding-bottom: 5px;
}
div.mainPageLink {
	color: #f10458;
	text-align: center;
	margin-top: 20px;
}
div.mainPageLink a {
	background-color: #041421;
	border: 1px solid #0a7ba8;
	color: #FFF;
	font-size: 200%;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}
div.mainPageLink a:Hover {
	background-color: #f10458;
	color: #FFF;

}
#btnProjetAdapte,#btnCompetences,#btnRealisations {
	display: block;
	width: 550px;
	height: 41px;
	background-image: url(../i/btnProjetAdapte.png);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	margin-top: 20px;
}
#btnProjetAdapte:Hover,#btnCompetences:Hover,#btnRealisations:Hover {
	background-position: 0 1px;
}
#btnCompetences {
	background-image: url(../i/btnCompetences.png);
}
#btnRealisations {
	background-image: url(../i/btnRealisations.png);
}
/*
#### END MAIN CONTENT ####
*/

/*
#### QUOTES ####
*/
#column {
	position: absolute;
	top: 203px;
	left: 740px;
	width: 240px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#quote,#contact {
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 5px;
	margin-top: 30px;
	background-color: #FFF;
	width: 230px;
}
#quote {
	background-image: url(../i/quote.gif);
	background-repeat: no-repeat;
	background-position: 210px 0px;
	margin-top: 0;
}
#column h3 {
	color:#000;
	font-size: 14px;
}
#column p {
	text-align: justify;
}
#column p.source {
	text-align: right;
	font-size: 80%;
}
#column a {
	color:#f10458;
}
#column a:Hover {
	text-decoration: underline;
}
#column hr {
	background-color: transparent;
	height: 0;
	border: none;
	border-top: 1px solid #CCC;
}
/*
#### END QUOTES ####
*/

/*
#### CONTACT FORM ####
*/
div.clearFloat {
	clear: both;
}
div.formBlock,div.formNotice,div.formSubmit {
	display: block;
	float: left;
	background-color: #FFF;
	width: 500px;
	border: 1px solid #EEE;
	border-left: 2px solid #f10458;
	margin-bottom: 15px;
	padding: 10px;
}
div.formNotice {
	border: 1px solid #0daef6;
	background-color: #0daef6;
	font-weight: bold;
	color: #FFF;
	margin: 0;
}
div.formNotice a {
	color: #FFF;
	text-decoration: underline;
}
div.formNotice a:Hover {
	text-decoration: none;
}
#formNotice {
	display: none;
}
div.formSubmit {
	padding: 0;
	text-align: right;
	background-color: transparent;
	border: none;
}
div.formBlock h3 {
	color: #f10458;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 14px;
}
div.formBlock label {
	display: block;
	float: left;
	width: 120px;
}
div.formBlock textarea {
	width: 450px;
	padding: 10px;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 13px;
	overflow: auto;
	border: 1px solid #DDD;
}
div.formBlock input,div.formSubmit input {
	width: 200px;
	padding: 2px 10px 2px 10px;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 13px;
	border: 1px solid #DDD;
	margin: 0px 0px 5px 0px;
}
div.formSubmit input {
	background-color: #f10458;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 0px 5px 0px;
}
div.formSubmit input:Hover {
	margin-top: 1px;
	background-color: #e10452;
}
div.formBlock input.small {
	width: 70px;
}
div.formBlock textarea:Hover,div.formBlock textarea:Focus,div.formBlock input:Hover,div.formBlock input:Focus{
	border: 1px solid #f10458;
	background-color: #FAFAFA;
}
#trContactEmail {
	font-weight: bold;
	color: #FFF;
}
input.trContactTest {
	display: none;
	visibility: hidden;
}

/*
#### END CONTACT FORM ####
*/

/* Galerie */
div.galerie {
	visibility: hidden;
	display: none;
}
div.galerie img{
	border: 0;
	margin: 0px 15px 0px 15px;
}
a.galerieLink {
	font-size: 11px;
	font-variant: small-caps;
	margin-right: 50px;
	float: right;
	text-align: right;
}