@CHARSET "ISO-8859-1";

/*
** General
*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, Sans Serif;
	font-size: 0.8em;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	font-style: normal;
}

p {
	margin: 0;
	padding: 0;
}

input {
	border: 1px solid black;
	background-color: #f0f0f0;
	float: left;
	}

select {
	height: 20px;
	border: 1px solid black;
	background: #f0f0f0;
	float: left;
	}

textarea {
	border: 1px solid black;
	background: #f0f0f0;
	padding: 2px 0 0 5px;
	font-family: Verdana, Arial;
	font-size: 0.9em;
	}
table {
	border: 0;
	border-collapse: collapse;
	}

td, tr, th {
	border: 0;
	}
	
div.stdForm_line {
	width: 98%;
	margin : 5px 0 0 0;
	padding: 0;
	float: left;
}

p.stdForm_label {
	width: 250px;
	float: left;
	margin: 0 5px 0 0;
}

input.stdForm_inputText {
	width: 300px;
	float: left;
	}

input.stdForm_inputValider {
	width: 100px;
	height: 28px;
	float: left;
	margin: 30px 0 0 180px;
	padding: 0;
	background: #f0f0f0;
	border: 1px solid green;
	color: green;
	font-weight: bold;
}

input.stdForm_inputAnnuler {
	width: 100px;
	height: 28px;
	float: left;
	margin: 30px 0 0 180px;
	padding: 0;
	background: #f0f0f0;
	border: 1px solid red;
	color: red;
	font-weight: bold;
}
/*
** header.tpl
*/
#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
	/*background: rgb(255,255,204);*/
}

#float {
	float: left;
	background: rgb(255,255,204);
	/*min-height: 400px;*/
}

#ban {
	text-align: center;
	min-width: 1000px;
	height: 115px;
	background: url( "../images/logo1.jpg" ) no-repeat center center;
	margin: 0 0 10px 0;
}

#aveyron {
	height: 80px;
	border: none;
	float: left;
	margin: 14px 0 0 850px;
}

#ban h1 {
	display: none;
}

/*
** barre des langues
*/
ul#langue {
	background: #f0f0f0;
	min-width: 100%;
	height: 23px;
	margin-bottom: 22px;
	text-align: center;
	padding: 6px 0 0 0;
}

ul#langue li {
	margin: 0 5px;
	width: 80px;
	height: 100%;
	/*    list-style-position: outside;*/
	display: inline;
}

ul#langue li img {
	height: 15px;
	border: 0;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

ul#langue li a:link,ul#langue li a:visited {
	color: #000000;
	text-decoration: none;
}

ul#langue li a:hover {
	text-decoration: underline;
}

/*
** Menu de navigation
*/
ul#menu {
	padding-top: 30px;
	/*    background: rgb(173, 3, 3) no-repeat top left;*/
	background: #cc3333 no-repeat top left;
	float: left;
	width: 148px;
	\width: 150px;
	w\idth: 148px;
	border: 1px solid #808080;
	border-top: 0px;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 11px;
}

ul#menu li {
	list-style: none;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #808080;
}

ul#menu li a {
	display: block;
	width: 116px;
	\width: 143px;
	w\idth: 116px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	/*    border-left: 15px solid rgb(173, 3, 3);*/
	border-left: 15px solid #cc3333;
	/*    background: rgb(173, 3, 3);*/
	background: #cc3333;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

span#current_menu {
background: url('../images/puce.gif') center -1px no-repeat;
width: 10px;
height: 100%;
color: #cc3333;
}

ul#menu li a:link {
	color: #fff;
}

div#navcontainer li a:visited {
	color: #fff;
}

ul#menu li a:visited {
	color: rgb(220, 220, 220);
}

ul#menu li a:hover {
	border-color: #990000;
	color: #fff;
	background: #cc3333;
	/*   background: rgb(173, 3, 3);*/
}



ul#menu ul.opened {
	font-size: 0.8em;
}

ul#menu ul.opened li a {
	text-align: right;
}

ul#menu ul.opened li a {
	font-weight: normal;
}

ul#menu ul.closed {
	display: none;
}

/*
** Genreal pour la presentation
*/

img.general {
	margin: 0 0 10px 0;
	border: 0;
	}

