/*  
Theme Name: Sunrise Theme
Theme URI: http://www.iconesetsens.com
Description: Theme de Sunrise Prod
Version: 1.6
Author: Icones et Sens
Author URI: http://www.iconesetsens.com
*/

/*
* Footer
*/
body {
background-color:#FFFFFF;
}
.footer {
	background-image: url(images/sunrise_37.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E95B08;
	text-decoration: none;
	text-align: center;
	padding-bottom: 7px;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer a.remote {
	color: #E95B08;
}

/*
* Bords
*/
#siteBody {
	margin-left: auto;
	margin-right: auto;
}
.borderLeft {
	background-image: url(images/sunrise_26.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.borderRight {
	background-image: url(images/sunrise_31.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/*
* Main
*/
.main {
	padding: 20px 10px 30px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333;
}
.main p:first-letter {
	font-size:130%; 
/*	float:left;     */
/*	color: #742E66; */
	color: #B85596;
	font-weight: bold;
}


/*
* Titres de chapitre
*/
h2 {
	padding: 6px 54px 44px 18px;
	background-image: url(images/chap-titre.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 15px;
	padding: 7px 0 23px 10px;
	font-weight: bold;
}

