#centre {
    background-image: url("../img/img_proxeo_tv/photo_proxeo_tv.jpg");
    height: 625px;
    width: 1000px;
    position: relative;
}

#centre_contenu {
    position: absolute;
    top: 22px;
    left: 66px;
    width: 865px;
    height: 554px;
    background-image: url("../img/img_proxeo_tv/fond_proxeo_tv.jpg");
    background-repeat: no-repeat;
}

#centre_text {
    position: relative;
    margin-top: 0px;
    padding-left: 180px;
    padding-top: 90px;
    font-family: arial, verdana, sans-serif;
    color:#6c6c6c;
    font-size: 12px;
    height: 395px;
    width: 300px;
    float: left;
}
#spots {
    position: absolute;
    top: 155px;
    left: 110px;
    width: 630px;
}
#centre_contenu #a_gagner {
    position: absolute;
    top: 99px;
    left: 633px;
    width: 202px;
    height: 356px;
    background-image: url("../img/img_proxeo_tv/a_gagner.jpg");
    background-repeat: no-repeat;
}
#solutions {
    margin: 0px;
    position: absolute;
    top: 500px;
    left: 20px;
}
#gagnants {
    margin: 0px;
    position: absolute;
    top: 505px;
    left: 450px;
    width: 400px;
}
#gagnants a{
    text-transform: uppercase;
    color: #245990;
    font-size: 13px;
    font-weight: bold;
	text-decoration:underline;
}
#je_joue {
    padding: 280px 0px 0px 0px;
    margin: 0px;
}
#lire_reglement {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}
#centre_text p {
    margin: 0;
}

#centre_text h1 {
    text-align: center;
    width: 630px;
    position: absolute;
    top: 120px;
    left: 0px;
    font-family: Arial, verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #827C75;
    margin: 0px 0px 0px 0px;
}
#centre_text #jeu {
    border-bottom: 1px solid #CCCCCC;
    width: 750px;
    left: 50px;
    padding-bottom: 10px;
}
#centre_text h2 {
    text-transform: uppercase;
    color: #245990;
    font-size: 13px;
    font-weight: normal;
}
#btn-form {
    border-top: 1px solid #CCCCCC;
    width: 750px;
    left: 50px;
    position: absolute;
    top: 450px;
    padding-top: 10px;
}
#table-valider {
    left: 210px;
    position: absolute;
    top: 10px;
    color: #245990;
}
#table-valider td {
    vertical-align: middle;
}
#table-valider a:link, #table-valider a:visited {
    color: #245990;
    font-size: 12px;
}
.formenquete {
    width: 230px;
    top: 170px;
}
.formenquete td {
    color: #245990;
}
#form1 {
    position: absolute;
    left: 100px;
}
#form1 table {
    width: 262px;
    text-align: right;
}
#form1 table td {
    padding: 0px 0px 5px 20px;
}
#form2 {
    position: absolute;
    left: 400px;
}
#form2 table {
    width: 222px;
    text-align: left;
}
#form2 table td {
    padding: 0px 0px 5px 0px;
}
#revoir-videos {
    position: absolute;
    top: 190px;
    left: 600px;
}
#confirm {
    position: absolute;
    top: 190px;
    left: 80px;
    width: 500px;
}
#col_droite {
    float: right;
    width: 530px;
    margin-top: 24px;
    border: solid 1px black;
}

.savoir_plus, .savoir_plus a {
	font-family: Arial, verdana, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	color:#1b5a9b;
	margin: 0;
	text-decoration: underline;
}

.text_gras_gris{
	font-family: arial, verdana, sans-serif;
	color:#6c6c6c;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.para_central{
	font-family: arial, verdana, sans-serif;
	color:#1b5a9b;
	font-size: 12px;
}

.bouton_action_centre_1 {
    background-image: url('../img/img_proxeo_tv/bt_solution_proxeo_tv_off.gif');
    background-repeat: no-repeat;
    width: 199px;
    height: 41px;
	float: left;
}

.bouton_action_centre_1:hover, #bouton_action_centre a:hover.bouton_action_centre_1 {
    background-image: url('../img/img_proxeo_tv/bt_solution_proxeo_tv_on.gif');
    background-repeat: no-repeat;
    width: 199px;
    height: 41px;
	float: left;
}

#confirmation_contact {
    background-color: #99FF99;
	border: 1px solid #406741;
	padding: 5px;
	margin: 0 0 4px 0;
	font-family: arial, verdana, sans-serif;
    font-size: 11px;
	width: 90%;
	text-align: center;
}

/* Error Notification  */
#alertMessagePlaceHolder {
    background-color: #FFCCCC;
    border: 1px solid #F00;
    padding: 5px;
    display: none;
    margin: 0px 0px 0px 0px;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    width: 90%;
    text-align: center;
    position: absolute;
    top: 140px;
    left: 200px;
}
.errMsg {
    display: none;
    margin: 10px;
}
.col_droite .errFld {
    border: solid 2px red;
}