/* =================================== *\
|  CSS Structure                         |
|  Date: Juillet 2007                       |
|  Autor I Puselja Pedja                 |
\* =================================== */

/*------------------------------------------------
CSS Reset
--------------------------------------------------*/
/*reset*/
* {margin:0; padding:0}  :link,:visited { text-decoration:none } ul,ol { list-style:none } address { font-style:normal } fieldset { border: 0; } 
img{border:none; background:none;} a img {border: 0 none;} h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;} caption,th {text-align:left;} .clear{clear:both;} html, body {height: 100%; width:100%;}.spacer{height:10px;}

/*------------------------------------------------
General
--------------------------------------------------*/
body {
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:1em;
	line-height:1.4;
	margin:0;
	padding:0;
}
/*------------------------------------------------
TAGS h1
--------------------------------------------------*/
#content h1{
	text-align:right;
	margin: 0;
    padding: 0;
    margin-right: 40px;
    font-family: "Georgia", Times New Roman, Times, serif;
    font-style: italic;
    font-size: 24px;
}
#header h1{
	margin:0 ;
	padding:0;
	width:104px;
	height:111px;
}
#home_page #content h1{
	text-align:right;
	margin:15px 0 0 0;
}
#red_page #header h1 a:link, 
#red_page #header h1 a:visited, 
#red_page #header h1 a:focus, 
#red_page #header h1 a:hover, 
#red_page #header h1 a:active,

#home_page #header h1 a:link, 
#home_page #header h1 a:visited, 
#home_page #header h1 a:focus, 
#home_page #header h1 a:hover, 
#home_page #header h1 a:active {
	display:block;
	height:104px;
	height:111px;
	text-indent:-9999px;
	background:url(../images/logos/logo_red.jpg) 0 0 no-repeat;
}
#bleu_page #header h1 a:link, 
#bleu_page #header h1 a:visited, 
#bleu_page #header h1 a:focus, 
#bleu_page #header h1 a:hover, 
#bleu_page #header h1 a:active {
	display:block;
	height:104px;
	height:111px;
	text-indent:-9999px;
	background:url(../images/logos/logo_bleu.jpg) 0 0 no-repeat;
}
#green_page #header h1 a:link, 
#green_page #header h1 a:visited, 
#green_page #header h1 a:focus, 
#green_page #header h1 a:hover, 
#green_page #header h1 a:active {
	display:block;
	height:104px;
	height:111px;
	text-indent:-9999px;
	background:url(../images/logos/logo_green.jpg) 0 0 no-repeat;
}
#orange_page #header h1 a:link, 
#orange_page #header h1 a:visited, 
#orange_page #header h1 a:focus, 
#orange_page #header h1 a:hover, 
#orange_page #header h1 a:active {
	display:block;
	height:104px;
	height:111px;
	text-indent:-9999px;
	background:url(../images/logos/logo_orange.jpg) 0 0 no-repeat;
}
#yellow_page #header h1 a:link, 
#yellow_page #header h1 a:visited, 
#yellow_page #header h1 a:focus, 
#yellow_page #header h1 a:hover, 
#yellow_page #header h1 a:active {
	display:block;
	height:104px;
	height:111px;
	text-indent:-9999px;
	background:url(../images/logos/logo_yellow.jpg) 0 0 no-repeat;
}
/*------------------------------------------------
TAGS h2
--------------------------------------------------*/
#content h2 {
	font-size:1.5em;
	margin:35px 18px 10px 25px;	
}
#home_page #content h2{
	color:#FF6600;
	font-size:1.25em;
	font-style:italic;
	margin:0 0 0 40px;
}
#red_page #content h2 {
	border-bottom:1px solid #C40011;
	background:transparent url(../images/layout/h2item_red.jpg) no-repeat left top;
	padding-left:25px;
	font-weight:lighter;
}
#bleu_page #content h2 {
	border-bottom:1px solid #0099FF;
	background:transparent url(../images/layout/h2item_bleu.jpg) no-repeat left top;
	padding-left:25px;
	font-weight:lighter;
}
#green_page #content h2 {
	border-bottom:1px solid #99CC00;
	background:transparent url(../images/layout/h2item_green.jpg) no-repeat left top;
	padding-left:25px;
	font-weight:lighter;
}
#orange_page #content h2 {
	border-bottom:1px solid #FF6600;
	background:transparent url(../images/layout/h2item_orange.jpg) no-repeat left top;
	padding-left:25px;
	font-weight:lighter;
}
#home_page .kollone h2{
	padding:0;
	width:116px;
	height:19px;
	margin:30px 0 40px 20px;
}
#home_page .kollone h2 a:link, #home_page .kollone h2 a:visited, #home_page .kollone h2 a:focus, #home_page .kollone h2 a:hover, #home_page .kollone h2 a:active{
	display:block;
	height:116px;
	height:19px;
	text-indent:-9999px;
	background:url(../images/layout/aktualites.jpg) 0 0 no-repeat;
}
/*------------------------------------------------
TAGS h3
--------------------------------------------------*/
#home_page #content h3{
	color:#999999;
	font-size:60%;
	font-weight:lighter;
	margin:0 0 0 40px;
}
#content h3{
	color:#fff;
	font-size:1em;
	margin:0 0 0 20px;
}
/*------------------------------------------------
TAGS h4 , h5 , h6
--------------------------------------------------*/
#content h4{
	color:#fff;
	font-size:0.9em;
	margin:0 0 0 20px;
}
#content h5{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:0.8em;
	margin:0 0 0 20px;
}
#content h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:0.7em;
	margin:0 0 0 20px;
	font-weight:lighter;
}
/*------------------------------------------------
ID
--------------------------------------------------*/