p.general_p1 {
	width: 590px;
	float: left;
	margin: 0 0 5px 0;
	}

p.general_p2 {
	width: 590px;
	float: left;
	margin: 0 0 15px 0;
	}

/*
** Maintenance
*/

img.maint {
	width: 250px;
	margin: 60px 0 60px 0;
	}

/*
** index.tpl
*/
#info_box {
	float: right;
	margin-right: 5px;
	width: 150px;
	min-height: 80px;
	padding: 4px;
	border: 1px dashed;
	background: #99ccff;
}

p.info_title {
	float: left;
	width: 150px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

p.info_txt {
	float: left;
	width: 150px;
	text-indent: 5px;
	margin: 0 0 5px 0;
}

p.info_title img {
	height: 16px;
	border: 0;
	margin: 0 5px 0 0;
}

#contenu {
	float: left;
	width: 780px;
	text-align: justify;
	font-style: italic;
	padding: 0 6px;
	margin: 5px 0 0 10px;
	font-size: 1.1em;
	color: #000099;
}

#contenu_accueil {
	float: left;
	width: 630px;
	text-align: justify;
	font-style: italic;
	padding: 0 6px;
	margin: 5px 0 0 10px;
	font-size: 1.1em;
	color: #000099;
}

/*
** situation.tpl
*/
img.genel {
	height: 300px;
	margin: 0 0 10px 50px;
	float: left;
	border: 0;
}

img.gene {
	width: 550px;
	margin: 0 0 15px 50px;
	float: left;
	border: 0;
}

img.gener {
	height: 300px;
	margin: 0 50px 10px 0;
	float: right;
	border: 0;
}

.p_left {
	width: 600px;
	float: left;
	margin: 0 0 20px 0;
}

.p_right {
	width: 600px;
	float: right;
	margin: 0 0 20px 0;
}

/*
** region.tpl
*/
a.link_region {
	display: block;
	width: 590px;
	float: left;
	font-size: 12px;
	color: black;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	}
a.link_region:hover {
	text-decoration: none;
	color: red;
	}
/*
** contact visiteurs
*/

td.ctc {
	border: 0;
	}

td.ctc_label {
	width: 180px;
	vertical-align: top;
	border: 0;
	}
td.ctc_label span, td.ctc_label_error span {
	font-size: 0.8em;
	font-weight: bold;
	}
td.ctc_label_error {
	width: 180px;
	vertical-align: top;
	color: red;
	font-style: italic;
	border: 0;
	}
td.ctc_input {
	width: 600px;
	border: 0;
	}
form#contact input {
	width: 300px;
	height: 19px;
	padding: 2px 5px 0 5px;
	}
form#contact input.ctc_err {
	width: 300px;
	height: 19px;
	padding: 2px 5px 0 5px;
	border: 1px solid red;
	background: #ffcccc;
	}
form#contact input#b_val {
	width: 80px;
	height: 28px;
	float: left;
	margin: 30px 0 0 350px;
	padding: 0;
	background: #f0f0f0;
	border: 1px solid green;
	color: green;
	font-weight: bold;
	}
form#contact input#b_conf {
	width: 100px;
	height: 28px;
	float: left;
	margin: 30px 0 0 200px;
	padding: 0;
	background: #f0f0f0;
	border: 1px solid green;
	color: green;
	font-weight: bold;
	}
form#contact input#b_ret {
	width: 80px;
	height: 28px;
	float: left;
	margin: 30px 0 0 100px;
	padding: 0;
	background: #f0f0f0;
	border: 1px solid red;
	color: red;
	font-weight: bold;
	}
form#contact textarea {
	width: 600px;
	}
form#contact textarea.ctc_err {
	border: 1px solid red;
	background: #ffcccc;
	}
span.mini {
	font-size: 0.8em;
	color: black;
	}

/*
** tarifs.tpl
*/

p.t_title {
	width: 780px;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 18px;
	font-style: normal;
	}

