@import "lightbox.css";


body {
color:#666666;
font-family:Arial;
font-size:11px;
line-height:16px;
text-align:center;

margin:0;
}

img { border:none; margin:0; }

a {
color:#9a7f82;
}

a:hover { text-decoration:none; }

#header {
height:296px;
background:#483030 url(images/bg_top.gif) repeat-x bottom;
border-bottom:solid 5px #d8c0c0;
margin:0;
border-top:solid 1px #483030;
}

#main {
min-height:300px;
text-align:left;
margin:auto;
width:766px;;
overflow:auto;
padding-bottom:35px;
}

#left {
float:left;
clear:none;
position:relative;
margin:35px 25px 0 45px;
border:solid 1px #cccccc;
width:380px;
min-height:50px;
padding:2px;
}

#left #img { }
#left div.txt { padding:15px; text-align:justify; }

#right {
position:relative;
float:left;
clear:none;
margin:5px 45px 0 25px;
width:235px;
min-height:50px;
padding-top:35px;
color:#8c8c8c;
}

#right ul.domaines {
margin-left:20px;
padding:0;
line-height:20px;
}

#right ul.domaines a {
color:#9a7f82;
text-decoration:none;
}

#right ul.domaines li {
list-style-image:url(images/right_li.gif);
padding:0 0 5px 0;
margin-top:5px;
border-bottom:solid 1px #d8d8d8;

}


#footer {
background:#483030;
min-height:30px;
padding:28px 0;
color:#9a7f82;
}

#footer a {
color:#9a7f82;
}


#logo {
margin-top:32px;
}


a.nodeco { text-decoration:none; }

h1 { color:#786060; font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; font-style:italic; font-weight:normal; line-height:25px; }
h1.underline { width:100%; border-bottom:dotted 1px #9a7f82; padding-bottom:10px; color:#9a7f82; }


.brown { color:#9a7f82; }








/* --------------- */


/* error box */
.message_stack {
	position: relative;
	margin-top:20px;
	font-size:11px;
	padding-bottom:20px;
	border:dotted 1px #cccccc;
	padding:15px;
}
.message_stack:hover {
}

.message_stack_success {
	color:#14b357;
}

.message_stack_error {
	color:#ed1c24;
}
.message_stack_warning {
	color:orange;
}

.message_stack_title {
	color:#333333;
	font-size: 13px;
	font-weight:bold;
	margin:5px 0 5px 0;
}



table.contact_table {


}

table.contact_table tr {
margin:10px 0;
}

table.contact_table tr td {
vertical-align:top;
padding-bottom:13px;
text-align:left;
}

p.indent {
padding-left:20px;
}

ul {
text-align:left;
}

li {
list-style-type:circle;
padding:3px 0;
}

.header_small {
font-size:14px;
}

/* forms */


/*
input[type=text], input[type=password], select, textarea {
padding:3px;
font-size:12px;
background:#FCFCFF;
border:solid 1px #34aeaf;
font-family:Arial;
color:#333333;
}

input[type=submit], input[type=button] {
border:solid 1px #c8c8c8;
font-size:12px;
font-weight:bold;
text-align:center;
color:#dae4ec;
font-family:Arial;
background:#5191cd;
padding:0 8px;
cursor:pointer;
}*/

