/* CSS Document */
body {
background-color: #ffffff;
font-family: Arial, sans-serif;
margin-top:35px;
background-image:url(fond.jpg);
	background-repeat:repeat-x;
	
}
/*==========================================*/

#conteneur
{
	position:absolute;

/* pour centrer l'interface                     */
	left:50%;
	margin-left:-480px;

/* ne doit pas s'afficher sous IE Mac         
	top:50%;
	margin-top:-250px;  */

	width:960px;
	min-height:750px;
	_height:750px;

	color:#543863;
	/*border:1px solid #000000;*/
	/*background-image:url(fond.jpg);
	background-repeat:repeat-x;
	background-image:url(transp.png);*/
	
}
#conteneur2
{
	position:absolute;

/* pour centrer l'interface                     */
	left:50%;
	margin-left:-480px;

/* ne doit pas s'afficher sous IE Mac         
	top:50%;
	margin-top:-250px;  */

	width:960px;
	min-height:750px;
	_height:750px;

	color:#000000;
	border:1px solid #000000;
	background-image:url(fond.jpg);
	background-repeat:repeat-x;
}
#conteneur3
{
	position:absolute;

/* pour centrer l'interface                     */
	left:50%;
	margin-left:-480px;

/* ne doit pas s'afficher sous IE Mac         
	top:50%;
	margin-top:-250px;  */

	width:960px;
	min-height:850px;
	_height:850px;

	color:#543863;
	/*border:1px solid #000000;*/
	/*background-image:url(fond.jpg);
	background-repeat:repeat-x;*/
	background-color:#FFFFFF;
}

#contenu {
	position:relative;
	width:900px;
	height:522px;
	/*background-image:url(fond2.png);
background-repeat:no-repeat;
border: 2px solid #f4a02f;*/
	margin-top:-30px;
	padding:10px;
	font-size:11px;
	text-align:justify;
}
#contenu3 {
	position:relative;
	width:900px;
	height:650px;
	/*background-image:url(fond2.png);
background-repeat:no-repeat;
border: 2px solid #f4a02f;*/
	margin-top:-30px;
	padding:10px;
	font-size:11px;
	text-align:justify;
}
#concours {
position:relative;
width:800px;
height:440px;
/*background-image:url(fond2.png);
background-repeat:no-repeat;
border: 2px solid #f4a02f;*/
margin-left:80px;
margin-top:-30px;
font-size:11px;
text-align:justify;
}
#index {
height:470px;
font-size:12px;
background-color:#FFFFFF;
}
#index2 {
height:650px;
font-size:12px;
background-color:#FFFFFF;
}

#index .img {
float:left;
padding-right:25px;
padding-bottom:25px;
}

#acc_txt {
	position:absolute;
	width:432px;
	height:403px;
	top:32px;
	left:384px;
}

#liv_txt {
	position:absolute;
	width:432px;
	height:403px;
	top:-3px;
	left:379px;
	font-size:12px;
	text-align:justify;
}
#liv_txt3 {
	position:absolute;
	width:374px;
	height:403px;
	top:32px;
	left:-20px;
	font-size:12px;
	text-align:justify;
}
#concoursok {
	position:absolute;
	width:820px;
	height:403px;
	top:32px;
	left:-20px;
	font-size:12px;
	text-align:center;
}
#liv_txt2 {
	position:absolute;
	width:653px;
	height:50px;
	top:2px;
	left:90px;
	font-size:12px;
	text-align:justify;
}

.liv_titre {
	color: #D37943;
	font-size: 16px;
	font-weight: bold;
}
.liv_aut {
	color: #553965;
	font-weight: normal;
	font-size: 14px;
}

.liv_parution {
	color: #78C9DA;
	font-size: 16px;
	font-weight: bold;
	font-size:10px;
}

.input {
	border:1px solid #553964;
	color: #553964;
	width: 250px;
}
.input2 {
	border:1px solid #806092;
	color: #ffffff;
	background-color:#816193;
	width: 250px;
}
.input2:hover {
	border:1px solid #ED8D0C;
	background-color:#ED8D0C;
	color: #ffffff;
	width: 250px;
}
textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.aff_titre {
	color: #78C9DA;
	font-size: 16px;
}

.message {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EE744F;
}
.titre:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EE744F;
	text-decoration:underline;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-top:-20px;
	font-weight:bold;
}

.reglement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3366CC;
	text-decoration:none;
}

