/**
 *   Theme Name: I'm into you
 *   Description: Thème sur la belle Jennifer Lopez
 *   Author: Karine Leclerc
 */

body         
{ 
	
	background: url('images/ta3.jpg');
	font-family: trebuchet ms;
	font-size: 8pt;
	text-align: justify;
	color: #3c3a3b;
	margin-top : 0;
	margin-bottom: 0;
}
/****************** Liens des images *********************/
#contenu a img {
	background-color: #e9e9e9;
	border-bottom: 1px solid #bcacaa;
	border-right: 1px solid #bcacaa;
	border-top: 1px solid #bcacaa;
	border-left: 1px solid #bcacaa;
	-moz-border-radius: 7px;
	padding: 7px;
        filter:alpha(opacity=60);
        opacity: 0.6;
        -moz-opacity:0.6;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	-khtml-border-radius: 5px; 
}

#contenu a:hover img {
	background-color: #ecd9d7;
	border-bottom: 1px solid #bfa5a2;
	border-right: 1px solid #bfa5a2;
	border-top: 1px solid #bfa5a2;
	border-left: 1px solid #bfa5a2;
	-moz-border-radius: 7px;
	padding: 7px;
        filter:alpha(opacity=100);
        opacity: 1.0;
        -moz-opacity:1.0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	-khtml-border-radius: 5px; 
}
.lastpic img {
	background-color: #e9e9e9;
	border-bottom: 1px solid #bcacaa;
	border-right: 1px solid #bcacaa;
	border-top: 1px solid #bcacaa;
	border-left: 1px solid #bcacaa;
	-moz-border-radius: 7px;
	padding: 7px;
        filter:alpha(opacity=60);
        opacity: 0.6;
        -moz-opacity:0.6;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	-khtml-border-radius: 5px; 
}

.lastpic:hover img {
	background-color: #ecd9d7;
	border-bottom: 1px solid #bfa5a2;
	border-right: 1px solid #bfa5a2;
	border-top: 1px solid #bfa5a2;
	border-left: 1px solid #bfa5a2;
	-moz-border-radius: 7px;
	padding: 7px;
        filter:alpha(opacity=100);
        opacity: 1.0;
        -moz-opacity:1.0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	-khtml-border-radius: 5px; 
}
/********************** Gras, Italique, Souligné **************/
b, strong {
color : #070304;
font-family : "Trebuchet Ms";
font-size : 8pt;
text-transform : upercase;
}
i {
color : #cfb458;
font-family : "Trebuchet Ms";
font-size : 8pt;
text-transform : upercase;
}
u {
color : #cfb458;
font-family : "Trebuchet Ms";
font-size : 8pt;
text-transform : upercase;
}
/************************* DIV de contenu **********************/
/* Sidebar */
#tsidebar
{
	background-color: #ecd9d7;
	border-top: 1px solid #bcacaa;
	border-left: 1px solid #bcacaa;
	border-right: 1px solid #bcacaa;
	width: 350px;
	height: 25px;
	text-align: center;
}

.stitle
{
	padding-top: 5px;
	text-align: center;
	font-family: times new roman;
	letter-spacing: 2px;
	font-size: 24px;
	color: #410727;
	font-weight: bold; 
	text-transform : lowercase;
	font-variant: small-caps;
	display : block;
}

#csidebar
{
	background-color: #ecd9d7;
	border-left: 1px solid #bcacaa;
	border-right: 1px solid #bcacaa;
	background-repeat: repeat-y;
	width: 350px;
}

