/*Feuille de style pour toutes les autres pages et une partie de la page d'accueil -- styleDLPT.css*/
body {
	width: 1024px;
	height: 674px; /*728px*/
	margin: auto;
	margin-top: 0px;
	font-family: "Gill sans", Arial, Helvetica, "sans serif";
	background-color: #FFFFFF;
	/*border: #000000 solid 1px;*/
}

/*Partie central - zone qui se modifie - commun à tous*/
#corps { 
	width: 573px;
	height: 525px;
	color: #4b3a32;
	background-image:url(../images/fondB_cahier_02.jpg);
	background-repeat:no-repeat;
	margin:0px;
	margin-left: 237px;
	padding: 0px;
}
#corps h1 {
	font-size: 14px;
	font-weight: bold;
	color: #eb6204;
}

	/*Fichier objectifs.php -- Le style des liens du sous menu listing*/
#corps #sousmenu {
	position: relative;
	width: 422px;
	height: 100px;
	left: 92px;
	top: 37px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 11px;
}
#corps #sousmenu hr {
	background-color: #eb6204;
	color: #eb6204; /*pour une compatibilite ie, background non reconnu*/
	border: #eb6204; /*sur opera, c par la bordure que hr apparait, donc il faut definir la couleur*/
	border: 0px;
	margin: 8px 50px 0 50px;
	height: 1px; /*toujours definir la hauteur, pour que ca marche au moins sur opera*/
}
#corps #sousmenu a, a:link, a:visited {
	color: #4b3a32;
	text-decoration:none;
}
#corps #sousmenu a:hover, a:active {
	color: #eb6204;
}
	/*Le style de puce du sous menu listins*/
#corps #sousmenu ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
	padding: 8px 0 0 5px;
}
#corps #sousmenu li {
	padding: 0 0 2px 0;
}


	/*Fichier objectifs.php -- Style de la 2eme partie du corps - zone avec scroll, affichage textes*/
#texte_objectif {
	position: relative;
	width: 422px;
	height: 310px;
	left: 92px;
	top: 37px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow: auto;
}
#corps #texte_objectif ul {
	font-size: 11px;
}
#corps #texte_objectif p {
	font-size: 11px;
}
#corps #texte_objectif h2 {
	font-size: 12px;
	padding-left: 10px;
}
#corps #texte_objectif hr {
	background-color: #eb6204;
	color: #eb6204; /*pour une compatibilite ie, background non reconnu*/
	border: #eb6204; /*sur opera, c par la bordure que hr apparait, donc il faut definir la couleur*/
	border: 0px;
	margin: 20px 33px 30px 50px;
	height: 1px; /*toujours definir la hauteur, pour que ca marche au moins sur opera*/
}

	/*Fichier bureau.php style du texte central*/
#texte_bureau {
	position: relative;
	width: 422px;
	height: 387px;
	left: 92px;
	top: 40px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow: auto;
	text-align: justify;
}
#corps #texte_bureau p {
	font-size: 11px;
	padding-bottom: 30px;
}
#corps #texte_bureau h2 {
	font-size: 12px;
	padding-left: 10px;
}
#corps #texte_bureau img {
	float: left;
	margin: 0px;
	padding: 5px 10px 38px 5px;
}
#corps #texte_bureau span {
	color: #eb6204;
	font-weight: bold;
}
	/*Fichier bureau.php -- partie 2 du texte, en dehors du scroll = lien pour télécharger le pdf*/
#texte_bureau2 {
	position: relative;
	width: 445px;
	height: 30px;
	left: 92px;
	top: 40px;
	padding: 30px 0px 0px 0px;
	text-align: right;
	font-size: 10px;
	/*border: #000000 solid 1px;*/
}
#texte_bureau2 img {
	float: right;
	position: relative;
	bottom: 15px;
	
}
#texte_bureau2 a, a:link, a:visited {
	color: #eb6204;
	text-decoration: underline;
}

	/*Fichier partenaire.php style du texte central*/
#texte_partenaire {
	position: relative;
	width: 422px;
	height: 440px;
	left: 92px;
	top: 40px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow: auto;
	overflow-x: hidden;
	text-align: justify;
}
#texte_partenaire td {
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 20px;
}

	/*Fichier liens.php style du texte central*/
#texte_liens {
	position: relative;
	width: 422px;
	height: 387px;
	left: 92px;
	top: 40px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 13px;
	overflow: auto;
	text-align: justify;
}
#texte_liens ul {
	margin-top: 20px;
}
#texte_liens li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	list-style:none;
}
#texte_liens a {
	color: #000000;
	text-decoration: none;
}
#texte_liens a:hover, a:visited {
	color: #eb6204;
	text-decoration: underline;
}

	/*Fichier presse.php style du texte central*/
