/* 
Page CSS de Studio-Matkilsa
Crée le 11/04/2009
Par Matkilsa
*/

/* Design générale de la page
Tout ce qui se retrouve ici est sur toutes les pages*/

body {
background-color: #12120F;
color: #91918E;
font-size: 11px;
font-family: 'Arial';
margin:0px;
}

.titre2 {
color: #2177EC;
font-size: 14px;
font-family: 'Arial Black';
margin:0px;
padding-left:25px;
}

.author {
font-size: 11px;
margin:0px;
padding-left:15px;
}

.padding_titre {
padding-left:15px;
}

a {
color: #E59C55;
font-size: 11px;
text-decoration:none;
font-weight:bold;
}
/*Le design en lui même, on peut modifier cette partie et changer les noms*/

.titre {
color: #2177EC;
font-size: 14px;
font-family: 'Arial Black';
margin:0px;
padding-top:5px;
}

.text 
{   padding-left:20px;
	width: 440px;
	height: 385px;
	display: block;
	overflow: auto;
}

.code
{   
	color:#2075B9;
	background-image:url(images/code_02.png);
	background-repeat:repeat-y;
	border: 1px solid #59B2FF;
	width: 400px;
	height: 100px;
	display: block;
	overflow: auto;
}

h1 {
color: #91918E;
font-size: 14px;
font-family: 'Arial';
margin:0px;
font-weight:bold;
}