table.t_tab {
	border: 1px solid #000099;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	}
	
table.t_tab caption {
	font-size: 16px;
	font-style: normal;
	margin: 0 0 10px 0;
	text-align: center;
	}
table.t_tab th, table.t_tab td {
	padding: 5px;
	border: 1px solid #000099;
	}
	
table.t_tab th {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	background: #99ccff;
	}

th.t_lib2 {
	width: 640px;
	}
th.t_lib3 {
	width: 490px;
	}
th.t_prix {
	width: 150px;
	}
td.t_lib2 {
	width: 640px;
	text-align: left;
	font-style: normal;
	}
td.t_lib3 {
	width: 490px;
	text-align: left;
	font-style: normal;
	}
td.t_lib2 span, td.t_lib3 span {
	font-style: italic;
	}
td.t_prix {
	width: 150px;
	text-align: center;
	font-style: normal;
	}
	
div.t_links {
	width: 780px;
	margin: 0 0 15px 0;
	}
div.t_links a, div.t_links a:visited, div.t_links a:link {
	display: block;
	float: left;
	clear: both;
	margin: 0 0 5px 0;
	color: #000099;
	font-style: normal;
	}
div.t_links a:hover {
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
	}	

div.t_cond {
	width: 780px;
	margin: 20px 0 0 0;
	float: left;
	color: #000099;
	font-style: normal;
	}

p.t_cond_ti {
	width: 780px;
	margin: 0 0 10px 0;
	float: left;
	font-weight: bold;
	font-style: italic;
	}
	
p.t_cond_txt {
	width: 780px;
	margin: 0 0 5px 0;
	float: left;
	}
/*
** galerie photo
*/

div#browse {
	width: 780px;
	height: 150px;
	float: left;
	overflow: auto;
	border: 1px dashed #000099;
	padding: 10px 10px 0 10px;
	margin: 0 0 30px 0;
	}
div#contenu_browse {
	height: 125px;
	float: left;
	padding: 0;
	margin: 0;
	}

img.browse_image1 {
	border: 0;
	margin: 0 10px 15px 0;
	}
img.browse_image2 {
	border: 0;
	margin: 0 10px 0 0;
	}
img.browse_image1_curr {
	border: 2px solid red;
	margin: 0 10px 15px 0;
	}
img.browse_image2_curr {
	border: 2px solid red;
	margin: 0 10px 0 0;
	}
div#contenu_browse a {
	margin: 0;
	}
	
div.nav_galerie {
	width: 780px;
	float: left;
	margin: 15px 0 15px 0;
	}
	
div.progressbar {
	width: 780px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
p.loadingText {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	}
	
p#currentProgress{
	float: left;
	margin: 0;
	border: 0;
	background: #cc3333;
	font-weight: bold;
	color: #FFFFFF;
	}
	
div.nav_galerie a {
	color: #000099;
	font-style: normal;
	font-size: 14px;
	display: block;
	text-decoration: none;
	width: 150px;
	height: 40px;
	vertical-align: middle;
	padding: 18px 0 0 0;
	}
	
a.photos_prec {
	float: left;
	background: url('../images/prev.jpg') center left no-repeat;
	text-align: right;
	cursor: pointer;
	}
	
a.photos_next {
	float: right;
	background: url('../images/next.jpg') center right no-repeat;
	text-align: left;
	cursor: pointer;
	}

img#gen_image {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}
	
img.page_image1 {
	float: left;
	margin: 0 0 0 115px;
	}
img.page_image2 {
	float: left;
	margin: 0 0 0 180px;
	}
	
div.next2 {
	float: right;
	margin: 0;
	padding: 0;
	}

div.prev2 {
	float: right;
	margin: 0;
	padding: 0;
	}
/*
** livre d'or
*/
p#livre_year {
	width: 700px;
	float: left;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	margin: 0 0 20px 0;
	}
	
p#livre_title {
	width: 700px;
	float: left;
	font-size: 16px;
	height: 36px;
	padding: 40px 0 0 0;
	background: url('../images/book_top.jpg') top center no-repeat;
	font-weight: bold;
	text-indent: 130px;
	}
p#livre_photo {
	width: 700px;
	float: left;
	height: 330px;
	background: url('../images/book_center.jpg') top center repeat-y;
	text-indent: 130px;
	}
	
img#livre_image {
	height: 300px;
	float: left;
	margin: 0;
	border: 0;
	}
div#livre_text {
	width: 700px;
	height: 300px;
	float: left;
	margin: 0;
	padding: 0;
	background: url('../images/book_center.jpg') top center repeat-y;
	}
