/* default styles*/

html, body, * {
/*margin: 0 0 0 0;
padding: 0 0 0 0; */
}

body {
background-color: #f1eff6;
color: #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
}
img {
border:0;
/*display:block;*/
}
a {
color: #7f56a1;
}

p.erreur {
clear:both;
text-align:center;
padding: 10px 20px 10px 20px;
background:#666666;
color:#FFFFFF;
font-weight:bold;
border: #ff0000 1px solid;
}


/* layout global */
body {
/*text-align: left;*/
}
#conteneur {
margin: 0 auto;
width: 920px;
text-align: left;
background-color: #ffffff;
}


#header {
height: 130px;
background:url('../images/Bg-header.gif') top left no-repeat;
}
div#menu {
height: 36px;
background:url('../images/Bg-menu.png') top left no-repeat;
}
#langues {
float:right;
margin-right: 35px;
padding: 0 0 0 0;
}
#langues img {
float:left;
margin: 12px 10px 0 0;
padding: 0 0 0 0;
}
#breadcrumb {
margin: 0 40px 0 40px;
border-bottom: #ccc 1px dashed;
}
#breadcrumb p {
color: #999999;
line-height: 28px;
padding:0;
margin:0;
}
#breadcrumb p a{
color: #999999;
text-decoration:none;
}
#breadcrumb p a:hover{
color: #666666;
text-decoration:underline;
}
#breadcrumb p#outils {
float:right;
padding: 0 0px 0 0 ;
margin: 0;
line-height: 28px;
}
#breadcrumb p#outils img {
float:left;
margin: 5px 5px;
}
#contenu, #contenu-accueil
 {
 background-color:#FFFFFF;
background: url('../images/Bg-content.png') no-repeat;
height: auto !important;
height: 580px;
min-height: 580px;
padding: 0 40px 0 40px;
}
#droite {
float:right;
width: 620px;
padding-top: 20px;
}
#gauche {
float:left;
width: 200px;
padding-top: 20px;
}

#contenu-accueil #droite {
float:right;
width: 380px;
padding-top: 20px;
}
#contenu-accueil #gauche {
float:left;
width: 440px;
padding-top: 20px;
}
#texte {
padding: 10px 15px 10px 15px;
}
#bottom {
clear: both;
background-color:#FFFFFF;
background: url('../images/Bg-footer.png') top left no-repeat;

}
#bottom p {
text-align:center;
color:#7F56A1;
}
#bottom p a {
text-decoration:none;
}


/* menu haut */
#lien-logo {
float:left;
}
ul#menuhaut {
list-style-type: none;
float:right;
}
ul#menuhaut li {
display:inline;
float:left;
display:block;
width: 115px;
padding-left:20px;
padding-top: 35px;
font-size: 12px;
font-weight: bold;
color:#000000;
}
ul#menuhaut li a {
text-decoration:none;
color:#000000;
}
ul#menuhaut li span.bleu {
color: #00a0c6;
}

/* langues */
#langues-home a, #langues a {
font-size: 0.9em;
text-decoration: none;
line-height: 23px;
color:#000000;
}

/* footer */
#lien-vdf {
float:left;
}
#menufooter {
float:right;
font-size: 0.9em;
color:#000000;
padding-top: 35px;
padding-right:20px;
}
#menufooter a {
text-decoration: none;
color:#000000;
}
#menufooter a:hover {
text-decoration: underline;
}

/* styles de texte */
h1 {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 24px;
margin-bottom: 10px;
font-weight:normal;
}
h2{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 14px;
margin-bottom: 5px;
margin-top: 15px;
color:#7f56a1;
}
h3, h4, h5, h6 {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-bottom: 5px;
margin-top: 15px;
color:#000;
}
h2.date {
font-size: 1.4em;
font-weight: bold;
padding-left: 50px;
margin-bottom: 20px;
}
h2.date span.bleu {
color: #00a0c6;
}
p, td {
margin: 5px 0px 5px 0px;
}

/* formulaire de contact */

