

body {
margin : 0 ;
padding : 0 ; 
background : #1F1F1F; 
text-align : center;
font-size : 0.7em;
color : #777474 ;
font-family : arial ;
}
 
/*  SITE
********************************************************************/
 
#site { 
width : 750px;
background :#cccccc;
margin : 0 auto	;
text-align : left;


}
     

.clearfoot{
clear:both;}
    
/*  HEADER
********************************************************************/
   

#header {
position : relative ; 
TOP : 0	px;
height : 179px;
background : url(test.jpg) ;
}


/*  HEADER >> TITRE DU SITE >> H1
********************************************************************/


#header h1 {
position : absolute ;
bottom : 42px ; 
left : 15px ; 
margin : 0;
padding : 0 ; 
font-size : 1em ;
text-transform : uppercase; 
}



#header h1 a {
color : #fff;
text-decoration : none; 
}


   
   
/*  HEADER >> MENU PRINCIPAL
********************************************************************/
 

/*  CONTENT
********************************************************************/

#content {
overflow : auto ;
background : url(images/bg-content.jpg) center repeat-y; 
 }
 
 
 
 /*  CONTENT >> CENTRAGE
********************************************************************/

#centrage {
padding : 0 ;

overflow : auto; 
   
 }
	
	
/*  CONTENU
********************************************************************/	
	

#contenu {

width :440px;


float : left;
margin : 0;
padding : 40px 20px 0 0px  ;

background: #cccccc;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	text-align: justify;
	color : #b9208e;

	a {
	font-size: 12px;
	color: #B7B5B5;
	}
	a:link {
	text-decoration: none;
	color: #B7B5B5;
	}
	a:visited {
	text-decoration: none;
	color: #B7B5B5;
	}
	a:hover {
	text-decoration: none;
	color: #b9208e;
	}
	a:active {
	text-decoration: none;
	color: #B7B5B5;
	}
	
}
   

/*  CONTENU >> POST
********************************************************************/	


#contenu .post {

color : #777777;
padding :  0 ; 
margin: 0 ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
vertical-align: top;
text-align: justify; 

}   

#contenu .title   {
font-size : 1.0em ; 
padding :  0 ; 
margin: 0 ;
color : #b9208e; 
font-weight: bold;
 
}

.post  .sous-h2 {
margin : 0 ;
padding : 0;
color : #B68036 ;
font-size : 110%; 
font-weight : bold ;  
}
   
.post img {
align: center;
margin : 0 10px 5px 20px;
}





.meta-comment {color : #B68036 ; clear : left ; }
.meta-comment a {color : #B68036 ; text-decoration : none ; }
.meta-comment a:hover {text-decoration : none ; }
   
   
   
/*  SIDE RIGHT
********************************************************************/
   
   
#side {

width : 150px;


float  : left ;
MARGIN :0;
padding :  30PX 0 0 0   ;
background-COLOR: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
 }
	
	
#side h2 {
font-size : 1em ;
margin : 0  ;
padding :  0 0 0 10px ; 
color : #000 ; 
background : url(images/side-h2.jpg);
height : 37px;
line-height : 37px;
text-transform : uppercase;
font-weight : normal;
}
	
	
	
#side ul{
list-style : none ; 
margin :  0 ; 
padding : 0; 
color : #000
}
 
#side li{
margin : 0 ; 
padding : 0;
 
}
  
  
#side li a{
padding : 0 0 0 10px; 
 display : block ;
height : 25px;
line-height : 25px; 
text-decoration : none ; 
color : #000; 
background : url(images/side-li.jpg);
text-transform : uppercase;   
}



#side li a:hover{
color : #3F3F3F ;

}


#side p{
margin : 10px 0 25px 0 ; 
padding : 0;  
}


#side form {
margin : 0;
padding : 20px 0 0 0;
height : 50px;  
}


#side input {
float : left ; 
margin : 0;
padding : 0; 
}


#side .champ {
width : 115px ;
height : 23px;
border-top  : 1px solid #E2E2E2;
border-left  : 1px solid #E2E2E2;
border-bottom  : 1px solid #E2E2E2;
border-right : 0;   
 }


#side .recherche {
background : url(images/search.jpg);
height : 25px;
width : 67px;
border : 0; 
}



   
/*  SIDE LEFT
********************************************************************/
   
   
#side-left {
width : 140px ;

margin : 0;
float  : RIGHT;
padding :  40px 0px 0 0px ;
background-COLOR: #cccccc;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: normal;
	vertical-align: top;
	text-align: left;
	color: #b9208e;
}
  

#side-left h2 {
font-size : 1.1em ;
margin : 2px 5px  ;
padding :  0 ; 
color : #B68036 ; 
}


#side-left .mini {
width :120px;
margin : 0 0px 15px 0;
padding: 2px 5px 2px 5px;
border: 1px solid gray;
background: #cccccc;
text-align: justify;
color : #000;
 
}