p#livre_date {
	width: 700px;
	float: left;
	text-indent: 500px;
	margin: 0 0 20px 0;
	}
p#livre_comm {
	width: 480px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 130px;
	font-style: normal;
	}
	
p#livre_from {
	float: right;
	padding: 0 100px 0 0;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	}
div#livre_nav {
	width: 700px;
	height: 50px;
	float: left;
	margin: 0;
	padding: 0;
	background: url('../images/book_bottom.jpg') bottom center no-repeat;
	}
a#livre_prev, a#livre_prev:link, a#livre_prev:visited {
	display: block;
	height: 22px;
	width: 90px;
	padding: 8px 0 0 45px;
	float: left;
	background: url('../images/book_prev.gif') top left no-repeat;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	}
	
a#livre_prev:hover {
	text-decoration: underline;
	}
a#livre_next, a#livre_next:link, a#livre_next:visited {
	display: block;
	height: 22px;
	width: 90px;
	padding: 8px 45px 0 0;
	float: left;
	background: url('../images/book_next.gif') top right no-repeat;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #000099;
	}
a#livre_next:hover {
	text-decoration: underline;
	}
p#livre_page {
	width: 230px;
	float: left;
	height: 22px;
	padding: 8px 0 0 0;
	text-align: center;
	font-style: normal;
	}
	
p#no_prev {
	height: 22px;
	width: 135px;
	float: left;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	}
	
p#no_next {
	height: 22px;
	width: 235px;
	float: right;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #000099;
	}
p#margin_prev {
	float: left;
	width: 100px;
	}

/*
** footer.tpl
*/
#footer {
	float: left;
	width: 1000px;
	padding: 15px 0 0 0;
	background: url('../images/degrade_footer1.jpg') top left repeat-x;
	text-align: center;
	font-size: 0.9em;
	margin: 0 0 20px 0;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	text-decoration: underline;
}

/*
** Partie Admin
*/ 
/*
** header_admin.tpl
*/
p#adm {
	width: 1000px;
	height: 25px;
	padding: 6px 0 0 0;
	margin: 0 0 20px 0;
	text-align: center;
	color: #000;
	font-weight: bold;
	background: #f0f0f0;
}

/*
** fomulaire admin
*/
#auth {
	float: left;
	width: 270px;
	margin: 30px 0 0 0;
	padding: 0 0 0 190px;
}

#contenu p.label_auth {
	float: left;
	width: 98px;
	height: 20px;
	padding: 3px 0 0 0;
}

.line_f {
	width: 270px;
	float: left;
	height: 25px;
	margin: 0 0 10px 0;
}

input#error_pass {
	float: left;
	border: 1px solid red;
	background: #ffcccc;
}

input.text {
	float: left;
	width: 150px;
	height: 18px;
	padding: 2px;
	border: 1px solid black;
	background: #f5f5f5;
}

input.sub {
	float: left;
	width: 120px;
	height: 26px;
	position: relative;
	top: 0px;
	left: 0px;
	border: 1px solid black;
	background: #f0f0f0;
	margin: 10px 0 0 70px;
}

p.error_auth {
	width: 270px;
	height: 25px;
	float: left;
	margin: 30px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: red;
	font-style: normal;
}

/*
** admin tarif
*/
div.sel_year {
	width: 780px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	font-style: normal;
}

div.sel_year p {
	margin: 0 0 10px 0;
}

span.tarif_sel {
	font-weight: bold;
}

p.label_year {
	width: 130px;
	float: left;
	height: 20px;
}

p.label_cat {
	width: 100px;
	float: left;
	height: 20px;
}

select.list {
	padding: 0;
	background: #f0f0f0;
	border: 1px solid black;
}

div.tarif_line {
	width: 780px;
	float: left;
	margin: 0 0 5px 0;
}

p.label_text {
	width: 622px;
	float: left;
	margin: 0 10px 0 0;
	font-style: normal;
	font-size: 1em;
	text-decoration: underline;
	text-align: center;
}

p.label_prix {
	width: 100px;
	float: left;
	font-style: normal;
	font-size: 1em;
	text-decoration: underline;
	text-indent: 30px;
}