.scontent
{
	color: #3c3a3b;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#bsidebar
{
	background-color: #ecd9d7;
	border-bottom: 1px solid #bcacaa;
	border-left: 1px solid #bcacaa;
	border-right: 1px solid #bcacaa;
	width: 350px;
	height: 15px;
}

/* Contenu */
#tcontenu
{
	background-color: #ecd9d7;
	border-top: 1px solid #bcacaa;
	border-left: 1px solid #bcacaa;
	border-right: 1px solid #bcacaa;
	width: 575px;
	height: 55px;
	line-height: 10px;
}

.ctitle
{
	padding-top: 15px;
	padding-left: 70px;
	text-align: left;
	font-family: georgia;
	letter-spacing: -2px;
	font-size: 30px;
	color: #410727;
	font-style: italic;
	text-transform : lowercase;
	font-variant: bold;
	display : block;
	padding-left : 15px;
}

#ccontenu
{
	background-color: #ecd9d7;
	border-left: 1px solid #bcacaa;
	border-right: 1px solid #bcacaa;
	background-repeat: repeat-y;
	padding-right: 0px;
	width: 575px;
}

.ccontent
{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#bcontenu
{
	background-color: #ecd9d7;
	border-bottom: 1px solid #bcacaa;
	border-left: 1px solid #bcacaa;
	border-right: 1px solid #bcacaa;
	width: 575px;
	height: 10px;
}
/*Contenu général */
#contenu
{
	background: #dabca6 url("images/contenu.png");
	background-repeat: repeat-x;
	width: 1000px;
}
/* footer */
.footer
{
	padding-top: 18px;
	padding-left: 0px;
}
/* Div général */
.box
{
	line-height: ;
	background-color : #96b35f;
	border : 0px solid #cecfcf;
	border-bottom: 1px dotted #380320;
	font-style :;
	text-align : justify;
	padding-top : 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.postdetails
{
	line-height: ;
	font-style :;
	color: #cfb458;
	text-align : justify;
	padding-top : 10px;
	padding-left: 15px;
	padding-right: 3px;
	padding-bottom: 3px;
}
#option {
	color : #bfa5a2;
	background-color : #bfa5a2;
	font-style :;
	text-align : center;
	padding-top : 0px;
	height: 20px;
	padding-right : 100px;
	padding-left : 100px;
}
.news {	
	line-height: ;
	background-color : #bfa5a2;
	border : 0px solid #cecfcf;
	border-bottom: 1px dotted #7e3a4b;
	font-style :;
	text-align : justify;
	padding-top : 3px;
	padding-left: 15px;
	padding-right: 3px;
	padding-bottom: 3px;
}
input, textarea {  
	text-align: left;
	font-family: arial;  
	font-size: 11px;  
	background-color: #96b35f;  
	color: #000000;  
	padding: 4px; 
	border: 1px solid #c5929b;   
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	-khtml-border-radius: 10px; 
}

/**************** Navigation des pages *********************/
a.nav:link, a.nav:visited, a.nav:active { 
	color: #8a8888;
background-color : #bfa5a2;
margin : 1px;
line-height : 14px;
padding-left : 8px;
font-size : 8pt;
font-family : "trebuchet ms";
font-variant: none;
text-transform : upercase;
border-left: 7px solid #c5929b;
text-align : left;
display : block;
font-weight : none;
font-style : none;
}
a.nav:hover {
	color: #8a8888;
background-color : #bfa5a2;
margin : 1px;
line-height : 14px;
padding-left : 8px;
font-size : 8pt;
font-family : "trebuchet ms";
text-transform : upercase;
border-left: 7px solid #7e3a4b;
text-align : left;
display : block;
}
a.page:link, a.page:visited, a.page:active {
color: #3c3a3b;
background-color : #bfa5a2;
margin : 1px;
line-height : 14px;
padding-left : 8px;
font-size : 8pt;
font-family : "Trebuchet Ms";
font-variant: none;
text-transform : upercase;
border-left: 7px solid #4a662b;
text-align : left;
display : block;
font-weight : none;
font-style : none;
}
a.page:hover {
color: #3c3a3b;
background-color : #bfa5a2;
margin : 1px;
line-height : 14px;
padding-left : 8px;
font-size : 8pt;
font-family : "Trebuchet Ms";
text-transform : upercase;
border-left: 7px solid #380320;
text-align : left;
display : block;
}
/******************** Lien hypertext******************/
A:link {
color : #4a6e31;
text-transform : upercase;
text-decoration : none;
font-family : "Trebuchet Ms";
font-size : 8pt;
}
A:visited {
color : #4a6e31;
text-transform : upercase;
text-decoration : none;
font-family : "Trebuchet Ms";
font-size : 8pt;
}
A:active {
color : #4a6e31;
text-transform : upercase;
text-decoration : none;
font-family : "Trebuchet Ms";
font-size : 8pt;
}
A:hover {
color : #000000;
text-transform : upercase;
text-decoration : none;
font-family : "Trebuchet Ms";
font-size : 8pt;
}
/*********************** Commentaires **************************/
li {
	list-style: none;
	border-bottom: 1px solid #dadada;
	padding: 2px;
	padding-left: 0px;
	margin: 0 0px;
}

ul {
	margin: 0px 0px 5px 0px;
}
