﻿/* CSS Document */
@import url("base.css");

#corps{
padding-left:30px;
padding-right:25px;
padding-bottom:42px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#913770;
}
#corps.fluide{
height:auto;
}
#corps h2{
font-size:1.8em;
font-weight:normal;
float:left;
}
#corps span.txt{
color:#e10162;
}
#corps img{
float:right;

margin-right:15px;
}
#corps table {
clear:both;
width:800px;
border:0;
margin-top:15px;
font-size:1.4em;
/*border:1px dotted #444444;*/
margin-bottom:30px;
}
th{
color:#e20060;
text-align:left;
padding-left:10px;
}
#corps table th {
height:26px;
font-weight:bold;
border-right:1px dotted #444444;
}
#corps table .noBorder {
border-right:none;
}
#corps table td {
padding:8px 12px;
border-right:1px dotted #444444;
border-top:1px dotted #444444;
width:auto;
}
#corps table tr {
padding:10px 12px;
}
table th.colCon,table td.colCon {
color:#ff8043;
background:transparent url(../img/contact/bg_td.gif);
}
#corps table td a{
color:#913770;
font-size:1em;
border-bottom:1px dotted #913770;
}
#corps table td a:hover{
border-bottom:1px solid #913770;
}
a.alternContact{
color:#e20060;
border-bottom:1px dotted #e20060;
}
a:hover.alternContact{
border-bottom:1px solid #e20060;
}
