
/* General */
* {
font-style:normal;
font-family: Arial, sans-serif;
font-size: 12px;
color: #000000;
padding: 0px;
margin: 0px;
border: 0px none;
}
form {}
body {
background-color: #cccccc;
}
input.text {
border: 1px solid;
border-color:#B2B461;
}
.texterror {
border: 2px solid;
border-color: red;
}
#conn_link {
position: absolute;
top: 0px;
left: 965px;
}
#conn_link a {
text-decoration: none;
color: white;
}
input[type='radio'] {
margin: 0px 5px 0px 5px;
}
input[type='checkbox'] {
margin: 0px 5px 0px 5px;
}
select {
border: 1px solid;
border-color:#B2B461;
}
textarea {
border: 1px solid;
border-color:#B2B461;
}
select {
border: 1px solid;
border-color:#B2B461;
}
input.submit {
color: #fff;
/*border:1px solid black;*/
background-color: #666C30;
width:150px;
}
* div {}
div.invisible {
display: none;
}
div.print_only {
display: none;
}
div.errmsg p {
color: red;
background: url(/efy/images/gifs/error.png) no-repeat left;
padding: 2px 0px 0px 25px;
}
div.infomsg p {
background: url(/efy/images/gifs/info.png) no-repeat left;
padding: 2px 0px 0px 25px;
}
h1 {
vertical-align: middle;
width: 730px;
height: 20px;
color: white;
font-size: 16px;
font-weight: bold;
margin: 14px 0px 5px -5px;
padding: 4px 0px 2px 15px;
background: #B2B461 url(/efy/images/gifs/h1_corner.gif) no-repeat top left;
}
h2 {
width: 730px;
color: #666C30;
font-size: 16px;
font-weight: normal;
padding: 5px 0px 5px 5px;
margin-top: 9px;
margin-bottom: 5px;
}
h2.bigh2 {
width: 730px;
color: #B2B461;
font-size: 30px;
font-weight: normal;
padding: 5px 0px 5px 5px;
margin-top: 9px;
margin-bottom: 5px;
}
h2.nested, h3.nested {
width: auto;
padding-left: 0;
}
h3 {
width: 730px;
color: #666C30;
font-weight: normal;
padding: 5px 0px 5px 5px;
}
div.normal {
width: 730px;
padding-left: 5px;
padding-bottom: 10px;
text-align: justify;
}
div.normal_nested {
width: auto;
padding-left: 0;
padding-bottom: 10px;
text-align: justify;
}
div.note {
font-size: 10px;
color: #666C30;
width: 730px;
padding-left: 5px;
text-align: justify;
}
div.normal:hover, div.normal_nested:hover {
color: #666C30;
}
div.adresse {
padding: 5px 5px 5px 5px;
margin: 0px 0px 10px 10px;
}
span.bold {
font-weight: bold;
}
div.normal ul, div.normal_nested ul {
margin: 5px 0px 0px 25px;
list-style-type: square;
list-style-image: url(/efy/images/gifs/bullet.png);
}
div.normal li:hover, div.normal span:hover, div.normal_nested li:hover, div.normal_nested span:hover {
color: #666C30;
}
div.normal ol, div.normal_nested ol {
margin: 5px 0px 0px 30px;
list-style-type: decimal;
}
strong:hover {
color: #666C30;
}
div.normal a:link, div.normal a:visited, div.normal_nested a:link, div.normal_nested a:visited {
text-decoration:underline;
}
div.normal a:hover, div.normal a:active, div.normal_nested a:hover, div.normal_nested a:active {
color: #666C30;
text-decoration:none;
}
a.video {
display:block;
width:360px;
height:280px;
margin: 15px 0 15px 0;
}

/* Main Container */
#tableau {
width: 984px;
background-color: #ffffff;
padding-bottom: 5px;
border-top: /*20*/4px solid black;
}

#banner {
width: 984px;
height: 125px;
}

/* Menu */
#left {
float: left;
width: 210px;
text-align: center;
background: #666C30 url(/efy/images/gifs/menu_corner.gif) no-repeat bottom right;
padding: 10px 0px 80px 0px;
}
#menu {
width: 200px;
margin: 15px 0px 5px 5px;
text-align: left;
}
#menu ul {
list-style: none;
}
#menu li a {
height:24px;
text-decoration:none;
}
#menu li a.menu_item:link, #menu li a.menu_item:visited {
color: white;
display: block;
background: url(/efy/images/gifs/menu.gif);
padding: 8px 0 0 21px;
}
#menu li a.menu_item:hover {
color: #000000;
background: url(/efy/images/gifs/menu.gif) 0 -32px;
padding: 8px 0 0 21px;
}
#menu li a.menu_item:active {
color: #000000;
background: url(/efy/images/gifs/menu.gif) 0 -64px;
padding: 8px 0 0 21px;
}
#menu li a.menu_item_selected {
color: #000000;
font-weight: bold;
display: block;
background: url(/efy/images/gifs/menu.gif) 0 -64px;
padding: 8px 0 0 21px;
}

/* Body - middle column */
#main {
float: left;
text-align: left;
font-size: 12px;
color: #000000;
width: 745px;
padding-left: 20px;
background: url(/efy/images/gifs/main_corner.gif) no-repeat top left;
}

