/********************************************
Mise en forme de base
*********************************************/

html {
    height: 100%;
    padding: 0px;
    background-color: #d86c14;
    
}
body {
    padding: 0px 10px 0px 10px;
    height: 100%;
    margin: 0px;
}
.conteneur {
    
    color: white;
    width: 80%;
    max-width:1000px;
    min-width: 700px;
    height: 100%;
    min-height: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.left_panel {
    
    background-image:url('/images/bg_test3.png');
    background-repeat:repeat-y;
    background-position: right top;
    width: 20%;
    float: left;
    height: 90%;
}
.right_panel {
    
    background-image:url('/images/bg_test4.png');
    background-repeat:repeat-y;
    background-position: left top;
    width: 20%;
    float: left;
    height: 90%;
}
.center_panel {
    float: left;
    width: 60%;
    background-color: #341f07;
    
    height: 90%;
    overflow: auto;
}
.header {
    
    background-image:url('/images/bg_test.png');
    background-repeat:repeat-x;
    background-position: left bottom;
    min-height: 50px;
    height: 10%;
    position: relative;
}
.clear { 
  clear: both; 
  height: 0;
  overflow: hidden; /* Précaution pour IE 7 */ 
}

/********************************************
Header
*********************************************/

.header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	bottom: 20px; left: 100px;	
}
.header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	bottom: 10px; left: 120px;		
}
img.logo {
    position: absolute;
    bottom: -20px;
    left: 0px;
}
img.logo2 {
    position: absolute;
    bottom: -20px;
    right: 0px;
}
img.logo3 {
    position: absolute;
    bottom: 0px;
    left: 77%;
}

/********************************************
Mise en forme globale
*********************************************/
a {
    color: #cd6713;
    text-decoration: none;
}
a:hover {
    color: white;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #FFFFFF;
    text-decoration: underline;
}
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/********************************************
Mise en forme User Flash
*********************************************/
p.flash {
    text-align: left;
    background-color: #5f390c;
    border: 1px solid #d86c14;
}
#first_box {
    margin-top: 50px;
}
div.sidebox {
    margin-top: 10px;
    
    
    margin-bottom: 2px;
    padding-bottom: 5px;
    background-color: #341f07;
    border: 1px solid #5f390c;
}
div.box_titre {
    
    background-image:url('/images/bg_boxtitle.png');
    background-repeat:repeat-x;
    background-position: left bottom;
    height: 30px;
    border-bottom: 1px solid #5f390c;
    text-align: center;
    
}
div.box_titre span.titre {
    position: relative;
    top: 3px;
    font-family: 'Trebuchet MS';
    font-size: 18px;
}
img.logo_box {
    position: relative;
    top: 3px;
    left: -10px;
}
img.box_img {
    width: 90%;
}
div.text_box {
    font-family: 'Trebuchet MS';
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 14px;
}
span.big {
    font-size: 18px;
    
}
div.center_box {
    text-align: center;
    padding-top: 5px;
}

#intro_img {
    float: right;
    width: 350px;
    margin-left: 10px;
    margin-top: 10px;
}

p.intro {
    text-align: justify;
}


div.gal_prev {
    margin: 0px 5px 5px 0px;
    padding: 0px;
    float: left;
    border: 2px solid #cd6713;
    text-align: center;
}
div.gal_prev:hover {
    border: 2px solid white;
}
img.mini {
padding: 0px;
margin: 0px;
vertical-align:bottom;
}
#cat_photos {
    margin: 5px 0 5px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#cat_photos li{
    display: inline;
    margin-right: 2px;
}
#cat_photos li a{
    padding: 4px 20px;
    border: 1px solid #5f390c;
    text-align: center;
    text-decoration: none;
}
#cat_photos li a:hover, #cat_photos li a:focus, #cat_photos li a:active {
    color: white;
    border: 1px solid white;
}
#cat_photos li a.encours {
    background-color: #7e410c;
    color: #cd7621;
}
#menu {
    padding-top: 5px;
    
}
#menu ul{
    margin: 0px;
}



.boite1 {
    width: 138px;
    height: 138px;
    border: 1px solid white;
    margin: 0px auto;
}

.padder {
    padding: 5px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}
.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 0 20px;
	font-weight: normal;
}
.title a {
	border-bottom: none;
	color: #FFFFFF;
}
.title a:hover {
	border-bottom: 1px dotted #000000;
}
.byline {
	border-bottom: 2px solid #000000;
	margin: -10px 20px 20px 20px;
}
.tag {
	padding: 0 15px;
}
.entry {
	padding: 0 20px;
}
.links {
	padding: 4px 20px;
	text-align: left;
	font-weight: bold;
	background: #000000;
}
.links a {
	border: none;
}
.links a:hover {
}





div.cont_images{
	padding: 5px 0px 0px 0px;
}
div.cont_videos a{
	margin: auto;
}
#preview_img {

max-width: 80%;
margin: 5px;
}



#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#box 
{
	display: none;
	position: absolute;
	top: 15%;
	left: 20%;
	width: 60%;
	height: 70%;
	padding: 0;
	margin:0;
	
	background-color: #341f07;
	z-index:11;
	
	
}

#box_img{
    width: 100%;
    height: 95%;
	margin-left: 0.1%;
	text-align: center;
	/*float: left;*/
    overflow: auto;
    padding: 0;
}
#titre{
	margin: 0;
	width: 100%;
	height: 5%;
	padding: 0;
	background-color: #1e1204;
	text-align: center;
	color: white;
}
#titre:hover{
	cursor: pointer;
	color: #d86c14;
	background-color: #5f390d;
}
img.photonews {
	max-width: 300px;
}










