@charset "utf-8";

body {
	background-image: url(/images/divs/layout/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
table {
	border-collapse: collapse; 
	padding: 0px;
	margin: 0px;
	text-align: left;
	border:none;
}	
td {
	padding: 0px;
	margin: 0px;
	vertical-align:top;
	border:none;
}

/*START HEADER ET NAV*/

#left  {
	position:relative;
	width: 330px;
	margin: 0px;
	padding: 0px;	
	float: left;
	height:100%;
}	
#logo_idevco {
	position:absolute; 
	top:0px; 
	left:0px;
	width:265px;
	height:100px;
	margin: 0px;
	padding: 0px;
}
#logo_3dv {
	margin: 15px 0px 0px;
	padding: 0px;
}
#lang_btn {	
	position:absolute; 
	top:0px; 
	left:265px;
	width:65px;
	height:35px;
	margin: 0px;
	padding: 0px;
}
#left_title {
	float: left;
	width: 270px;
	padding: 0px;
	margin: 150px 0 0 30px;
}
/*couleur de h1 selon la page*/
.couleur_dccd40 { /*page index*/
	color:#dccd40;
}	
.couleur_71969f { /*page projets*/
	color:#71969f;
}
.couleur_f1bc22 { /*page contact*/
	color:#f1bc22;
}
.couleur_aec74f { /*page profil*/
	color:#aec74f;
}
.couleur_f3716d { /*page realisations*/
	color:#f3716d;
}
#projet_img {
	height: 220px;
	width: 330px;
	position: absolute;
	top: 310px;
	left: 0px;
}
#right {
	position:relative;
	width: 670px;
	margin: 0px;
	background: #f5f5f5;
	float: right;
}

#nav {
	position:relative;
	width: 100%;
	height: 280px;
	margin: 0px;
	padding: 0px;
	float: left;
}
/*END HEADER ET NAV*/

/* CONTENT */

.projet_home_img {
	/*height: 150px;*/
	padding: 0 0px 10px 0;
	vertical-align:middle;
}

.projet_home_txt {
	/*height: 150px;*/
	vertical-align:middle;
	padding: 0 10px 0 10px;
}

.text_left {
	width: 290px;
}
.text_right {
	width: 290px;
	padding: 0 0 0 40px;
}
#project_details {
	width:480px;
}
.tdproject_left {
	width:290px;
	padding-right:30px;
}
.tdproject_right {
	width:130px;
	padding-right:30px;
}
.marginleft {
	margin-left:20px;
}
#contact_form {
	position:relative;
	width: 100%;
	margin: 15px 0px 20px -5px;
	padding: 0px;
}	
em {
	color: #71969f;
	font: bold normal 12px Arial, Helvetica, sans-serif;
}
.bold {
	font: bold 11px Arial, Helvetica, sans-serif;
}

.separateur 
	{
	height: 20px;
	}

/*FOOTER*/ 

#footer_main {
	/*position:relative;*/
	width: 100%;
	height:30px;
	margin: 0px auto;
	padding: 0px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #b7b7b7;
	text-decoration:none;
}	
.footer {
	margin: 0px auto;
	height:30px;
	width:1000px;
	color: #b7b7b7;
}	
#footer_main a:hover {
	color: #221e1f;
	text-decoration:underline;
}

#footer_left {
	float:left;
	width: 540px;
	height:30px;
	margin:0px 0 0 360px;
	padding: 0px;
	text-align:left;
}	

#footer_right {
	float:right;
	width: 90px;
	height:20px;
	margin:0 30px 0 0;
	padding: 0px;
}		



/* Formulaire FTP */

form input {
	width: 150px;
}

form input.submit {
	width: 80px;
	height: 20px;
	background: url(/images/divs/btn_connexion_off.gif) top left no-repeat;
	border: 0;
}

form input.submit:hover {
	width: 80px;
	height: 20px;
	background: url(/images/divs/btn_connexion_on.gif) top left no-repeat;
	border: 0;
}