body
{
	background-image: url("../images/grafcet.gif");
	margin: 50px;
	font-family: Arial, Verdana, sans-serif;
	color: #000099;
}

div
{
	/*border: 1px solid black;*/
}

/*------------------------------------------------------------------------------
  Styles pour les grandes catégories
------------------------------------------------------------------------------*/
h1
{
	/*border: 1px solid black;*/
	background-color: #000099;
	color: rgb(255,220,110);/*#FFFFCC;*/
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 40px;
}

h2
{
	/*border: 1px solid black;*/
	background-color: rgb(255,220,110);/*#FFFFCC;*/
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 5px;
}

/*------------------------------------------------------------------------------
  Changement de l'allure du texte, de façon ponctuelle
------------------------------------------------------------------------------*/
.detail
{
	font-weight: normal;
}

.i_not_em
{
	font-style: italic;
}

.b_not_strong
{
	font-size: 1.1em;
}

.tite_marge
{
	margin-left: 50px;
}

/*------------------------------------------------------------------------------
  En-tete avec banniere, et copyright en pied de page
------------------------------------------------------------------------------*/
#en-tete
{
	width: 640px;
	height: 120px;
	margin: auto;
	margin-bottom: 40px;
	background-image: url("../images/banniere3.jpg");
	background-repeat: no-repeat;
	border: 1px solid black;
}

#cpyrght
{
	text-align: right;
	font-size: 0.6em;
}

#intro
{
	background-color: rgb(255,255,255);
	background-image: url("../images/carreau.gif");

	width: 80%;
	margin: auto;
	margin-top: 20px;
	padding: 20px;
	/*visibility: hidden;*/
}

/*------------------------------------------------------------------------------
  Style pour les zones splittées en deux (années, photos vs texte)
------------------------------------------------------------------------------*/
.cote
{
	float: left;
	width: 130px;
	text-align: center;
	/*background-color: #FFFFCC;*/
	border: 1px solid rgb(246,237,171);
}

.corps
{
	margin-left: 135px;
	/*background-color: #FFFFCC;*/
	border: 1px solid rgb(246,237,171);
}

.dessous
{
	clear: both;
}

/*------------------------------------------------------------------------------
  Habillage des images
------------------------------------------------------------------------------*/
.cadre
{
	border: 1px solid black;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 5px;
}

.cadresimple
{
	border: 1px solid black;
}

/*------------------------------------------------------------------------------
  Lien cliquable
------------------------------------------------------------------------------*/

.download
{
	border: 0px solid black;
	text-align: center;
	font-size: 0.6em;
}

a
{
	text-decoration: none;
	border: none;
}

a:hover
{
	background-color: rgb(255,190,90);
}

a img
{
	border: none;
}