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

#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:650px;
	_height:650px;

	color:#543863;
	/*border:1px solid #000000;*/
	background-image:url(fond2.jpg);
	background-repeat:repeat-x;
	/*background-color:#e3e1d2;*/
}
#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;
}


#contenu {
	position:relative;
	width:800px;
	height:522px;
	/*background-image:url(fond2.png);
background-repeat:no-repeat;
border: 2px solid #f4a02f;*/
margin-left:70px;
	margin-top:-30px;
	padding:10px;
	font-size:11px;
	text-align:justify;
}
#contenu3 {
	position:relative;
	width:800px;
	height:600px;
	/*background-image:url(fond2.png);
background-repeat:no-repeat;
border: 2px solid #f4a02f;*/
margin-left:50px;
	margin-top:-50px;
	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;
}

#auteurs {
	background-color:#FFFFFF;
	width:800px;
	height:480px;
	overflow:auto;
	font-size:12px;
	text-align:justify;
	margin-right:30px;
}

#index {
background-color:#FFFFFF;
height:440px;
font-size:12px;
text-align:justify;
}
#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:32px;
	left:384px;
	font-size:12px;
	text-align:justify;
}
#liv_txt2 {
	position:absolute;
	width:653px;
	height:50px;
	top:2px;
	left:90px;
	font-size:12px;
	text-align:justify;
}

.liv_titre {
	color: #78C9DA;
	font-size: 16px;
	font-weight: bold;
}
.liv_aut {
	color: #72813E;
	font-weight: bold;
	font-size: 14px;
}

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

.input {
	border:1px solid #88c09c;
	color: #78C9DA;
	width: 250px;
}
.input2 {
	border:1px solid #88c09c;
	color: #ffffff;
	background-color:#88c09c;
	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;
}
.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;
}