p.label_suppr {
	width: 50px;
	float: right;
	font-style: normal;
	font-size: 1em;
	text-decoration: underline;
}

textarea.tarif_lib {
	width: 620px;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 5px 2px 5px;
	background: #f0f0f0;
	border: 1px solid black;
}

input.tarif_prix {
	width: 70px;
	float: left;
	margin: 0;
	padding: 2px 5px 2px 5px;
	background: #f0f0f0;
	border: 1px solid black;
	text-align: right;
}

input.tarif_check {
	float: left;
	margin: 0 0 0 25px;
}

p.bdd_ok {
	width: 780px;
	float: left;
	margin: 0 0 10px 0;
	font-style: normal;
	font-weight: bold;
	color: green;
	text-align: center;
}

p.bdd_nok {
	width: 780px;
	float: left;
	margin: 0 0 10px 0;
	font-style: normal;
	font-weight: bold;
	color: red;
	text-align: center;
}

div.button_line {
	width: 780px;
	float: left;
	height: 30px;
	margin: 15px 0 10px 0;
}

input#button_val {
	width: 80px;
	height: 28px;
	float: left;
	margin: 0 0 0 130px;
	background: #f0f0f0;
	border: 1px solid green;
	color: green;
	font-weight: bold;
}

input#button_add {
	width: 140px;
	height: 28px;
	float: left;
	margin: 0 0 0 130px;
	background: #f0f0f0;
	border: 1px solid black;
}

input#button_can {
	width: 80px;
	height: 28px;
	float: left;
	margin: 0 0 0 130px;
	background: #f0f0f0;
	border: 1px solid red;
	color: red;
	font-weight: bold;
}

span.gros {
	font-size: 1.2em;
	font-style: normal;
}

p.man_tarif {
	font-style: normal;
	margin: 0 0 10px 0;
}

ul.enum {
	font-style: normal;
	margin: 0 0 10px 0px;
}

ul.enum li {
	list-style: disc inside;
	margin: 0 0 0 30px;
}

/*
** Admin contact
*/

table.tab_contact {
	border: 0;
	margin: 0 0 30px 100px;
	padding: 0;
	font-style: normal;
	}

td.contact_c_f {
	width: 300px;
}

td.pays_c_f {
	width: 150px;
}
td.date_c_f {
	width: 100px;
}

input#button_val_c {
	width: 80px;
	height: 28px;
	float: left;
	margin: 0 0 0 350px;
	background: #f0f0f0;
	border: 1px solid green;
	color: green;
	font-weight: bold;
}

div.recap_info_c {
	width: 800px;
	float: left;
	font-style: normal;
	}

div.ligne_c {
	width: 800px;
	float: left;
	margin: 0 0 10px 0;
}

div.ligne_c form {
	margin: 30px 0 0 0;	
}

p.label_c {
	float: left;
	width: 100px;
}

p.champs_c {
	float: left;
	width: 700px;
}

div.champs_adr_c {
	float: left;
	width: 700px;
}

p.adr {
	float: left;
	width: 700px;
}

input#button_answer {
	width: 100px;
	height: 28px;
	float: left;
	margin: 0 0 0 240px;
	background: #f0f0f0;
	border: 1px solid green;
	color: green;
	font-weight: bold;
}

textarea.answer_f {
	width: 790px;
	float: left;
	margin: 0 0 20px 0;
	padding: 2px 0 0 5px;
	border: 1px solid black;
	background: #f0f0f0;
	font-size: 1.1em;
}

p.aff_rep {
	width: 790px;
	float: left;
	margin: 0 0 20px 0;
	font-size: 1.1em;
	color: #000;
}

/*
** Admin info
*/

form#add_info {
	font-style: normal;
}

p.label_info {
	float: left;
	width: 150px;
}

input.form_info_title {
	width: 200px;
	height: 20px;
	padding: 2px 0 0 2px;
	margin: 0;
}

input.form_info_langue {
	width: 600px;
	height: 20px;
	padding: 2px;
	margin: 0;
}

div.info_line_submit {
	width: 780px;
	float: left;
	margin: 30px 0 0 0;
}

input#form_info_valider {
	width: 100px;
	float: left;
	height: 28px;
	color: green;
	font-weight: bold;
	border: 1px solid green;
	margin: 0 0 0 340px;
}

