body {
	padding:0px;
	margin:0px;
	background-color: #92BC12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;	
}

#left_container {
	background-color:#FFFFFF;
	width:190px;
	background-image:url(img/bckgrnd_menu_left.gif);
}

#core_container {
	background-color:#FFFFFF;
	line-height: 1.4em;
}

/*
div { border:#0000ff solid 1px;}
table tr td { border:#ff0000 solid 1px;}
*/
.core {
	padding: 30px;
	color: #335B8F;
}

.core2 {
	width:360px;
	padding: 30px 0px 30px 30px;
	color: #335B8F;
}

.core h2, .core2 h2{
	font-size: 1.3em;
	color: #335B8F;
}
.core h3, .core2 h3{
	font-size: 1.3em;
	color: #335B8F;
}

.news{
	width:165px;
	padding: 0px 0px 15px 5px;
	color: #335B8F;
	background-color: #CEDEE6;
	margin-top: 30px;
}

.news_item {
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1CDDD;
}
.news_item a{ color:#0B9247; }
.news h2{
	font-size: 1.2em;
	color: #335B8F;

}
.news h3{
	font-size: 0.7em;
	color: #335B8F;

}
.news_item_core {
	font-size: 0.7em;
}

.adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:140px;
	padding: 0px 20px 0px 10px;
	color: #00793A;
	margin-top:20px;
}
.adress a{
	color: #00793A;
}

.reachTopPage {
	text-align:center;
}

.reachTopPage a{
	color: #335B8F;
}

.table_style1 {}
.table_style1 tr td {
	background-color:#DBE8B0;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
.table_style1 tr th {
	background-color:#DBE8B0;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: left;
}
.table_gallery_project {
	
}
.table_gallery_project .photo{
	padding-right: 10px;
}
.table_gallery_project .texte{
	padding-left: 10px;
}
.table_gallery_project .texte a{
	color:#335B8F;
}
.table_gallery_project .separator{
	padding:10px;
	font-size:1px;
	height:5px;
	width: 180px;
	background-image:url(img/line2.gif);
	background-repeat:repeat-x;
	background-position:center;
}


/*------------------------------------------ FORM -------------------------------------------------------*/
.confirmFormSent {
	background-color: #eaf5cc;
	background-image:url(img/bckgrnd_form.gif);
	background-position: top right;
	background-repeat:no-repeat;
	padding:16px 8px;
	font-weight: bold;
	text-transform: uppercase;	
}

.tableForm {
	background-color: #eaf5cc;
	background-image:url(img/bckgrnd_form.gif);
	background-position: top right;
	background-repeat:no-repeat;
}
.tableForm thead tr td{
	padding:16px 8px;
	font-weight: bold;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tableForm tbody tr td{
	padding:2px 8px;
}
.tableForm tfoot tr td{
	border-top:#ffffff solid 1px;
	padding:8px 8px;
}
.tableForm tbody tr th{
	padding:8px 8px;
	text-align:left;
}
.champObligatoire {
	color:#CC0066;
}


.input_s, .input_m, .input_l, .input_xl {
	line-height:16px;
	color:#355B87;
	font-size:11px;
	height:15px;
	border-top: #709900 solid 1px;
	border-left: #98cb00 solid 1px;
	border-right: #98cb00 solid 1px;
	border-bottom:#d6ea99 solid 1px;
	background-color:#ffffff;
}
.input_s { width:50px; }
.input_m { width:100px; }
.input_l { width:150px; }
.input_xl { width:200px; }

.select_l {
	font-size:11px;
	width:155px;
}

.textArea {
	color:#355B87;
	font-size:11px;
	width:99%;
	height:50px;
	border-top: #709900 solid 1px;
	border-left: #98cb00 solid 1px;
	border-right: #98cb00 solid 1px;
	border-bottom:#d6ea99 solid 1px;
	background-color:#ffffff;
}

.btn_submit {
	width:100px;
	height:20px;
	border: none;
	background: url(img/btn_submit_fr.gif);
	cursor:pointer;
}
.btn_submit_l {
	width:150px;
	height:20px;
	border: none;
	background: url(img/btn_submit_l.gif);
}

.stageComplet {
	text-decoration: line-through;
}

/* classes for validator */
.tfvHighlight{
	color: #cc0066;
}

.tfvNormal{
	font-weight: normal;	
}

