/*Affecte la mise en forme des autres pages */

/*section texte*/
body
{
font-family:Century Gothic, Arial, sans-serif ;
background-image: url(file:///C|/Documents%20and%20Settings/Romain/Mes%20documents/sites/BAKUP%20KHP/version%201.0%20non%20modifiable/css/%22../images/arrplan_frame.gif%22); 
background-repeat:repeat-y ;
color:black;
}

p
{
font-size: 10pt ;
text-align:justify;
}
/* correspond à la mise en forme <p> sans l'alinea :*/
.p-normal 
{
font-size: 10pt ;
text-align:justify;
}

h2
{
letter-spacing :2px ;
font-size:12pt;
color:gray;
margin-bottom: 30px;
margin-top:20px;
}
h3
{
text-transform:capitalize;
font-size: 10pt ;
font-weight:bold;
}

/*Section Liens*/
a
{ 	text-decoration: underline;
	color: black;
}
a:hover
{ 	text-decoration: none;
	color:#333333;
}

/*Section Formulaires*/
input
{
background-color: #D6D9CF ;
border: dotted ;
border-width: 1px; 
border-color:gray;
font-family: Century Gothic, Arial, sans-serif ;
font-size:10pt;
margin-bottom:2px;
}

/*Section CLASS*/
p.carte-visite
{
font-size: 10pt ;
margin-left:5px;
}
.ol-sitemap
{
font-size:9pt;
}

.bloc-centre {
	width:420px; 
	margin-left:15%; 
	border-bottom:solid 1px gray; 
	padding-bottom:10px;
	}

.depots
{
font-size: 10pt;
}
.sitemap
{
font-size: 10pt ;
font-weight:bold;
}
.sitemap-titre
{
color:white;
align:center;
}
.sitemap-rubriques
{
font-size:10px;
padding-right:2px;
padding-left:2px;
}
.mention
{
text-indent:0px;
float:bottom;
font-size: 7pt ;
color:black ;
}

.box-carte-visite
{
background-color: white ;
width:231px;
align:center;
border:solid 2px black; 
}
.text-carte-visite
{
font-size: 9pt ;
letter-spacing : -1px ;
line-height: 110%;
text-indent:0px;
}

.format-poche /* zone d'affichage du texte dans les pages presentation prestations procede*/
{
width:440px; 
left:50px;
}


.conteneur-box-right{
position:absolute;
top:20px;
right:20px;
margin-left:10px; 
width:180px;
height:400px;
padding:10px 0px 10px 0px;
}

.box-right {

position:relative; 
top:10px; 
margin-top:10px;
border:solid 1px gray; 
padding:1px 8px 10px 8px;
}

.bouton
{
border: solid 1px;
}

.news-bloc
{
margin-bottom:50px;
border-top:solid 1px gray;
clear:both;
}

.colonne
{
columns:4;
}