/* /////////////////////// Acueil sans sondage ////////////////////////////////////////////////////////// */
div.tableaccueil {
        display:table;
        /* Joindre les bords des cellules */
        border-collapse:collapse;
        /* Forcer le tableau à prendre la largeur écran */
        width:841px;
        border:0px;
		padding-top : 20px;
}
div.traccueil {
        display:table-row;
		text-align:center;
		vertical-align:middle;
}
div.tdaccueil {
        display:table-cell;
        width:33%;
		float:left;	
		color:#666666;	
}
div.endaccueil {
        width:33%;
		color:#666666;
}


a.btn-reunion {
	width: 279px;
	height:204px;
	font-size:0px;
  	display: block;
	color:#479B39;
	background: url("../img/reunion_off.png") no-repeat;
}
a.btn-reunion:hover {
	background: url("../img/reunion_on.png") no-repeat;
}

a.btn-telephone {
	width: 279px;
	height:204px;
	font-size:0px;
  	display: block;
	color:#6BC620;
	background: url("../img/telephone_off.png") no-repeat;
}
a.btn-telephone:hover {
	background: url("../img/telephone_on.png") no-repeat;
}

a.btn-entretien {
	width: 279px;
	height:204px;
	font-size:0px;
  	display: block;
	color:#B5DF01;
	background: url("../img/entretien_off.png") no-repeat;
}
a.btn-entretien:hover {
	background: url("../img/entretien_on.png") no-repeat;
}

/* /////////////////////// Acueil avec sondage et/ou flash  ////////////////////////////////////////////////////////// */
a.btn-reunion-fr-mini {
	width: 279px;
	height:109px;
	font-size:0px;
  	display: block;
	color:#479B39;
	background: url("../img/reunion_mini_off_fr.png") no-repeat;
}
a.btn-reunion-fr-mini:hover {
	background: url("../img/reunion_mini_on_fr.png") no-repeat;
}

a.btn-telephone-fr-mini {
	width: 279px;
	height:109px;
	font-size:0px;
  	display: block;
	color:#6BC620;
	background: url("../img/telephone_mini_off_fr.png") no-repeat;
}
a.btn-telephone-fr-mini:hover {
	background: url("../img/telephone_mini_on_fr.png") no-repeat;
}

a.btn-entretien-fr-mini {
	width: 279px;
	height:109px;
	font-size:0px;
  	display: block;
	color:#B5DF01;
	background: url("../img/entretien_mini_off_fr.png") no-repeat;
}
a.btn-entretien-fr-mini:hover {
	background: url("../img/entretien_mini_on_fr.png") no-repeat;
}


a.btn-reunion-en-mini {
	width: 279px;
	height:109px;
	font-size:0px;
  	display: block;
	color:#479B39;
	background: url("../img/reunion_mini_off_en.png") no-repeat;
}
a.btn-reunion-en-mini:hover {
	background: url("../img/reunion_mini_on_en.png") no-repeat;
}

a.btn-telephone-en-mini {
	width: 279px;
	height:109px;
	font-size:0px;
  	display: block;
	color:#6BC620;
	background: url("../img/telephone_mini_off_en.png") no-repeat;
}
a.btn-telephone-en-mini:hover {
	background: url("../img/telephone_mini_on_en.png") no-repeat;
}

a.btn-entretien-en-mini {
	width: 279px;
	height:109px;
	font-size:0px;
  	display: block;
	color:#B5DF01;
	background: url("../img/entretien_mini_off_en.png") no-repeat;
}
a.btn-entretien-en-mini:hover {
	background: url("../img/entretien_mini_on_en.png") no-repeat;
}


/* ////////////////////// Barre Flash - Sondage /////////////////////////// */

div.barre-flash{
	background-image: url("../img/fond_sd.png");
	background-repeat:repeat-x;
	background-color: #999999;
	background-position: bottom;
	width:411px;
}

/* propriétés communes à l'ensemble des 4 coins */
#haut1, #bas1 {
height: 15px; width: 411px;
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
#haut1 {
background: url(../img/ht1.png);
}
#bas1 {
background: url(../img/bs1.png);
}

div.barre-floatmilieu{
	margin-left : 215px;
}



#cadre_sd { /* taille du cadre, à titre d'exemple */
	width: 841px;
	background-image:url(../img/fond_sd.png);
	background-repeat:repeat-x;
	background-color: #999999;
	background-position: bottom;
}

#cadre_sd_1 {
	width: 411px;
	height:100px;
	float:left;	
}

#cadre_sd_ct {
	background-image:url(../img/ct.png);
	background-repeat:repeat-y;
	/*padding-bottom:1px;*/
	display:table;
}

#cadre_sd_2 {
	margin-left:430px;
	width: 400px;
}

/* propriétés communes à l'ensemble des 4 coins */
#hautsd, #bassd {
height: 15px; width: 841px;
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
#hautsd {
background: url(../img/ht.png);
}
#bassd {
background: url(../img/bs.png);
}

#contenu_gg1 {
float : left;
width : 100px;
}

#contenu_dd1 {
width : 300px;
margin-left:100px;
color:#FFFFFF;
}

#contenu_gg2 {
float : left;
width : 100px;
}

#contenu_dd2 {
width : 300px;
margin-left:100px;
color:#FFFFFF;
}

#contenu_dd p {
color: white;
margin: 0.5em; /*gestion des espaces interparagraphes */
}
div.tablesdg {
        display:table;
        /* Joindre les bords des cellules */
        border-collapse:collapse;
        /* Forcer le tableau à prendre la largeur écran */
        width:400px;
        border:0px;
}
div.trsdg {
        display:table-row;
		vertical-align:middle;
}
div.tdsdg {
        display:table-cell;
        width:33%;
		float:left;	
}
div.endsdg {
        width:50%;
}


fieldset.sondage{
	border:0px;
	color:#FFFFFF;

}

.buttonImgsdg {
	width: 100px;
	height: 24px;
	border: none;
	cursor: pointer;
	color:#FFFFFF;
	font-weight:bold;
	background: url("../img/bt_sondage.png") no-repeat left ;
}

.droite-sondage{
	text-align:right;
	font-weight:bold;
}

div.legendsd{
	color:#FFFFFF;
	font-weight:bold;
	width:300px;
}

a.blanc_reagir {
	background: url("../img/bt_reagir.png") no-repeat 0 0 ;
	padding:5px 10px 5px 13px;
	text-align:center;
	color:#333333;
}

/*//////////////////// English ///////////////////////////////*/
div.barre-english{
	background-image: url("../img/fond_sd.png");
	background-repeat:repeat-x;
	background-color: #999999;
	background-position: bottom;
	width:411px;
	font-size:150%;
	text-align:center;
}