/* Ce sont les styles commun à toutes les pages, il ne faut pas les modifier,
Les styles que vous voulez utiliser dans vos pages sont à mettre dans le fichier
mesStyles.css */

.bouton_on{

}

.bouton_off{

}

body {
	background-color:#F0F0F0;
	text-align:center;

}
		
		.page{
			width:950px;
			margin:auto;
			margin-top:1px;
			text-align:left;
			position:relative;
		}
		
		
		
		.bandeau{
			height:95px;
			border:1px solid #18436D;
			border-bottom:0px ;
			background-image:url('interface/bandeau_950_95.jpg')
			

		}
		
		.logo {
			width:182px;
			height:47px;
			background-image:url('interface/logo_constructa.gif');
			padding-top:-20px;
			position:absolute;
			top:-20px;
		}
		
		
		
		.pdp_1{
			background-color:#C2C2C2;
			text-align:center;
			height:60px;
			_height:70px;
			padding-top:11px;
		}
		
		
		
		.commercialisation_realisation{
			background-color:#C2C2C2;
			background-image:url('interface/pied_de_page.gif');
			width:941px;
			height:47px;
			margin:auto;
			position:relative;
		}
		.pied_de_page{
			border:1px solid #18436D;
			border-top:0px;
		}
		
		.logo_realisation{
			position:absolute;
			width:134px;
			height:45px;
			right:1px;
			_right:0px;
			top:1px;
		}
		
		.pdp_2{
			background-color:#D7D6D6;
			height:20px;
			_height:25px;
			color:#240069;
			position:relative;
			padding-top:6px;
			font-family: Verdana;
			font-size:12px;
		}
		.pdp_2 .adresse{
			position:absolute;
			left:5px;
		}
		.pdp_2 .lienconstructa{
			position:absolute;
			right:5px;
		}
		.pdp_2 .lienconstructa a{
			color:#18436D;
			text-decoration:none;
		}
		.pdp_2 .lienconstructa a:hover{
			color:#18436D;
			text-decoration:underline;
		}
		
		
		
		.contenu{
			background-color:#FFFFFF;
			border:1px solid #18436D;
		}
		
		.contenu2{
			margin:15px;
			padding:7px;
			padding-top:0px;
		}

		.onglet_off{
			background-image:url('interface/onglet.gif');
			width:116px;
			height:28px;
			display:block;
			text-align:center;
			float:left;
			text-decoration:none;
			margin-top:10px;
		}
		.onglet_off a{
			text-decoration:none;
			margin-top: 7px;
			display:block;
			color:#18436D;
			font-weight:bold;
		}
		
		.onglet_on{
			background-image:url('interface/onglet_on.gif');
			width:116px;
			height:38px;
			display:block;
			text-align:center;
			float:left;
			text-decoration:none;
			margin-top:0px;
		}
		.onglet_on a{
			text-decoration:none;
			margin-top: 7px;
			display:block;
			color:#18436D;
			font-weight:bold;
		}
		
		.menu{
			height:30px;
			border-bottom:1px solid #18436D;
			position:relative;
			font-family:Arial;
			font-size:13px;
		}
		.liens{
			/*position:absolute;
			right:00px;
			top:-8px;
			_top:-9px;*/
		}
		
		.onlyPrint{
			display:none;
		}
		
		.texte_gras {
			font-weight:bold;
		}
		
		.centrer925{
		margin-left:2px;
}

/****************************************************************/
.entete{
	
}

.liens{
	background-color:white;
	background-image:url('interface/bande-couleur.gif');
	border-right:1px #18436D solid;
	border-left:1px #18436D solid;
	height:23px;
	_height:21px;
	background-repeat:repeat-x;
	font-size:11px;
	letter-spacing:2px;
	font-family:Arial;

}

.bouton_off{
	background-image:url('interface/bouton.gif');
	background-repeat:no-repeat;
	width:119px;
	height:19px;
	display:block;
	text-align:center;
	float:left;
	text-decoration:none;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:32px;
	_margin-left:26px;
}

.bouton_off a{
	text-decoration:none;
	margin-top: 2px;
	display:block;
	color:#18436D;
}
		
.bouton_on{
	background-image:url('interface/bouton.gif');
	background-repeat:no-repeat;
	width:119px;
	height:19px;
	display:block;
	text-align:center;
	float:left;
	text-decoration:none;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:32px;
	_margin-left:26px;
}

.bouton_on a{
	text-decoration:none;
	margin-top: 2px;
	display:block;
	color:#18436D;
}

