/*
Theme Name: CDL THEME
Author: Da Pimp Mobile
Author URI: http://www.conservatoiredulivre.org
Description: CDL THEME
License: GNU General Public License v2 or later
*/
.container{
  width: 750px;
}

body{
	background: #571808;
	margin-top: 3px;
	font-size: 13px;
}

.page_body{
	background: #E3DCC0;
	width: 742px;
	padding: 20px 0 30px 10px;
}
.menu_left{
	background: #EDE7D0;
	border: 1px solid #d7c9ab;
	width: 150px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu_left ul{
	padding-top: 5px;
	list-style: none;
	margin-left: 0;
}

.menu_left li{
	border-bottom: 1px dotted #d7c9ab;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.menu_left li:hover{
background: #f6f1de;
}

.menu_left a{
	color: #4D4D4D;
}
.menu_left a:hover{
	color: #990000;
	text-decoration: none;
}


.main_content{
	width: 520px;
	background: #EDE7D0;
	padding: 0 20px;
	border: 1px solid #d7c9ab;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h1{
	font-size: 24px;
	color:#990000;

	background: url("img/titre1_01.gif") left; 
    background-repeat: no-repeat;
    padding-left: 50px; 
}
h2{
	font-size: 17px;
	font-weight: bold;
	color: #CC6633;
	border-bottom: 2px solid #CC6633;
	line-height: 20px;
}
h3{
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
	color: #663300;
}

.text_footer {
	width: 752px;
	text-align: center;
    color: #CC6600;
    font-size: 12px;
    padding-top: 20px;
}

/**** POUR LA GALERIE PHOTO ****/
.slideshowlink{
	display: none;
}