/* THEME PRIVATE FLOWERS */
body {
font-family: Verdana, serif;
background-color:#FFFFFF;
color:#6b6a66;
font-size:12px;
width: auto;
}

h1 {
padding-left: 10px;
font-size:22px;
}
h2 {
padding-left: 10px;
font-size:20px;
}
h3 {
padding-left: 10px;
font-size:18px;
}
h4 {
padding-left: 10px;
font-size:16px;
}
h5 {
padding-left: 10px;
font-size:14px;
}
h6 {
padding-left: 10px;
font-size:13px;
}

a {
	color: #C43838;
	text-decoration: none;
	border-bottom: dotted 1px;
}
a:hover {
	color: #FC0202;
}

img {
border:none;
}

/*strong  {
        margin:0;
        padding:0;
        font-size:14px;
        color: #FF6C6C;
        padding-bottom:5px;
}*/


#header{ 
background-image: url(/images/header.jpg);
background-repeat: no-repeat;
height: 150px;
width: 700px;
margin-bottom: 10px;
margin-left: 10px;
margin-top: 10px;
}

 /* MENUS */
#menu{
float: left;
width: 200px;
height: auto;
}

.hautmenu{
width: 200px;
height: 55px;
background-image: url(/images/menu_haut.jpg);
background-repeat: no-repeat;
}
.basmenu{
width: 200px;
height: 55px;
background-image: url(/images/menu_bas.jpg);
background-repeat: no-repeat;
}

.titremenu{
width: 100px;
height: 14px;
color: white;
cursor: pointer;
background-color: #2E2B2B;
border: 1px solid white;
text-align: center;
font-weight: bold;
font-size: 10px;
}
.titremenu:hover {
width: 120px;
font-size: 12px;
height: 14px;
color: white;
cursor: pointer;
background-color: #D31F1F ;
border: 1px solid black;
text-align: center;
font-weight: bold;
}
.titremenu a, .titremenu a:hover{
text-decoration: none;
color: white;
}

/* PAGES */

.page{
margin-left: 200px;
width: 780px;
height: auto;
color: #333333;
font-size: 13px;
}

.titrepage{
border: 1px dotted #6b6a66;
text-align: center;
font-size: 15px;
font-weight: bold;
width: 650px;
margin-left: 60px;
}

.hautpage{
width: 800px;
height: 61px;
background-image: url(/images/page_haut.jpg);
background-repeat: no-repeat;
}
.baspage{
width: 800px;
height: 71px;
background-image: url(/images/page_bas.jpg);
background-repeat: no-repeat;
}

.contenu{
margin-left: 60px;
margin-right: 60px;
}

/* COPYRIGHT */

#copy{
width: 500px;
height: 150px;
background-image: url(/images/copyright.jpg);
background-repeat: no-repeat;
font-size: 9px;
color: #333333;
}

/* LINELIGHT */
.linelight { 
	margin:0; 
	padding:0; 
	font-size:14px; 
	color: #FF6C6C; 
	border-bottom:1px dashed #B30000; 
	padding-bottom:5px; 
}
