/*CSS by Julie the first codage :)*/
/*Tout droits réservés*/


/* GÉNÉRAL */

body { 	font-size:11px;
	font-family:Arial;
	letter-spacing: 0px;
	font-size: 8 pt;
	color: #BCBCBC;
	margin-left:15px;
	padding: 0px;
    background-color:#f5f5f5;
    text-align:justify;
	}

#side { 
background : #f2f2f2; 
padding : 5px; 
} 

#blaa { 
background : #f2f2f2; 
padding-left : 20px; 
}

#aff { 
background : #f2f2f2; 
padding-top : 5px; 
}

#bold { 
color: #435049; 
font-weight: bold;
}
	
a:link, a:active, a:visited { font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #CEDC69;

}

a:hover {	font-family: Arial;
	font-size:11px;
	letter-spacing: 2px;
	color: #A4B72A;
}


	
/* CARACTÈRES SPÉCIAUX */

strong, b { font-family: Arial;
	color: #C0C0C0;
	font-weight: bold;}

em, i { color: #C1CC52;
	font-style: italic;
	font-family:Arial;
	letter-spacing:0px;}
	

u{
color: #D88C5A;
font-weight:none;
font-size:11px;}


/* TITRES */

h1 {
	font-family: arial;
	text-transform : uppercase;
	font-weight : normal;
	text-align:center;
	font-size: 10px;
	color: #151e14;
	letter-spacing: 1px;
    border-bottom: 1px solid #EBEBEB;
    background-color: #C1CC52;
	padding:2px;
	}
	

	
	
.titrecontenu { 
background-color : #efeeee; 
border-left : 15px solid #F3C5FA; 
border-bottom : 1px solid #e3e3e3; 
font-weight : normal; 
font-size : 10px; 
font-family : verdana; 
color : #FF7DBE; 
text-align : left; 
letter-spacing : 0; 
line-height : 13px; 
padding-left : 10px; 
padding-top : 6px; 
padding-bottom : 6px; 
}



	
 /* IMAGES */



a img{ 
border: 0px solid #E9D6CF; 
} 

a img.photo{ 
border: 1px solid #DAD6D6; 
padding:4px; 
} 

a:hover img.photo{ 
border: 1px solid #C1CC52; 
padding:4px; 
}



 /* AUTRE */

blockquote {
	BACKGROUND-COLOR:#ffffff;
	border-right: 3px double #FF93C9;
	PADDING: 12px 12px 12px 12px;
	MARGIN: 10px 15px 10px 15px;
	COLOR: #6b6666;}
	
	
/* CUTENEWS*/

.cute_new
{
	position: relative;
	width: 460px;
	clear: right;
}

.cute_date
{
	background-image: url("images/date.png"); 
	width: 56px;
	height: 37px;
	text-align: center;
	float: left;
}

.cute_day
{
	position: relative;
	font-size: 14px;
	padding-top: 2px;
	color: #D68F5C;

}

.cute_title
{
	font-family: Georgia;
	position: relative;
	font-style: italic;
	border-bottom: 1px dotted #EBA5B5;
	color: #EBA5B5;
	margin-left: 70px;
	font-size: 16px;

}

.cute_autor
{
	position: relative;
	margin-left: 70px;
	margin-top:3px;
	margin-bottom:5px;
	font-size: 10px;
}

.cute_cont
{
	position: center;
	text-align:justify;
	margin-top:-10px;
	margin-bottom:5px;
	color: #374349;
	font-size: 11px;
	width: 480px;
}


 
td { 
font-family : Arial; 
font-size : 11px; 
text-align : left; 

}