@charset "UTF-8";
/* CSS pages */

.erreur {
	margin:10px;
	padding:5px;
	background:#FFEBE9;
	border:#C00 solid 1px;
	color:#C00;
}

.hide {
	display:none;
}

/*=== CONTENT ===*/
/*=============================================*/

#header1, #header2, #header3 {
	width:689px;
	height:36px;
	text-indent:-3000px;
	overflow:hidden;
	position:relative;
	z-index:2;
	top:-5px;
	left:230px;
}

#header1 {
	background:url(../images/elements/titre-01.jpg) no-repeat;
}

#header2 {
	background:url(../images/elements/titre-02.jpg) no-repeat;
}

#header3 {
	background:url(../images/elements/titre-03.jpg) no-repeat;
}

/*=== IDENTIFICATION ===*/
/*=============================================*/

#blocIdentification {
	width:787px;
	height:307px;
	background:url(../images/elements/blocLarge-01.jpg) no-repeat;
	margin:0 auto;
	color:#FFF;
}

#blocIdentification h3 {
	margin:20px 0;
	font-size:18px;
}

#blocIdentification p {
	margin:10px 30px;
	text-align:left;
}


#blocIdentification p label {
	display:block;
	width:150px;
	height:20px;
	line-height:20px;
	text-align:right;
	padding-right:5px;
	float:left;
}

#blocIdentification p input {
	border:#FFF solid 1px;
	background:#CCC;
	height:20px;
}

#blocIdentification a {
	margin-left:155px;
	text-decoration:none;
	color:#FFF;
}

#blocIdentification a:hover {
	text-decoration:underline;
}

#connect {
	margin-left:155px;
}

/*=== CATEGORIES / TITRES ===*/
/*=============================================*/

#blocTitres {
	width:787px;
	margin:0 auto;
	color:#FFF;
	position:relative;
	background:url(../images/elements/bkgTitres.jpg) repeat-y;
	padding-bottom:248px;
}

#blocTitres p {
	width:730px;
	height:20px;
	line-height:20px;
	background-color:#27B1D8;
	margin:5px 0;
}

#blocTitres .categorie {
	width:340px;
	margin:15px 0 15px 35px;
	float:left;
}

#blocTitres .cat {
	display:block;
	width:340px;
	height:154px;
	background:#1A6F96;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
}

#blocTitres .cat img {
	float:left;
	margin-right:10px;
	border: solid #FFF 2px;
}

#blocTitres .categorie a {
	display:block;
}

#blocTitres p {
	height:20px;
	line-height:20px;
	text-align:left;
	margin-left:30px;
}

.baseline {
	font-size:10px;
	font-style:italic;
}

.preview img {
	border:none;
}

#headerTitres {
	width:787px;
	height:26px;
	background:url(../images/elements/headerTitres.jpg) no-repeat;
	margin:0;
}

.retour {
	margin-top:10px;
}

.retour a {
	color:#FFF;
}

.retour a:hover {
	text-decoration:none;
}

.album {
	text-align:left;
	width:740px;
	height:34px;
	background:#1A6F96;
	margin:20px 0 0 20px;
	font-size:16px;
}

.album img {
	margin-right:5px;
	border: solid #FFF 1px;
	vertical-align:middle;
}

#footerTitres {
	width:787px;
	height:248px;
	background:url(../images/elements/footerTitres.jpg);
	margin:0;
	position:absolute;
	left:0;
	bottom:0;
	text-align:left;
}

.infos {
	width:300px;
	position:relative;
	left:340px;
	margin-top:20px;
	margin-bottom:-50px;
	text-align:center;
}

#valid {
	display:block;
	width:300px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background:#239AD2;
	margin-top:10px;
}

#valid:hover {
	color:#333;
}

.nb {
	background:none;
}

/*=== TELECHARGEMENT ===*/
/*=============================================*/
#blocTelechargement {
	width:787px;
	height:307px;
	background:url(../images/elements/blocLarge-03.jpg) no-repeat;
	margin:0 auto;
	color:#FFF;
	position:relative;
}

#blocTelechargement h3 {
	margin:35px 0 20px 0;
	padding-top:15px;
	font-size:18px;
}

#list1 {
	position:absolute;
	top:75px;
	left:100px;
}

#list2 {
	position:absolute;
	top:75px;
	left:450px;
}

#boutonDownload {
	position:absolute;
	left:230px;
	bottom:30px;
	display:block;
	width:300px;
	height:30px;
	line-height:30px;
	background-color:#667e0c;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#boutonDownload:hover {
	color:#333;
}