#container {
	margin: 0 auto; 
	padding: 0; 
	width:980px;
	text-align:left;
}
#header{
	height:112px;
}
#sidebar1{
	background:transparent;
	float:left;
	width:135px;
	margin:0;
	padding:0;
}
#sidebar2{
	background:#323531;
	float:left;
	width:196px;
	margin:0;
	padding:0;
	height:100%;
}
#content{
	background: #333532 url(../images/layout/bg_content.jpg) no-repeat left top;
	min-height:440px;
	float:left;
	width:564px;
	margin:0;
	padding:0;
}
#right_side {
	min-height:440px;
	float:left;
	width:65px;
	margin:0;
	padding:0;
}
* html #content, * html #right_side {
	height:440px; /*-hack pour IE*/
}
#footer{
	height:70px;
}
/*------------------------------------------------
Class for ALL
--------------------------------------------------*/

#sidebar1 ul {
	margin:20px 0 0 10px;
	padding:0;
}
#sidebar1 a:link, #sidebar1 a:visited {
	color:#323531;
	font-size:70%;
}
.newsletter_sidebar {
	background:transparent url(../images/layout/newsletter.jpg) no-repeat left center;
	padding-left:25px;
}
.client_sidebar {
	background:transparent url(../images/layout/client.jpg) no-repeat left center;
	padding-left:25px;
}
.edit_contenu {
	margin:15px 0 0 0;
}
.edit_contenu p {
	color:#B5B5B5;
	font-size:0.7em;
	margin:0 10px 0 35px;
}
.avertissement {
	color:#ffffff;
	font-size:0.7em;
	font-weight:bold;
	margin:5px 10px 5px 35px;
}
.avertissement span {
	padding:2px 5px;
	background:#B60E0E;
}
#content ul {
	margin:10px 10px 10px 55px;
	color:#B5B5B5;
	font-size:0.7em;
}
#container #sidebar2 {
	background:#333532 url(../images/layout/bg_sidebar2.jpg) no-repeat left top;
}
p.precedent{
	padding:0;
	width:104px;
	height:39px;
	margin:35px 0 0 -10px;
	position:absolute;
}
.position {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	margin:10px 0 0 20px;
	color:#999999;
}
p.top_haut {
	float:left;
	position:absolute;
	padding:0;
	margin:10px 0 0 185px;
	width:59px;
	height:15px;
}
.credit_foot {
	vertical-align:middle;
}
#sidebar2 ul {
	padding:90px 8px 0 8px;
	font-size:1em;
	font-weight:bold;
}
#sidebar2 ul a{
	color:#fff;
}
#sidebar2 ul li {
	margin:10px 0;
}
address {
	color:#B5B5B5;
	font-size:0.8em;
	margin:0 0 0 170px;
	padding-bottom:30px;
}
/*------------------------------------------------
EXPERIENCE LISTING
--------------------------------------------------*/

