* {
	margin: 0;
	padding: 0;
	color: #0c8ac7;
}
img {
	border: 0;
}

body {
	margin: auto;
	width: 1000px;
	font-family: "arial";
	font-size: 10pt;
	color: #0c8ac7;
}


#header {
	margin: auto;
	width: 1000px;
	height: 115px;
	background: url("../design/header.png") repeat-x;
}
#header #logo {
	padding: 8px 0 0 162px;
	width: 220px;
	float: left;
}

#page {
	margin: auto;
	width: 1000px;
	clear: both;
	overflow: auto;
	/*background: url("../design/fond_page.png") repeat-y;*/
}


/* BLOC LEFT */
#bloc_left {
	width: 395px;
	float: left;
	margin-bottom: 20px;
}

#bloc_left #menu {
	width: 383px;
	height: 380px;
	background: url("../design/back_menu.png") no-repeat;
	background-position: 45px 20px;
 	border: 1px white solid;
}
#bloc_left #menu #top {
	margin: 25px 0 0 166px;
	width: 193px;
	height: 27px;
	background: url("../design/menu_left_top.png") no-repeat;
}
#bloc_left #menu ul {
	width: 193px;
	margin-left: 166px;
	list-style-type: none;
	overflow: auto;
	background: url("../design/menu_left_back.png") repeat-y;
	text-align: right;
}
#bloc_left #menu ul li {
	display: block;
	width: 193px;
	background: url("../design/puce1.png") no-repeat;
	background-position: 174px 4px;
	margin-bottom: 1px;
}
#bloc_left #menu ul li.no-puce {
	background: none;
}

#bloc_left #menu ul a {
	display: block;
	margin-right: 27px;
	color: #0c8ac7;
	text-decoration: none;
	font-weight: bold;
}
#bloc_left #menu ul a:hover {
	color: #ffad01;
	text-decoration: none;
}
#bloc_left #menu #bottom {
	margin-left: 166px;
	width: 193px;
	height: 27px;
	background: url("../design/menu_left_bottom.png") no-repeat;
}

#bloc_left fieldset {
	border: none;
	background-color: transparent;
}


#bloc_central {
	float: left;
	width: 504px;
	background: url("../design/bulles.png") no-repeat;
	background-position: 522px 272px;
	padding: 30px 70px 20px 14px; /*padding: 0 70px 20px 14px;*/
}


#footer {
	margin: auto;
	margin-top: 20px;
	width: 1000px;
	height: 27px;
	background: url("../design/footer.png") repeat-x;
	clear: both;
}
#footer p {
	width: 1000px;
	text-align: center;
	line-height: 27px;
	background: url("../design/bulles_footer.png") no-repeat;
	background-position: 800px 0px;
	color: #f0f0f0;
	font-weight: bold;
	font-size: 0.7em;
}
#footer p a, #footer p a:visited {
	color: #f0f0f0;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}

/* BLOC CENTRAL */
#bloc_central h4{
	background: url("../image/puceLogo.png") no-repeat;
	padding: 2px 0 5px 23px;
	margin-bottom: 10px;
	border-bottom: 2px #cccccc solid;
}

 /* Formulaire du bloc central */
#bloc_central fieldset, #ventes fieldset {
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px #ffad00 solid;
	background-color: #f4f9fd;
	width: 96%;
	-moz-border-radius: 10px 10px;
}
#bloc_central fieldset legend, #ventes fieldset legend {
	font-weight: bold;
}
#bloc_central fieldset label, #ventes fieldset label  {
	display: block;
	width: 45%;
	float: left;
	padding: 2px 10px 0 0;
	text-align: right;
	color: #0c8ac7;
}
#bloc_central fieldset input, #bloc_central fieldset select, #bloc_central fieldset textarea,
#ventes fieldset input, #ventes fieldset select, #ventes fieldset textarea {
	margin-bottom: 3px;
}



#bloc_central a {
	color: #ffad01;
	text-decoration: none;
}
#bloc_central a:hover {
	color: #ffd83f;
	text-decoration: none;
}

