/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/
*{
	color:#505050;
}

/**************************************/
/*              GLOBALS               */
/**************************************/


/**************************************/
/*              HEADER                */
/**************************************/

hs1 {
	display:none;
}
h1 span{
	background:url(../img/titreContact.png) no-repeat top right;  
	_background:url(../img/titreIE.png) no-repeat top right;  
	height:46px;
	width:354px;
	display:block; 
	font-size:0;
}


/**************************************/
/*             NAVIGATION             */
/**************************************/

#ariane{
     font-size:14px;      
     text-transform:uppercase; 
}  

#categories{
	background-color:#E5E5E5;
	border:1px solid #BDBCBC;
	height:800px;
	padding:11px 0 8px 16px;
}

#categories ul{
	list-style:none;
	margin:0;
	padding:0;
}
  
#categories ul h2{
	border-bottom:1px solid #ACACAC;
	color:#505050;
	font-family:Georgia;
	font-size:14px;
	margin:0 20px 0 0 ;
	padding-bottom:2px;  
	cursor:pointer;
}

.caps{
	margin:0;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
  
#infos,#infosOnly{
	font-size:12px;  
	margin:0 0 20px 0;
} 
   

form,#infosOnly{

	border:1px solid #E5E5E5;
}
    

.span-15{     
	_width:550px;
}

/**************************************/
/*               FOOTER               */
/**************************************/