.refer_block {
	margin:10px 0 0 10px;
}
#orange_page #content dl {
	width:176px;
	height:130px;
	float:left;
}
#orange_page #content dt {
	padding:0 0 10px 0;
	line-height:1em;
    text-align: center;
}
#orange_page #content dt a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color:#FF6600;
	padding:0 0 5px 0;
}
#orange_page #content dl dt a:link, #orange_page #content dl dt a:visited{
	text-decoration:none;
}
.imagePlus_referBlock {
	margin:-6px 10px 0 0;
	text-align:right;
}
.imagePlus_referBlock a {
    padding-right: 25px;
}
.img_ref {
    text-align: center;    
}
.img_ref img {
	width:120px;
	height:74px;
}
/*------------------------------------------------
EXPERIENCE DETAILS
--------------------------------------------------*/
.ref_details_edito {
	margin:0 0 0 50px;
}
.details_reference {
	font-family:Arial, Helvetica, sans-serif;
	color:#B5B5B5;
}
.details_reference p{
	font-size:0.7em;
}
.nomClient_reference span {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:110%;
	font-weight:bold;
}
.link_reference a:link, .link_reference a:visited {
	background:transparent url(../images/layout/flesh_gris-orange.jpg) no-repeat left center;
	padding-left:15px;
}
.prestation_reference_title {
	float:left;
	width:65px;
}
.prestation_reference_edito {
	margin-left:65px;
	padding-right:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#prec {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding:3px 0 0 80px;
}
/*--Navigation référence--*/


.nav-ref {
	float:left;
	color:#238ED2;
	font-size:90%;
}
ul.refer {
	width:74px;
	height:22px;
	margin:0 0 15px 0 !important;
	padding:0;
}
ul.refer ul{
	margin:0 !important;
}
ul.refer li {
	padding:0 !important;
	margin:0;
	display: inline;
	text-indent:-9999px;
	float:left;
	background:none !important;
}
ul.refer li a {
	border:0;
	display: block;
	text-decoration:none;
}
li.last a {
	width:37px;
	height:22px;
	background:transparent url(../images/layout/nav_ref.gif) no-repeat 0px 0px;
}
li.last a:link, li.last a:visited {background-position:0px 0px;}
li.last a:hover, li.last a:focus {background-position:0px -22px;}
li.next a {
	width:37px;
	height:22px;
	background:transparent url(../images/layout/nav_ref.gif) no-repeat -35px 0px;
}
li.next a:hover, li.next a:focus {background-position:-35px -22px;}
/*------------------------------------------------
Home page
--------------------------------------------------*/
#home_page #wrapper {
	width:100%;
	border-bottom:7px solid #C40011;
	background:transparent url(../images/layout/bg_bottom.jpg) repeat-x left bottom;
}
#home_page #header{
	background:transparent url(../images/layout/header_red.jpg) no-repeat left bottom;
}
#home_page #sidebar1 {
	background:transparent url(../images/layout/bg_sidebar_red.jpg) no-repeat right top;
	height:436px;
}
#home_page #right_side{
	width:86px;
}
#home_page #content {
	background: #333532 url(../images/layout/bg_content_homepage.jpg) no-repeat left top;
	width:543px;
}
#home_page #sidebar2 {
	background:transparent url(../images/layout/bg_sidebar2_homepage.jpg) no-repeat left top !important;
	height:440px;
}
#home_page .kollone  {
	color:#fff;
	font-size:70%;
	height:100%;
	background:#C40011;
	width:163px;
	float:right;
	min-height:440px;
}
#home_page .kollone dl {
	padding:3px 0 10px 0;
	margin:5px 10px;
	border-bottom:1px solid #D64D59;
}
#home_page .kollone dt {
	font-size:90%;
}
#home_page .kollone dd {
	line-height:1em;
}
#home_page .kollone a:link, .kollone a:visited {
	color:#fff;
	font-weight:bold;
}
#home_page .kollone a:hover {
	text-decoration:underline;
}
.all_actu {
	margin:20px 0 0 3px;
	background:transparent url(../images/layout/flesh_red.jpg) no-repeat left center;
	padding-left:18px;
}
.all_actu a:link, .all_actu a:visited {
	text-decoration:underline;
}
.all_actu a:hover {
	text-decoration:none;
}
#home_page #right_side {
	background:transparent url(../images/layout/bg_right_side_homepage.jpg) no-repeat left top;
}
.homepage_vitrine {
	width:431px;
	background:#000000;
	margin:15px 0 0 55px;
	text-align:center;
}
.homepage_vitrine img {
	width:415px;
	height:260px;
	margin:0;
	padding:3px 0 0 0;
}
p.homepage_details{
	padding:0 60px 0 0;
	width:193px;
	height:32px;
	margin:0;
	float:right;
}
p.homepage_details a:link, p.homepage_details a:visited, p.homepage_details a:focus, p.homepage_details a:hover, p.homepage_details a:active{
	display:block;
	height:193px;
	height:32px;
	text-indent:-9999px;
	background:url(../images/layout/button_details_homepage.jpg) 0 0 no-repeat;
}
.homepage_all_ref {
	margin:-19px 0 0 70px;
	position:absolute;
}
.homepage_all_ref a:link, .homepage_all_ref a:visited {
	color:#fff;
	font-weight:bold;
	font-size:70%;
	text-decoration:underline;
	background:transparent url(../images/layout/flesh_gris.jpg) no-repeat left center;
	padding-left:20px;
}
.homepage_all_ref a:hover {
	text-decoration:none;
}
#home_page #footer{
	background:transparent url(../images/layout/bg_footer_homepage.jpg) no-repeat top left;
}
#home_page #footer ul {
	padding:40px 30px 0 0;
    margin-right: 80px;
	float:right;
}
#home_page #footer li {
	display:inline;
	margin-left:30px;
}
#home_page #footer a:link, #home_page #footer a:visited {
	color:#323531;
	font-size:70%;
}
#home_page #footer a:hover{
	color:#C40011;
}
#home_page #sidebar1 a:hover {
	color:#C40011;
}
/*------------------------------------------------
RED
--------------------------------------------------*/