form.inscription label {
width:20em;
float:left;
text-align:right;
padding-right:18px;
padding-top:0px;
padding-bottom:0px;
margin-top:0px;
margin-bottom:0px;
}
form.inscription fieldset {
margin-left: 20px;
margin-right: 20px;
border:#666666 1px solid;
}
form.inscription legend {
font-weight: bold;
}
form.inscription textarea {
width:250px;
height:5em;
font-family:sans-serif;
font-size:small;
background:#fff;
border:1px solid #666666;
padding:1px;
}
form.inscription textarea:focus {
border:1px solid #b3dc10;
}
form.inscription input {
width:150px;
background:#fff;
border:1px solid #666666;
padding:1px;
margin-top:0px;
margin-bottom:0px;
}
form.inscription input.check {
width:auto;
background:#fff;
border:1px solid #666666;
padding:1px;
margin-top:0px;
margin-bottom:0px;
}
form.inscription input:focus {
border:1px solid #b3dc10;
}
form.inscription input.bouton {
background:#604178;
border:1px solid #604178;
padding:1px;
margin-top:0px;
margin-bottom:0px;
font-weight: bold;
width: 150px;
}


/* formulaires */

p.formulaire {
padding-top:0px;
padding-bottom:0px;
margin-top:2px;
margin-bottom:2px;
}

p.formulaire label {
    float:left;
    width:200px;
	text-align:right;
    margin: 0px 0px 16px 10px;
}

p.formulaire input {
    /*float:right;*/
    width:60% !important;
    margin: 0px 0px 10px 10px;
}
textarea {
    width:60% !important;
}

p.formulaire-list {
    padding-left: 250px;
}

p.formulaire-list label.for-radio {
    float:none;
    margin: 0px 0px 16px 10px;
}

p.formulaire-list label {
    float:left;
    width:200px;
}

p.formulaire-list input {
    float:none;
    width: 1em !important;
}

/* tableau programme */
table.programme th {
background: #5c5c5c;
padding: 3px 0 3px 0;
text-align: center;
}
table.programme td {
border-bottom: #5c5c5c 1px solid;
padding: 3px 10px 3px 10px;
vertical-align: top;
}

p.fondvert {
background:#B3DC10;
font-weight: bold;
color:#000000;
font-size: 1.2em;
text-align:center;
padding: 2px 10px 2px 10px;
}
span.fondvert {
background:#B3DC10;
font-weight: bold;
color:#000000;
padding: 0px 5px 0px 5px;
}
.titrevert {
color:#B3DC10;
font-weight: bold;
}
p.decale {
padding-left: 50px;
}

/* plan du site */

#plan ul li {
    margin-left:10pt;
    margin-bottom: 2px;
}

/* menu 2eme niveau */

#menugauche {
list-style-type:none;
border-right: #e0dfd8 1px solid;
padding:0 0 0 0;
margin: 0 0 0 0;
}
#menugauche a {
    color:#666;
	text-align:right;
	font-family:trebuchet MS;
	font-size: 12px;
	display:block;
	margin: 0 10px 0 0;
	padding: 2px 20px 2px 0px;
	text-decoration: none;
	background: url('../images/puce-menugauche.png') right center no-repeat;
}
#menugauche a:hover {
    color:#000;
	background: url('../images/puce-menugauche-on.png') right center no-repeat;
}
#menugauche a.on {
    color:#000000;
	background: url('../images/puce-menugauche-on.png') right center no-repeat;
}


/* boite actu gauche */

a.lienactus {
color:#333;
text-decoration:none;
}
a.lienactus:hover {
color:#000;
text-decoration:underline;
}


/* contenu left et right  */

#content-left {
    /*width: 60%;*/
    float:left;
    
}

#content-right {
    /*overflow:scroll;
    height:400px;*/
    width: 200px;
    float:right;
}




/* intervenants */

td.intervenants-conteneur, #intervenants-wrapper {
	background-image: url('../images/Bg-intervenants-home.jpg');
	background-position: left top;
	background-repeat:repeat-x;
}
div.intervenant-detail {
	float:left;
	width: 100px;
	height: 152px;
	padding: 5px 10px;
	text-align: center;
}
div.intervenant-detail img {
	float:none;
}
#intervenants-wrapper a, #intervenants-wrapper-home a {
	color:#000000;
	text-decoration:none;
}
#intervenants-wrapper a:hover, #intervenants-wrapper-home a:hover {
	text-decoration:underline;
}
td.intervenant img {
	float:right;
	margin: 5px 10px;
}