#side-left .a {
text-decoration: underline;

	font-size: 12px;
	color: #1F1F1F;
	}
	a:link {
	text-decoration: underline;
	color: #1F1F1F;
	}
	a:visited {
text-decoration: underline;
	
	color: #1F1F1F;
	}
	a:hover {
text-decoration: underline;
	
	color: #b9208e;
	}
	a:active {
text-decoration: underline;

	color: #1F1F1F;
	}
 
 	
/*  FOOTER
*******************************************************************/ 
   
#footer { 

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
height :38px;
text-align : center ;
background :#1F1F1F;
clear:both;
}


#footer p { 
margin : 0 ;
padding : 15px 0 0 0;  
color : #868686;

}



#footer a { 
color : #868686;
text-decoration : none ;  
background-COLOR: #cccccc;
}

#footer a:hover { 
text-decoration : underline ;  
background-COLOR: #cccccc;
}
   
   
 #carousel
{
	width: 430px;
	height: 230px;
	position: RELATIVE;
	top: 0;
	left: 0;
	margin-left: 0;
}
#carousel a
{
	position: ABSOLUTE;
	width: 110px;
}

#ImageBoxOverlay
{
	background-color: #000;
	z-index: 1000;
}
#ImageBoxOuterContainer{
	z-index: 1000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 100px;
	height: 100px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url("spacer.gif"/*tpa=http://interface.eyecon.ro/demos/images/imagebox/spacer.gif*/);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url("spacer.gif");
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url("next_image.jpg");
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url("prev_image.jpg");
	background-repeat:	no-repeat;
	background-position: left bottom;
}


/*  text box
********************************************************************/
 #screen span {
		position:absolute;
		overflow:hidden;
		border:#FFF solid 1px;
		background:#FFF;

	}
	#screen img{
		position:absolute;
		left:-32px;
		top:-32px;
		cursor: pointer;
		-ms-interpolation-mode:nearest-neighbor;
	}
	#caption, #title{
		position:absolute;
		color: #FFF;
		font-family: georgia, 'times new roman', times, veronica, serif;
		font-size: 1em;
		color : #868686;
		text-align: center;
	}
	#caption b {
		font-size: 1,1em;
		font_weight : bold;
	}






/*  textbox avec texte dans cadre séparé
********************************************************************/

#imgbox {
		position: absolute;
		overflow: hidden;
	}
	#imgbox div {
		position: absolute;
		cursor: pointer;
	}
	#imgbox img {
		position: absolute;
		-ms-interpolation-mode:nearest-neighbor;
	}
	#txtbox {
		position: relative;
		visibility: hidden;
		overflow: hidden;
		background: #333;
		color: #FFF;
		font-family: verdana;
		font-size: 0.8em;
	}


/*  diapo fading
********************************************************************/


	#screen {
		position: relative;
		left: 30px;
		top: 15px;
		width: 400PX;
		height: 340PX;
		overflow: hidden;
		background: #000;
	}
	#images img {
		position: absolute;
		filter: alpha(opacity=40);
		opacity: 0.4;
		cursor: pointer;
		height: 10%;
		top: 90%;
	}
	.transAlpha {
		position: absolute;
		left: 30px;
		top: 0px;
		width: 100%;
		height: 100%;
		visibility: hidden;
	}
	#transAlpha {
		position: absolute;
		left: 30px;
		top: 0px;
		width: 100%;
		height: 90%;
	}
	#legend {
		position: absolute;
		left: 0px;
		top: 83%;
		width: 100%;
		color: #FFF;
		font-family: arial, helvetica, verdana, sans-serif;
		font-size :11px;
		font-weight: normal;
		text-align: center;
	}

.menubronzage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	visibility: hidden;
	text-align: center;
	 -moz-opacity:0.8;
opacity: 0.8;
filter:alpha(opacity=80);
}

.menubronzage a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

.menubronzage a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

.menubronzage a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #b9208e;
}


.menubronzagevert
{
	background-COLOR: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b9208e;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	display: block;
	list-style-type: none;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	height: 435px;
	width: 180px;

}

.menubronzagevert a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b9208e;
	text-decoration: none;
	list-style-type: none;
}
.menubronzagevert a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b9208e;
	text-decoration: none;
	list-style-type: none;
}

.menubronzagevert a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #b9208e;
	list-style-type: none;
}

.titremenu
{
	font-family: BatmanForeverAlternate;
	font-weight: bold;
	color: #b9208e;
	text-align: center;
 	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

/*  diapo horizontal a decouvrir  500  820
********************************************************************/

#slider {
		position: relative;
		width: 400px;
		height: 300px;
		left: 10PX;
		top: 0px;
		overflow: hidden;
		background: #000;
		border: 5px solid #000;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 300px;
		width:440px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #b9208e;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		top:-700px;
		width: 100%;
		height: 200px;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top:-500px;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.8em;
		text-align: justify;
		width: 220px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
}


/*  esthetique texte a decouvrir
********************************************************************/
.mypets{
cursor: crosshair;
padding: 1px 5px;
border: 1px solid gray;
background: #cccccc;
ALIGN :center;
font-size : 11px;
}

.openpet{
background: #E1E1E1;
align : center;
}