#red_page #content a:link, #red_page #content a:visited {
	color:#C40011;
	text-decoration:underline;
}
#red_page #content a:hover {
	color:#ffffff;
	text-decoration:none;
}
#red_page #header{
	background:transparent url(../images/layout/header_red.jpg) no-repeat left bottom;
}
#red_page #wrapper {
	width:100%;
	border-bottom:7px solid #C40011;
	background:transparent url(../images/layout/bg_bottom.jpg) repeat-x left bottom;
}
#red_page #sidebar1 a:hover {
	color:#C40011;
}
#red_page #sidebar1 {
	background:transparent url(../images/layout/bg_sidebar_red.jpg) no-repeat right top;
	height:436px;
}
#red_page #sidebar2 ul li {
	border-bottom:1px solid #D64D59;
	padding:7px 0;
}
#red_page #sidebar2 a:hover {
	color:#D64D59;
}
#red_page .kollone  {
	color:#fff;
	font-size:70%;
	height:100%;
	background:#C40011;
	width:163px;
	float:right;
	min-height:440px;
}
#red_page #right_side {
	background:transparent url(../images/layout/bg_right_side_red.jpg) no-repeat left top;
}
#red_page p.precedent a:link, #red_page p.precedent a:visited, #red_page p.precedent a:focus {
	display:block;
	height:104px;
	height:39px;
	text-indent:-9999px;
	background:url(../images/layout/precedent_red.jpg) 0 0 no-repeat;
}
#red_page p.precedent a:hover, #red_page p.precedent a:active{
	display:block;
	height:104px;
	height:39px;
	text-indent:-9999px;
	background:url(../images/layout/precedent_red_hover.jpg) 0 0 no-repeat;
}
#red_page #footer{
	background:transparent url(../images/layout/bg_footer_red.jpg) no-repeat top left;
	height:97px;
}
#red_page #footer ul {
	padding:67px 30px 0 0;
    margin-right: 80px;
	float:right;
}
#red_page #footer li {
	display:inline;
	margin-left:30px;
}
#red_page #footer a:link, #red_page #footer a:visited {
	color:#323531;
	font-size:70%;
}
#red_page #footer a:hover {
	color:#C40011;
}
#red_page p.top_haut a:link, #red_page p.top_haut a:visited, #red_page p.top_haut a:focus {
	display:block;
	height:59px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/layout/top_red.jpg) 0 0 no-repeat;
}
#red_page p.top_haut a:hover, #red_page p.top_haut a:active{
	display:block;
	height:59px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/layout/top_red_hover.jpg) 0 0 no-repeat;
}
#red_page #content ul li {
	background:transparent url(../images/layout/listitem_red.gif) no-repeat left top;
	padding-left:18px;
}
<!--Style Formulaire-->
#red_page #contact_forma .contactform {
	position: static;
	overflow: hidden;
}
#red_page #contact_forma .contactleft {
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding:2px;
	margin:1px 0;
    font-weight: bold;
	width:27%;
}
#red_page #contact_forma .contactright {
	text-align: left;
	float: right;
	display: inline;
	padding:2px;
	margin:1px 0;
	width:70%;
}
#red_page #contact_forma form {
	color:#B5B5B5;
	font-size:0.7em;
}
#red_page #contact_forma label {
	width:150px;
	text-align:right;
	font-weight: lighter;
}
#red_page #contact_forma input{
	background:#666666;
	color:#0D3148;
	border:1px solid #999999;
	margin:0;
	padding:2px 0 0 5px;
	color:#fff;
}
#red_page #contact_forma textarea {
	background:#666666;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	margin:0;
	padding:2px 0 0 5px;
	width:280px;
	font-size:110%;
}
/*------------------------------------------------
BLEU
--------------------------------------------------*/