/* Right Column */
#right {
float : right;
width: 185px;
text-align: center;
font-size: 12px;
color: #ffffff;
padding-right: 5px;
vertical-align: bottom;
}

/* Bottom of table */
#foot {
clear: both;
text-align: center;
color: white;
}

/* Footer */
#legal {
clear: both;
width: 984px;
text-align: center;
font-size: 10px;
color: white;
margin-top: 4px;
padding: 3px 0px 3px 0px;
background-color: #B2B461;
border-bottom: 2px solid #40423d;
}
#legal a {
font-size: 10px;
color: white;
}

/* Inscriptions */
#d_inscr {}
#d_inscr ul {
list-style: none;
padding:0px 0px 5px 0px;
}
#d_inscr li {
display: block;
padding: 6px 0 0 10px;
}
#d_inscr div.inscr_errmsg {
color: red;
height:auto;
font-size: 10px;
display:none;
}
#d_inscr div.inscr_info {
background: url(/efy/images/gifs/info.png) no-repeat left;
padding-left: 25px;
}

/* Login */
#form_conn {}
#form_conn ul {
list-style: none;
padding:0px 0px 5px 0px;
}
#form_conn li {
display: block;
padding: 6px 0 0 10px;
}

/* Invation */
#form_invite {}
#form_invite ul {
list-style: none;
padding:0px 0px 5px 0px;
}
#form_invite li {
display: block;
padding: 6px 0 0 10px;
}

div.signature {
border: 1px solid black;
width: 300px;
height: 50px;
margin-bottom: 10px;
}

div.bonjour {
position: absolute;
top: 145px;
left: 850px;
height: 16px;
width: 120px;
}

/* Liste des participants */
table.plist_table {
background-color:#FFFFFF;
border: solid #666C30 3px;
width: 735px;
}
table.plist_table td {
padding: 5px;
border: solid #666C30 1px;
}
.plist_data {
text-align: right;
}
.plist_toprow {
text-align: center;
}
.plist_toprow_0 {
text-align: center;
background-color: #7796c4;
}
.plist_toprow_1 {
text-align: center;
background-color: #f1b2b5;
}
.plist_leftcol {
font-weight: normal;
text-align: left;
text-decoration: none;
}
.plist_1 {
background-color: #f1b2b5;
}
.plist_0 {
background-color: #7796c4;
}

/* Liste des transports */
table.tlist_table {
background-color:#FFFFFF;
border: solid #666C30 3px;
width: 735px;
}
table.tlist_table td {
padding: 5px;
border: solid #666C30 1px;
}
.tlist_data {
text-align: left;
}
.tlist_toprow {
text-align: center;
}
.tlist_toprow_0 {
text-align: center;
background-color: #7796c4;
}
.tlist_toprow_1 {
text-align: center;
background-color: #f1b2b5;
}
.tlist_leftcol {
font-weight: normal;
text-align: left;
text-decoration: none;
}
.tlist_1 {
background-color: #f1b2b5;
}
.tlist_0 {
background-color: #7796c4;
}

/* Conseillers */
#form_miniefy {}
#form_miniefy ul {
list-style: none;
padding:0px 0px 5px 0px;
}
#form_miniefy li {
display: block;
padding: 6px 0 0 10px;
}

/* Liens vers les autres sites */
#efy_europe_links {
width: 180px;
text-align: center;
padding: 10px 0px 0px 10px;
color: white;
}

/* Email individuel */
#form_email {}
#form_email ul {
list-style: none;
padding:0px 0px 5px 0px;
}
#form_email li {
display: block;
padding: 6px 0 0 10px;
}

/* Liste publique des participants */
table.pplist_table {
padding-top: 10px;
background-color:#FFFFFF;
width: 550px;
}
tr.pplist_toprow th {
padding: 2px 0 2px 5px;
font-weight: bold;
font-size: 14px;
background-color: #666C30;
color: #fff;
}
tr.pplist_toprow2 th {
padding-top: 4px;
font-weight: bold;
color: #666C30;
}
.pplist_leftcol {
padding-left: 4px;
width: 400px;
}

/* Liste publique des transports */
table.ptlist_table {
padding-top: 10px;
background-color:#FFFFFF;
width: 550px;
}
tr.ptlist_toprow th {
padding: 2px 0 2px 5px;
font-weight: bold;
font-size: 14px;
background-color: #666C30;
color: #fff;
}
tr.ptlist_toprow2 th {
padding: 4px 0 0 4px;
font-weight: bold;
color: #666C30;
}
tr.ptlist_toprow2 td {
padding: 4px 0 0 4px;
}
tr.ptlist_toprow2 td strong {
font-weight: bold;
color: #666C30;
}
.ptlist_leftcol {
padding-left: 4px;
width: 250px;
}
.ptlist_leftcol2 {
padding-left: 4px;
width: 250px;
font-size: 16px;
}

/* Trombinoscope */
table.trombi_table {
width: 735px;
margin-top: 8px;
}
table.trombi_table td {
text-align: center;
}
table.trombi_table th {
background-color: #666C30;
text-align: center;
color: white;
font-size: 16px;
font-weight: normal;
padding: 2px 0 2px 0;
}