#texte_presse {
	position: relative;
	width: 422px;
	height: 438px;
	left: 92px;
	top: 40px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow-y: fixed;
	overflow: auto;
	text-align: justify;
}
#texte_presse h2 {
	font-size: 12px;
	padding-left: 10px;
}
#texte_presse a {
	color: #eb6204;
	text-decoration: none;
}
#texte_presse a:link, a:visited {
	color: #eb6204;
	text-decoration: none;
}
#texte_presse a:hover {
	color: #eb6204;
	text-decoration: underline;
}
#texte_presse td {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding-right: 50px;
	min-width: 200px;
}

	/*Fichier album_photo.php style du texte central*/
#texte_album {
	position: relative;
	width: 422px;
	height: 432px;
	left: 92px;
	top: 40px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow-y: fixed;
	overflow: auto;
	text-align: justify;
}
#texte_album td {
	width: 200px;
	height: 190px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #eb6204;
	/*border: #000000 1px solid;*/
}

	/*Fichier diaporama_photo.php style du texte central*/
#texte_diaporama {
	position: relative;
	width: 422px;
	height: 435px;
	left: 92px;
	top: 40px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow-y: fixed;
	overflow: auto;
	text-align: justify;
}
#texte_diaporama table {
	width: 400px;
	/*height: 400px;*/
	/*border: 1px solid #000000;*/
}
#texte_diaporama td {
	font-size: 11px;
	color: #eb6204;
	/*border: 1px solid #000000;*/
	text-align: center;
	padding: 2px 0px 2px 0px;
	/*vertical-align: middle;*/
}

#texte_diaporama td a, a:link, a:visited {
	color: #eb6204;
	border:0px;
}
#texte_diaporama td a:hover {
	color: #eb6204;
	text-decoration: underline;
}

/*Fichier diaporama_son.php style du texte central*/
#texte_diaporama_son {
	position: relative;
	width: 422px;
	height: 435px;
	left: 92px;
	top: 40px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow-y: fixed;
	overflow: auto;
	text-align: justify;
}
#texte_diaporama_son table {
	width: 400px;
	/*height: 400px;*/
	/*border: 1px solid #000000;*/
}
#texte_diaporama_son td {
	font-size: 11px;
	color: #eb6204;
	/*border: 1px solid #000000;*/
	/*text-align: center;*/
	padding: 2px 0px 10px 10px;
	/*vertical-align: middle;*/
}

	/*Fichier contactez-nous.php style du texte central*/
#texte_contact {
	position: relative;
	width: 422px;
	height: 431px;
	left: 92px;
	top: 37px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow: auto;
}
#texte_contact p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
}
#texte_contact p span {
	font-size: 11px;
}
#texte_contact h2 {
	font-size: 12px;
	padding-left: 10px;
}
#texte_contact h6 {
	margin: 0px 0px 8px 0px;
	text-align: right;
	color: #eb6204;
}

	/*Fichier inscription_news.php style du texte central*/
#texte_inscription{
	position: relative;
	width: 422px;
	height: 431px;
	left: 92px;
	top: 37px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow: auto;
}
#texte_inscription p {
	font-size: 11px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
}
#texte_inscription p span {
	font-size: 11px;
	padding-left:120px;
	color: #eb6204;
}
#texte_inscription h2 {
	font-size: 12px;
	padding-left: 10px;
}
#texte_inscription h6 {
	margin: 0px 0px 8px 0px;
	text-align: right;
	color: #eb6204;
}

	/*Fichier adherer.php style du texte central*/
#texte_adherer {
	position: relative;
	width: 422px;
	height: 431px;
	left: 92px;
	top: 37px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow: auto;
}
#texte_adherer p {
	font-size: 13px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#texte_adherer p#adresse {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#texte_adherer p span {
	font-size: 11px;
}

	/*Fichier bulletin.php style du texte central*/
#texte_bulletin {
	position: relative;
	width: 422px;
	height: 431px;
	left: 92px;
	top: 37px;
	margin:0px;
	padding: 5px 20px 20px 20px;
	font-size: 14px;
	overflow: auto;
}
#texte_bulletin p, td {
	font-size: 13px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#texte_bulletin td.lien_bulletin a {
	color: #eb6204;
	text-decoration: none;
}
#texte_bulletin td.lien_bulletin a:link, a:visited {
	color: #eb6204;
	text-decoration: none;
}
#texte_bulletin td.lien_bulletin a:hover {
	color: #eb6204;
	text-decoration: underline;
}
#texte_bulletin p#adresse {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#texte_bulletin p span {
	font-size: 11px;
}
	/*Fin balise différente de la page d'accueil*/
#corps strong {
	color: #eb6204;
	font-weight: normal;
}