#bleu_page #content a:link, #bleu_page #content a:visited {
	color:#0099FF;
	text-decoration:underline;
}
#bleu_page #content a:hover {
	color:#ffffff;
	text-decoration:none;
}
#bleu_page #wrapper {
	width:100%;
	border-bottom:7px solid #0099FF;
	background:transparent url(../images/layout/bg_bottom.jpg) repeat-x left bottom;
}
#bleu_page #sidebar1 {
	background:transparent url(../images/layout/bg_sidebar_bleu.jpg) no-repeat right top;
	height:436px;
}
#bleu_page #sidebar1 a:hover {
	color:#0099FF;
}
#bleu_page #sidebar2 ul li {
	border-bottom:1px solid #4DB8FF;
	padding:7px 0;
}
#bleu_page #sidebar2 a:hover {
	color:#4DB8FF;
}
#bleu_page #header{
	background:transparent url(../images/layout/header_bleu.jpg) no-repeat left bottom;
}
#bleu_page #right_side {
	background:transparent url(../images/layout/bg_right_side_bleu.jpg) no-repeat left top;
}
#bleu_page .kollone  {
	color:#fff;
	font-size:70%;
	height:100%;
	background:#0099FF;
	width:163px;
	float:right;
	min-height:440px;
}
#bleu_page p.precedent a:link, #bleu_page p.precedent a:visited, #bleu_page p.precedent a:focus {
	display:block;
	height:104px;
	height:39px;
	text-indent:-9999px;
	background:url(../images/layout/precedent_bleu.jpg) 0 0 no-repeat;
}
#bleu_page p.precedent a:hover, #bleu_page p.precedent a:active{
	display:block;
	height:104px;
	height:39px;
	text-indent:-9999px;
	background:url(../images/layout/precedent_bleu_hover.jpg) 0 0 no-repeat;
}
#bleu_page #footer{
	background:transparent url(../images/layout/bg_footer_bleu.jpg) no-repeat top left;
	height:97px;
}
#bleu_page #footer ul {
	padding:67px 30px 0 0;
	float:right;
    margin-right: 80px;
}
#bleu_page #footer li {
	display:inline;
	margin-left:30px;
}
#bleu_page #footer a:link, #bleu_page #footer a:visited {
	color:#323531;
	font-size:70%;
}
#bleu_page #footer a:hover {
	color:#0099FF;
}
#bleu_page p.top_haut a:link, #bleu_page p.top_haut a:visited, #bleu_page p.top_haut a:focus {
	display:block;
	height:59px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/layout/top_bleu.jpg) 0 0 no-repeat;
}
#bleu_page p.top_haut a:hover, #bleu_page p.top_haut a:active{
	display:block;
	height:59px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/layout/top_bleu_hover.jpg) 0 0 no-repeat;
}
#bleu_page #content ul li {
	background:transparent url(../images/layout/listitem_bleu.gif) no-repeat left top;
	padding-left:18px;
}
/*------------------------------------------------
GREEN
--------------------------------------------------*/