div#info_recap {
	width: 780px;
	float: left;
	font-style: normal;
	margin: 0 0 15px 0;
}

p.info_recap_ligne {
	width: 780px;
	float: left;
	text-indent: 10px;
	margin: 0 0 5px 0;
}

input#button_conf {
	width: 100px;
	height: 28px;
	float: left;
	margin: 0 0 0 230px;
	color: green;
	font-weight: bold;
	border: 1px solid green;
}

/*
** admin_photo_supprimer.php
*/

div#listThumb {
	float: left;
	width: 800px;
/*	border: 1px dashed red;*/
	margin: 0;
}

div.block_std {
	float: left;
	width: 145px;
	height: 160px;
	margin: 5px 0 0 5px;
	padding: 0;
/*	border: 1px solid black;*/
	}

a.thumb1 {
	display: block;
	float: left;
	height: 125px;
	width: 140px;
	margin: 15px 0 0 0;
	padding: 0;
	border: 1px solid green;
	}

a.thumb1_c {
	display: block;
	float: left;
	height: 125px;
	width: 140px;
	margin: 15px 0 0 0;
	padding: 0;
	border: 1px solid red;
	}

a.thumb2 {
	display: block;
	float: left;
	height: 155px;
	width: 110px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
	padding: 0;
	border: 1px solid green;
	}

a.thumb2_c {
	display: block;
	float: left;
	height: 155px;
	width: 110px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
	padding: 0;
	border: 1px solid red;
	}

img.imgList {
	float: left;
	clear: both;
	margin: 10px 10px 0 10px;
	padding: 0;
	border: 0;
	text-align: center;
}

p.checkLine {
	float: left;
	margin: 0;
	padding: 0;
	width: 98%;
	text-align: center;
/*	border: 1px dashed blue;*/
	}

input.checkPhoto {
	display:none;
	float: left;
	margin: 4px 0 0 42%;
	border: 0;
	background: none;
}

span.isDelete {
	float: left;
	display: block;
	width: 98%;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: center;
	color: red;
	font-weight: bold;
	}

div.button_submit {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

div.button_submit input {
	margin: 0 0 10px 310px;
	width: 140px;
	height: 35px;
	padding: 2px 0 0 0;
	text-align: center;
	border-color: red;
	color: red;
	font-weight: bold;
}

/*
** Tarif2
*/

p.lineTarif {
width: 100%;
float: left;
padding: 0;
margin: 0 0 10px 0;
font-style: normal;
}

table#formTableTarif {
width: 770px;
float: left;
border: 1px solid blue;
margin: 5px 0 0 0;
border-spacing: 0;
font-style: normal;
}

table#formTableTarif caption {
	font-size: 16px;
	font-style: normal;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	}

table#formTableTarif th {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	background: url('../images/bgTable.jpg') top left repeat-x;
	color: #C0C0C0;
	}

table#formTableTarif th, table#formTableTarif td {
	padding: 5px;
	border: 1px solid #000099;
	}

th.TarifLibelle, td.TarifLibelle {
width: 400px;
}

th.TarifPrix, td.TarifPrix {
width: 100px;
}

th.TarifDelLine, td.TarifDelLine {
width: 50px;
}

textarea.TarifLibText {
width: 90%;
}

input.TarifPrixText {
width: 90%;
}

a.colAdd {
display: block;
float: left;
height: 24px;
text-decoration: underline;
background: url('../images/add24.gif') center left no-repeat;
padding: 5px 0 0 28px;
margin: 0 0 0 10px;
cursor: pointer;
}

a.lineAdd {
display : block;
float: left;
width : 135px;
height: 24px;
text-decoration: underline;
background: url('../images/add24.gif') center left no-repeat;
padding: 5px 0 0 28px;
margin: 10px 0 0 200px;
cursor: pointer;
}

a.TarifDelLineLink {
display : block;
width: 100%;
height: 24px;
background: url('../images/delete24.gif') center center no-repeat;
margin: 0;
padding: 0;
cursor: pointer;
}

table#formTableTarif th a.TarifDelLineLink
{
margin-top: 5px;	
}

select.lines {
width: 90%;
}

