/*______________________________*/

/*                              */

/*     Feuille de style css     */

/*     Site PLP Studio          */

/*     septembre   08            */

/*     sl.blondron@club-internet.fr  */

/*______________________________*/



body {

	background-color:#000000;
	scrollbar-face-color:#ffffff;
	
	margin: 0; /* pour éviter les marges */
	
	text-align: center;

	  }

.menu {
	position:absolute;
	width: 150px;
	height: 569px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	top: 199px;
	padding-left: 50px;
}

.brddrt {
	position:absolute;
	left: 974px;
	width: 50px;
	height: 569px;
	background-image: url(images/bdt.jpg);
	background-repeat: no-repeat;
	top: 199px;
}


#global { 
	left: 50%; 
	top: 50%;
	width: 1024px;
	height: 768px;
	margin-left: -512px;
	margin-top: -384px;
	position: absolute; 
} 

.head {
	position:absolute;
	width: 1024px;
	height: 199px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}

.logo {
	position:absolute;
	width: 213px;
	height: 128px;
	background-image: url(../images/logo_drt.jpg);
	left: -1px;
	top: 65px;
}


.texte {
	position:absolute;
	margin-left: 0px;
	margin-top: 0px;
	top: 37px;
	left: 20px;
	width: 733px;
	height: 451px;
	vertical-align:top;
	overflow: auto;
	padding-right: 20px;
}

.fdtexte {
	position:absolute;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/texte.jpg);
	background-repeat: no-repeat;
	top: 199px;
	left: 196px;
	width: 778px;
	height: 510px;
}



.bottom {
	position:absolute;
	width: 630px;
	height: 59px;
	background-repeat: no-repeat;
	background-image: url(images/bottom.jpg);
	left: 196px;
	top: 709px;
	padding-left: 200px;
}

.contentheading {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.componentheading {
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 35px;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;

}


/* format de texte */

html,p,ul,li,td,body {
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: justify;
}



/* titre 1 */

h1 {
	font-size: 30px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #637BDF;
	text-align: center;
	margin-bottom:18pt;
	text-shadow: black 0px 0px 5px;
} 



/* titre 2 */

h2 { 

font-size:20px;

font-style:bold;

color:#637BDF;
text-shadow: black 0px 0px 5px;

} 



/* titre 3 */

h3 { 

font-size: 14px;

	font-style: bold;

	font-family: Arial, Helvetica, sans-serif;

	color: #637BDF;
	text-indent: 30px;
	text-shadow: black 0px 0px 5px;

}



/* titre 4 */

h4 { 

font-size: 18px;

	font-style: bold;

	font-family: Arial, Helvetica, sans-serif;

	color: #637BDF;
	text-shadow: black 0px 0px 5px;

}



/* titre 5 */

h5 {

   font-size: 16px;

	font-style: italic;

	font-family: Arial, Helvetica, sans-serif;

	color: #ffffff;

	text-align: justify;

} 

/**************/

/*   liens   */

/**************/



/* propriétés des liens */ 

a:link {

color:#637BDF;

text-decoration:none;
font-style: italic;

} 



a:visited {

color:#637BDF;

text-decoration:none;
font-style: italic;

} 



a:hover {

color:#637BDF;
font-style: bold;
text-decoration:none;
font-style: italic;
} 