#green_page #content a:link, #green_page #content a:visited {
	color:#99CC00;
	text-decoration:underline;
}
#green_page #content a:hover {
	color:#ffffff;
	text-decoration:none;
}
#green_page #wrapper {
	width:100%;
	border-bottom:7px solid #99CC00;
	background:transparent url(../images/layout/bg_bottom.jpg) repeat-x left bottom;
}
#green_page #sidebar1 {
	background:transparent url(../images/layout/bg_sidebar_green.jpg) no-repeat right top;
	height:436px;
}
#green_page #sidebar1 a:hover {
	color:#99CC00;
}
#green_page #sidebar2 ul li {
	border-bottom:1px solid #B8DB4D;
	padding:7px 0;
}
#green_page #sidebar2 a:hover {
	color:#B8DB4D;
}
#green_page #header{
	background:transparent url(../images/layout/header_green.jpg) no-repeat left bottom;
}
#green_page #right_side {
	background:transparent url(../images/layout/bg_right_side_green.jpg) no-repeat left top;
}
#green_page .kollone  {
	color:#fff;
	font-size:70%;
	height:100%;
	background:#99CC00;
	width:163px;
	float:right;
	min-height:440px;
}
#green_page p.precedent a:link, #green_page p.precedent a:visited, #green_page p.precedent a:focus {
	display:block;
	height:104px;
	height:39px;
	text-indent:-9999px;
	background:url(../images/layout/precedent_green.jpg) 0 0 no-repeat;
}
#green_page p.precedent a:hover, #green_page p.precedent a:active{
	display:block;
	height:104px;
	height:39px;
	text-indent:-9999px;
	background:url(../images/layout/precedent_green_hover.jpg) 0 0 no-repeat;
}
#green_page #footer{
	background:transparent url(../images/layout/bg_footer_green.jpg) no-repeat top left;
	height:97px;
}
#green_page #footer ul {
	padding:67px 30px 0 0;
	float:right;
    margin-right: 80px;    
}
#green_page #footer li {
	display:inline;
	margin-left:30px;
}
#green_page #footer a:link, #green_page #footer a:visited {
	color:#323531;
	font-size:70%;
}
#green_page #footer a:hover {
	color:#99CC00;
}
#green_page p.top_haut a:link, #green_page p.top_haut a:visited, #green_page p.top_haut a:focus {
	display:block;
	height:59px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/layout/top_green.jpg) 0 0 no-repeat;
}
#green_page p.top_haut a:hover, #green_page p.top_haut a:active{
	display:block;
	height:59px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/layout/top_green_hover.jpg) 0 0 no-repeat;
}
#green_page #content ul li {
	background:transparent url(../images/layout/listitem_green.gif) no-repeat left top;
	padding-left:18px;
}
/*------------------------------------------------
ORANGE
--------------------------------------------------*/