input.tarifSubmit
{
width: 100px;
height: 28px;
float: left;
margin: 10px 0 0 180px;
padding: 0;
background: #f0f0f0;
border: 1px solid green;
color: green;
font-weight: bold;
}

/*
** Tarifs 2
*/
 table.tarifTable {
 width: 770px;
float: left;
/*border: 1px solid #000000;*/
margin: 5px 0 30px 0;
border-spacing: 0;
font-style: normal;
 }
table.tarifTable span {
font-style: italic;
}
table.tarifTable caption {
	font-size: 16px;
	font-style: normal;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

table.tarifTable th {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	background: #f0f0f0 url('../images/bgTable.jpg') left -5px repeat-x;
	color: #C0C0C0;
}

table.tarifTable th, table.tarifTable td {
	padding: 5px;
	border: 1px solid #000000;
}

table.tarifTable td {
background: #f0f0f0;
}
th.tarifDescr1, td.tarifDescr1 {width: 690px;}
th.tarifDescr2, td.tarifDescr2 {width: 600px;}
th.tarifDescr3, td.tarifDescr3 {width: 510px;}

th.tarifPrice, td.tarifPrice {
	width: 80px;
	vertical-align: middle;
	text-align: center;
	}

/*
** Modif page
*/

div.paragraphLeft {
float: left;
margin: 0 0 15px 0;
padding: 0 200px 0 0;
}

div.paragraphRight {
float: right;
margin: 0 0 15px 0;
padding: 0 0 0 200px;
}


p.headerDropDown {
width: 500px;
height: 22px;
overflow: hidden;
margin: 0;
padding: 3px 0 0 5px;
border: 1px solid #000099;
background: #F0F0F0 url('../images/dropdownButton.jpg') right center no-repeat;
font-style: normal;
cursor: pointer;
}

div.contentDropDown {
width: 500px;
position: absolute;
display: none;
height: 200px;
overflow: auto;
margin: -1px 0 0 0;
padding: 0 0 0 5px;
border: 1px solid #000099;
background: #f0f0f0;
font-style: normal;
}

table.contentTable {

}

table.contentTable td {
padding: 5px;
vertical-align: middle;
}

td.imageTD {
width: 100px;
text-align: center;
}

img.photoDropDown {
height: 60px;
}

td.nomPhotoTD {
width: 370px;
text-align: left;
}

input.checkBoxDropDown {
display: none;
}

div.blockLang {
width: 400px;
float: left;
padding: 0 0 0 30px;
}

textarea.paragraphInput {
width: 445px;
height: 82px;
margin: 5px 0 5px 7px;
}

a.AddParagraph {
display: block;
float: left;
width: 300px;
height: 24px;
padding : 3px 0 0 30px;
background: url('../images/add24.gif') left center no-repeat;
font-weight: bold;
text-decoration: none;
color: green;
cursor: pointer;
}

a.DeleteParagraph {
display: block;
height: 24px;
margin: 10px 0 0 120px;
padding : 3px 0 0 30px;
background: url('../images/delete24.gif') left center no-repeat;
font-weight: bold;
text-decoration: none;
color: red;
cursor: pointer;
}

div.blockLangInput {
width: 510px;
margin: 5px 0 0 0;
}

ul.ParagraphLanguageTab {
float: left;
width: 43px;
margin: 0;
border-left: 1px solid #000099;
}

ul.ParagraphLanguageTab li {
width: 40px;
float: left;
margin-bottom: -1px;
border-top: 1px solid #000099;
border-bottom: 1px solid #000099;
}

ul.ParagraphLanguageTab li.bg {
background: #c0c0c0;
border-right: 2px solid #000099;
border-top: 1px solid #000099;
border-bottom: 1px solid #000099;
margin-right: -1px;
}

ul.ParagraphLanguageTab li.current {
background: none;
border-left: 1px solid #000099;
border-top: 2px solid #000099;
border-bottom: 2px solid #000099;
}

ul.ParagraphLanguageTab li a {
display: block;
float: left;
width: 35px;
cursor: pointer;
}

div.textareaInputs {
float: left;
width: 462px;
border-top: 2px solid #000099;
border-bottom: 2px solid #000099;
border-right: 2px solid #000099;
margin: 0 0 0 -2px;
}

