/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	color: #333333;
	
}


/* Pave central 700 px centre */

#bloc {
	position: absolute;
	width: 740px;
	left: 50%;
	margin: 0px 0px 0px -370px;
	padding: 0px;
}

#menu {/* menu du haut */
	background-image: url(../images/fond-menu2.gif);
	background-repeat:no-repeat;
	background-position: 0px 15px;
	display: block;
	height: 100px;
	padding-left:0px;
}

.logo {/* logo flottant */
	float: left;
	margin-right:10px;

}

#menu ul {
	margin: 0px 20px 0px 0px;
	padding: 5px 0px 0px;
	width: 119px;
	display: inline;
	float: left;
	text-align:center;
}

* html #menu ul { /*IE only. Actual menu width minus left padding of A element (10px) */
	
	margin: 0px 15px 0px 0px;



}



.onglet {
	background-image: url(../images/onglet.gif);
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	width: 119px;
	line-height:22px;
	
}
#menu li {
	width: 115px;
	list-style-type: none;
	margin: 0px;
	text-align: left;
	line-height: 12px;
	padding:0;
	font-size:11px;
	background-image: url(../images/barre.gif);
	background-repeat: no-repeat;
	padding-left:15px;
	padding-top:5px;
	background-position: 0px 0px;
}

* html #menu li { /*IE only. Actual menu width minus left padding of A element (10px) */
padding-left: 10px;
	width: 110px;
	background-position: -3px 0px;
	margin-left:-7px;


}




#menu a {
	color: #000000;
	text-decoration: none;
	
}

#menu a:hover {
	color: #C96259;
	
}




/* Contenu */
#contenu {
	margin-top: 40px;
	padding-bottom: 15px;
	
}

#contenu h1 {/* Titre */
	font-size: 24px;
	font-weight: bold;
	color: #f77910;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #99cccc;
	line-height: 24px;
	padding-left: 10px;
	margin: 0px 0px 30px;
	padding-top: 0px;
}

.chapo  {
	color: #C6554A;
		font-size: 13px;

}

.descriptif  {
	color: #333333;
	font-weight: normal;
	display: block;
	
}


#contenu h2 {/* Intertire */
	font-size: 14px;
	font-weight: bold;
	color: #c6554a;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #99cccc;
	line-height: 14px;
	padding-left: 10px;
	margin-top: 25px;
	padding-top: 0px;
	
}

#contenu h3 {/* Intertire */
	font-size: 14px;
	font-weight: bold;
	color: #c6554a;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #99cccc;
	line-height: 14px;
	padding-left: 10px;
	margin-top: 25px;
	padding-top: 0px;
	
}

#contenu h4 {/* Titre anglais accueil */
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #99cccc;
	line-height: 12px;
	padding-left: 10px;
	margin: 0px 0px 30px;
	padding-top: 0px;
}


#contenu a {
	color: #f77910;
	text-decoration: none;
}

#contenu a:hover {
	color: #99CCCC;
}

/* Liste areticles de la rubrique */

#articles ul {
	margin: 0px;
	padding: 0px;

	
}

#articles li {
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 3px 5px;
	padding-left: 25px;

	
}

#telechargement  {
	margin-top:20px;
}

#telechargement p {
	font-weight: bold;
	background-image: url(../images/telecharger.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Bas de page */

#bas  {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #99CCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#bas p  {
	margin: 5px 0px 10px;
	padding: 0px;
}

#bas a {
	color: #f77910;
	text-decoration: none;
}

#bas a:hover {
	color: #99CCCC;
}



/* Formulaires */

form  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 0px;
	background-color: #99CCCC;
	color: #000000;
}

label  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
		color: #000000;
}

input  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 3px;
}

option  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		margin-left: 3px;
}

select  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		margin-left: 3px;
}
.pagination {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
