/* 
    Document   : kblaine.css
    Created on : 21 avr. 2009, 12:10:12
    Author     : Yves
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.text {	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size:medium;
}

.body {
  background-image: url(images/papier.jpg);
  	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        color:maroon;
}

#titre1 {
background-color: #993300;
color: #FFFFFF;
font-weight: bold;
font-size: large;
border-color:  #993300;
border-width: medium;

}
.titre {
	color: #0033CC;
	font-weight: bold;
	font-size: xx-large;
}

.text_defaut {
	color: #993300;
	font-family: "Times New Roman", Times, serif;
	font-size:medium;
}
.smalltext {
	color: #993300;
	font-family: "Times New Roman", Times, serif;
	font-size:small;
}

.libs {
    color: #993300;
    font-weight: bold;
}

.text_info {
	color: #CC0099;
	font-style: italic;
}

.alert {
    color: #CC0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: large;
    text-align: center;
}