#orange_page #content a:link, #orange_page #content a:visited {
	color:#FF6600;
	text-decoration:underline;
}
#orange_page #content a:hover {
	color:#ffffff;
	text-decoration:none;
}
#orange_page #wrapper {
	width:100%;
	border-bottom:7px solid #FF6600;
	background:transparent url(../images/layout/bg_bottom.jpg) repeat-x left bottom;
}
#orange_page #sidebar1 {
	background:transparent url(../images/layout/bg_sidebar_orange.jpg) no-repeat right top;
	height:436px;
}
#orange_page #sidebar1 a:hover {
	color:#FF6600;
}
#orange_page #sidebar2 ul li {
	border-bottom:1px solid #FF944D;
	padding:7px 0;
}
#orange_page #sidebar2 a:hover {
	color:#FF944D;
}
#orange_page #header{
	background:transparent url(../images/layout/header_orange.jpg) no-repeat left bottom;
}
#orange_page #right_side {
	background:transparent url(../images/layout/bg_right_side_orange.jpg) no-repeat left top;
}
#orange_page .kollone  {
	color:#fff;
	font-size:70%;
	height:100%;
	background:#FF6600;
	width:163px;
	float:right;
	min-height:440px;
}
#orange_page p.precedent a:link, #orange_page p.precedent a:visited, #orange_page p.precedent a:focus {
	display:block;
	height:104px;
	height:39px;
	text-indent:-9999px;
	background:url(../images/layout/precedent_orange.jpg) 0 0 no-repeat;
}
#orange_page p.precedent a:hover, #orange_page p.precedent a:active{
	display:block;
	height:104px;
	height:39px;
	text-indent:-9999px;
	background:url(../images/layout/precedent_orange_hover.jpg) 0 0 no-repeat;
}
#orange_page #footer{
	background:transparent url(../images/layout/bg_footer_orange.jpg) no-repeat top left;
	height:97px;
}
#orange_page #footer ul {
	padding:67px 30px 0 0;
	float:right;
    margin-right: 80px;    
}
#orange_page #footer li {
	display:inline;
	margin-left:30px;
}
#orange_page #footer a:link, #orange_page #footer a:visited {
	color:#323531;
	font-size:70%;
}
#orange_page #footer a:hover {
	color:#FF6600;
}
#orange_page p.top_haut a:link, #orange_page p.top_haut a:visited, #orange_page p.top_haut a:focus {
	display:block;
	height:59px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/layout/top_orange.jpg) 0 0 no-repeat;
}
#orange_page p.top_haut a:hover, #orange_page p.top_haut a:active{
	display:block;
	height:59px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/layout/top_orange_hover.jpg) 0 0 no-repeat;
}
#orange_page #content ul li {
	background:transparent url(../images/layout/listitem_orange.gif) no-repeat left top;
	padding-left:18px;
}
/*------------------------------------------------
YELLOW
--------------------------------------------------*/

