/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* GENERALITES                                         */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #555555;
	color: #000000;
}
div {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}

#bp3 {
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 930px;
	margin: auto;
}
#tete {
	background: url(/public/images/templates/12/header.jpg) no-repeat center bottom;
	height: 346px;
}
#tete h1 {
	padding: 0;
	margin: 0;
	position: relative;
	left: 50px;
	top: 115px;
	height: 30px;
	visibility: hidden;
}
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* MENU TOP                                            */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
#tete ul {
	position: relative;
	top: 285px;
	height: 19px;
	display: block;
	clear: both;
}
#tete ul li {
	list-style-type: none;
	display: inline;
}
#tete ul li a {
	display: block;
	float: right;
	width: 90px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
}
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* MENU DE GAUCHE                                      */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
#menu_bp3 {
	background: url(/public/images/templates/12/navigation.jpg) no-repeat left top;
	float: left;
	padding: 15px 0px 50px 0px;
	width: 240px;
	min-height: 300px;
}
#menu dl {
	margin: 0;
}
#menu dt {
	background: url(/public/images/templates/12/menu.gif) no-repeat left bottom;
	height: 22px;
	line-height: 22px;
	display: block;
	clear: both;
}	
#menu a {
	display: block;
	padding-left: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
}
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* CONTENU DE LA PAGE                                  */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
#bp3_contenu {
	background: url(/public/images/templates/12/bodypage.jpg) repeat-y center top;
}
#contenu {
	background: url(/public/images/templates/12/content.jpg) #FFFFFF repeat-y right top;
	float: right;
	clear: right;
	width: 670px;
	padding: 10px;
	margin: 0;
}
/* --------------------------------------------------- */
/* Titres de la page                                   */
/* --------------------------------------------------- */
#contenu h2,
#contenu h3,
#contenu h4 {
	color: #283D52;
}
/* --------------------------------------------------- */
/* Formulaires                                         */
/* --------------------------------------------------- */
#contenu form {
	width: 100%;
}
#contenu fieldset {
	background-image: url(/public/images/semi.gif);
	border: 1px solid #283D52;
	margin-bottom: 20px;
}
#contenu legend {
	border: 1px solid #283D52;
	color: #283D52;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}
#contenu label {
	display: block;
	padding-right: 1em;
	margin-left: 1em;
}
#contenu dt {
	border-bottom: 1px solid #DDD;
	float: left;
	clear: left;
	width: 45%;
	margin: 1px 0;
	padding: 0;
}
#contenu dd {
	float:left;
	width: 50%;
	margin: 1px 0;
	padding: 0;
}

/* --------------------------------------------------- */
/* Tableau type standard                               */
/* --------------------------------------------------- */
#contenu .tableau {
	width: 100%;
	margin-bottom: .5em;
	background-image:  url(/public/images/semi.gif);
	border:  1px solid #CCC;
}
#contenu .tableau caption {
	border: 1px solid #CCC;
	background-color: #283D52;
	color: #ffffff;
	border-bottom: 0;
	height: 22px;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
}
#contenu .tableau thead,
#contenu .tableau tfoot {
	background-color: #DDD;
	border: 1px solid #6495ed;
}
#contenu .tableau tfoot {
	text-align: center;
	height: 5px;	
}
#contenu .tableau th {
	text-align: left;
	padding: 0 5px;
	background-color: #DDD;
}
#contenu .tableau td {
	padding: 0 5px;
}
/* --------------------------------------------------- */
/* Tableau type caddie                                 */
/* --------------------------------------------------- */
#fdp {
	text-align: right;
	background-color: #E9E9E9;
	font-weight:  bold;
}
#total {
	text-align: right;
	background-color: #283D52;
	color:  #ffffff;
	font-weight: bold;
}
/* --------------------------------------------------- */
/* Liste                                               */
/* --------------------------------------------------- */
#contenu li {
	list-style-position: outside;
	list-style-image: url(/public/images/template/12/dot_list.gif);
}
/* --------------------------------------------------- */
/* Liens                                               */
/* --------------------------------------------------- */
#contenu a {
	font-weight: bold;
	color: #283D52;
	text-decoration: none;

}
#contenu a:hover {
	color: #000000;
}
/* --------------------------------------------------- */
/* CLASSES                                             */
/* --------------------------------------------------- */
#contenu .t_right {
	text-align: right;
}
#contenu .required {
	font-weight: bold;
}
#contenu .errors {
	color: red;
	font-weight: bold;
}
.hidden,
#contenu .nodisplay {
	display: none;
}
#tete ul li a,
#contenu .button  {
	background-color: #283D52;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #000000;
	text-decoration: none;
}
#tete ul li a:hover,
#contenu .button:hover  {
	background-color: #ffffff;
	color: #283D52;
}
#bp3_contenu .dijitTextBox,
#bp3_contenu .dijitComboBox {
	width: 80%;
}
#bp3_contenu .disabled {
	visibility: hidden;
}
#bp3_contenu .zend_form_dojo img {
	margin: 1px;
	border: 1px solid #BBB;
}
#bp3_contenu .paginationControl {
	font-weight: bolder;
}

#bp3_contenu .mceLayout {
	clear: both;
}
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* FOOTER                                              */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
#copy {
	margin: 0;
	padding: 3px 0 8px 0;
	background: url(/public/images/templates/12/footer.jpg) repeat-x bottom;
	color: #ffffff;
	clear: both;
	text-align: center;
}