#bloc_central .message {
	padding: 10px 10px 10px 40px;
	background: #c9dcff url("../design/bouton_info.png") no-repeat;
	background-position: 7px 6px;
	border: 1px #136df8 solid;
	margin: 10px 0 20px 0;
}

#bloc_central .erreur {
	padding: 10px 10px 10px 40px;
	background: #ffe1e2 url("../design/bouton_erreur.png") no-repeat;
	background-position: 7px 6px;
	border: 1px #c5cbcf solid;
	margin: 10px 0 20px 0;
}



#bloc_central #texte {
	width: 504px;
	float: left;
	background: url("../design/page_container_back.png") no-repeat;
	background-position: right bottom;
	padding-top: 20px;
	margin-bottom: 30px;
}

#bloc_central #texte h3 {
	margin-top: 10px;
	padding: 0 0 0 275px;
	background: url("../design/page_titre.png") no-repeat;
	background-position: right bottom;
	color: #ffae00;
	width: 235px;
	height: 56px;
	text-align: center;
	clear: both;
}

#bloc_central #texte h3.long {	
	margin-top: 10px;
	padding: 0 0 0 90px;
	background: url("../design/page_titre_long.png") no-repeat;
	background-position: right bottom;
	color: #ffae00;
	width: 420px;
	height: 56px;
	text-align: center;
	clear: both;
}


#bloc_central #texte h3.moyen {
	margin-top: 10px;
	padding: 0 0 0 215px;
	background: url("../design/page_titre_moyen.png") no-repeat;
	background-position: right bottom;
	color: #ffae00;
	width: 295px;
	height: 56px;
	text-align: center;
	clear: both;
}

#bloc_central #texte p {
	padding: 0 10px 10px 10px;
	margin: 0;
}


/* GENERIQUES */
table {
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
	border: 1px #ffad00 solid;
	float: left;
}
th {
	border: 1px #ffad00 solid;
}
tr.colore {
	background-color: #f4f9fd;
}

hr {
	margin: 5px 0 5px 0;
	clear: both;
	width: 134px;
}

.center {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}
.center_simple {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.petit {
	font-size: 0.8em;
}

.clear {
	clear: both;
}



/* Photo */
#page .photo {
	width: 100px;
	height: 80px;
	margin : 10px 0 10px 20px;
	float: left;
}
#page .photo img {
	border: solid 1px #ffad00;
}

#page .photo_hd {
	width: 140px;
	height: 120px;
	margin : 5px 0 5px 20px;
	float: left;
}
#page .photo_hd img {
	border: solid 1px #ffad00;
}

#page .dossier {
	width: 140px;
	height: 37px;
	padding-top: 93px;
	margin : 5px 0 5px 20px;
	float: left;
	background: url('../images/dossier.png') no-repeat;
	text-align: center;
	text-transform: lowercase;
	background-position: 25px 0px;
}

#page .chemin {
	-moz-border-radius: 10px 10px;
	border: 1px #ffad00 solid;
	background-color: #f4f9fd;
	width: 82%;
	padding: 5px 5px;
	font-weight: bold;
	size: 0.9em;
	margin: 0 5px 15px 0;
	float: left;
}
#page .retour {
	-moz-border-radius: 10px 10px;
	border: 1px #ffad00 solid;
	background-color: #f4f9fd;
	width: 11%;
	padding: 5px 5px;
	font-weight: bold;
	size: 0.9em;
	margin: 0 5px 15px 0;
	float: left;
}


/* Pagination */
#page p.pagination {
	text-align: center;
	padding-top: 10px;
	width: 400px;
	clear: both;
	margin: 0 0 30px 60px;
}


.pointilles {
	height: 1px;
	background: url("../design/pointilles.png") repeat-x;
	width: 400px;
	margin: 35px auto 40px auto;
}



textarea#editor h1 {
		width: 578px;
	height: 21px;
	padding: 9px 0 0 25px;
	background: url("http://88.191.79.178/jp/Arionpiscines2/design/bloc_grand_top.png") no-repeat;
	color: #ffad01;
}