#yellow_page #content a:link, #yellow_page #content a:visited {
	color:#FFCC00;
	text-decoration:underline;
}
#yellow_page #content a:hover {
	color:#ffffff;
	text-decoration:none;
}
#yellow_page #wrapper {
	width:100%;
	border-bottom:7px solid #FFCC00;
	background:transparent url(../images/layout/bg_bottom.jpg) repeat-x left bottom;
}
#yellow_page #sidebar1 {
	background:transparent url(../images/layout/bg_sidebar_yellow.jpg) no-repeat right top;
	height:436px;
}
#yellow_page #sidebar1 a:hover {
	color:#FFCC00;
}
#yellow_page #sidebar2 ul li {
	border-bottom:1px solid #FFDB4D;
	padding:7px 0;
}
#yellow_page #sidebar2 a:hover {
	color:#FFDB4D;
}
#yellow_page #header{
	background:transparent url(../images/layout/header_yellow.jpg) no-repeat left bottom;
}
#yellow_page #right_side {
	background:transparent url(../images/layout/bg_right_side_yellow.jpg) no-repeat left top;
}
#yellow_page .kollone  {
	color:#fff;
	font-size:70%;
	height:100%;
	background:#FFCC00;
	width:163px;
	float:right;
	min-height:440px;
}
#yellow_page p.precedent a:link, #yellow_page p.precedent a:visited, #yellow_page p.precedent a:focus {
	display:block;
	height:104px;
	height:39px;
	text-indent:-9999px;
	background:url(../images/layout/precedent_yellow.jpg) 0 0 no-repeat;
}
#yellow_page p.precedent a:hover, #yellow_page p.precedent a:active{
	display:block;
	height:104px;
	height:39px;
	text-indent:-9999px;
	background:url(../images/layout/precedent_yellow_hover.jpg) 0 0 no-repeat;
}
#yellow_page #footer{
	background:transparent url(../images/layout/bg_footer_yellow.jpg) no-repeat top left;
	height:97px;
}
#yellow_page #footer ul {
	padding:67px 30px 0 0;
	float:right;
    margin-right: 80px;
}
#yellow_page #footer li {
	display:inline;
	margin-left:30px;
}
#yellow_page #footer a:link, #yellow_page #footer a:visited {
	color:#323531;
	font-size:70%;
}
#yellow_page #footer a:hover {
	color:#FFCC00;
}
#yellow_page p.top_haut a:link, #yellow_page p.top_haut a:visited, #yellow_page p.top_haut a:focus {
	display:block;
	height:59px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/layout/top_yellow.jpg) 0 0 no-repeat;
}
#yellow_page p.top_haut a:hover, #yellow_page p.top_haut a:active{
	display:block;
	height:59px;
	height:15px;
	text-indent:-9999px;
	background:url(../images/layout/top_yellow_hover.jpg) 0 0 no-repeat;
}
<!--Style Formulaire-->
#yellow_page #contact_forma .contactform {
	position: static;
	overflow: hidden;
}
#yellow_page #contact_forma .contactleft {
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding:2px;
	margin:1px 0;
    font-weight: bold;
	width:27%;
}
#yellow_page #contact_forma .contactright {
	text-align: left;
	float: right;
	display: inline;
	padding:2px;
	margin:1px 0;
	width:70%;
}
.compact_form {
	clear:both;
}
.compact_form span {
	color:#fff;
	font-weight:bold;
}
#yellow_page #contact_forma form {
	color:#B5B5B5;
	font-size:0.7em;
}
#yellow_page #contact_forma label {
	width:150px;
	text-align:right;
	font-weight: lighter;
}
#yellow_page #contact_forma input{
	background:#666666;
	color:#0D3148;
	border:1px solid #999999;
	margin:0;
	padding:2px 0 0 5px;
	color:#fff;
}
#yellow_page #contact_forma textarea {
	background:#666666;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	margin:0;
	padding:2px 0 0 5px;
	width:280px;
	font-size:110%;
}
.submitButton {
	border:0;
	width:286px;
	height:38px;
	margin:-2px 0 0 125px;
	background: transparent url(../images/layout/envoyer.jpg) no-repeat top center;
	cursor:pointer;
}
.submitButton span {
	display:none;
}
.oblig {
	color:#999999;
	font-size:0.7em;
	margin:20px 0 0 170px;
}
/*------------------------------------------------
NAVIGATION Top
--------------------------------------------------*/
ul#nav {
	width:694px;
	height:41px;
	background:transparent url(../images/layout/nav.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	margin:0 0 0 180px;
}
ul#nav li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;	
}
ul#nav li a {
	display:block;
	text-decoration:none;
	background:transparent url(../images/layout/nav.gif) no-repeat;
}
li#nav_societe a {
	width:165px;
	height:41px;
}
li#nav_services a {
	width:179px;
	height:41px;
}
li#nav_experience a {
	width:180px;
	height:41px;
}	 
li#nav_contact a {
	width:170px;
	height:41px;
} 	 
li#nav_societe a:hover, li#nav_societe a:focus {
	background-position:0 -41px;
	height:41px;
}
li#nav_services a:link, li#nav_services a:visited {	
	background-position:-165px 0;
}
li#nav_services a:hover, li#nav_services a:focus {	
	background-position:-165px -41px;
	height:41px;
}
li#nav_experience a:link, li#nav_experience a:visited {	
	background-position: -344px 0;
	height:41px;
}
li#nav_experience a:hover, li#nav_experience a:focus {	
	background-position: -344px -41px;
	height:41px;
}
li#nav_contact a:link, li#nav_contact a:visited {	
	background-position:-524px 0;
	height:41px;
}
li#nav_contact a:hover, li#nav_contact a:focus {	
	background-position:-524px -41px;
	height:41px;
}
/* Active Tabs
------------------------------------------------------------------*/
#bleu_page ul#nav li#nav_societe a {
	background-position:0 -41px;
	height:41px;
}
#green_page ul#nav li#nav_services a {
	background-position:-165px -41px;
	height:41px;
}
#orange_page ul#nav li#nav_experience a {
	background-position: -344px -41px;
	height:41px;
}
#yellow_page ul#nav li#nav_contact a {
	background-position:-524px -41px;
	height:41px;
}
/*------------------------------------------------
Combo Equipe
--------------------------------------------------*/
.title_Equipe{
	color:#FFFFFF;
	font-size:18px !important;
}
.compo_Equipes {
}
.equipe_Block {
	width:250px;
	float:left;
	text-align:left;
	margin:10px 0 0 0;
}
.equipe_Block img{
	border:1px solid #5b5d59;
	padding:2px;
}