/* CSS Document */

/*-------------------------éléments primaires-------------------------*/

/*gestion du body*/
body {
	background-color: #FFFFFF;
}

/*gestion de ma div qui centre mon site*/
#center {
	position: absolute;
	height: 700px;
	width: 800px;
	left: 50%;
	top: 5px;
	margin-left: -400px;
	background-color:#FFFFFF;
}

/*gestion de ma div qui gère mon bandeau flash*/
#flash {
	position: absolute;
	height: 274px;
	width: 800px;
	left: 0%;
	top: 0%;
}

/*gestion du contenu de mes pages*/
#contenu {
	position:absolute;
	left:20px;
	top: 0px;
	height:350px;
	width:736px;
	overflow:auto;
}

/*gestion de ma div qui gère le contenu des pages*/
#html {
	position: absolute;
	height: 447px;
	width: 800px;
	left: 0%;
	top: 274px;
	background-image:url(../imgs/fond.gif);
}

/*gestion de ma div qui gère l'interieur des pages*/
#inside{
	position: absolute;
	height: 330px;
	width: 700px;
	top: 2%;
	left: 3.5%;
	border: groove;
	border-color:#FF0000;
	z-index:1;
	overflow: auto; 
}

/*gestion de la taille de listes et des images de ma div inside*/

#inside li.photo {
  display: inline;
  margin: 0px;
  padding: 2px;
  border: none;
  list-style-type: none;
 }


#inside img {
  cursor: pointer;
  border-color: black; 
}

#inside .photo  {
	float:left;
	margin: 10px;
}

#inside .photo img {
	height:120px;
	margin:0pt 10px;
}

/*gestion de ma div qui gère le contenu des pages*/
#center #menu {
	position: absolute;
	left: 20px;
	top: 366px;
}

/***Gestion des catégories***/


#inside_categories{
	position: absolute;
	height: 330px;
	width: 700px;
	top: 2%;
	left: 3.5%;
	border: groove;
	border-color:#FF0000;
	z-index:1;
	overflow: auto; 
}

#inside_categories img{
	width :254px;
	height:auto;
	margin:0;
}

.categories {
	text-align: center;
}

.categories  li{
	list-style:none;
}


/*gestion de ma baseline*/
#baseline {
	position: absolute;
	height: auto;
	width: 800px;
	left: 50%;
	top: 780px;
	margin-left: -400px;
}

/*gestion de la google map*/
#map {
	position:absolute;
	border:groove;
	width: 500px;
	top: 23px;
	left: 50%;
	margin-left: -250px;
}

/*gestion du texte*/

li {
	list-style-type: circle;
	line-height: 1.5;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-style: normal;
	line-height: 1.5;
	margin-left:10px;
	text-decoration:underline;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000033;
	font-style: italic;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: normal;
	line-height: 1.5;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC6600;
	font-style: italic;
	line-height: 1.5;
	text-decoration:underline;
	margin-left:10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-style: normal;
	line-height: 1.5;
	margin-left:10px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-style: normal;
	line-height: 1.5;
}

#miseEnValeur {
	color: #333333;
}

#miseSousValeur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

/*gestion des liens*/
a:link,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-style: normal;
	line-height: 1.5;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: 1.5;
	text-decoration: underline;
}

/*gestion des class*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.floatLeft {
	float:left;

}

.floatRight {
	float:right;
}

.blink {
	text-decoration:blink;
	color:#FF0000;
}

.margeGauche {
	margin-left: 20px;
}

/*-----------------------gestion du site-----------------------*/