/* CSS Document */
/* Tag */
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	border: 0;
}
html{
	/*background: #000000 url(Image/bg2.jpg) repeat-y fixed center top;*/
}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000000 url(Image/bg.jpg) no-repeat fixed center top; 
	height: 100%;
}



h1{
	font:1.4em Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: normal;
	color:#92cee9;
	border-bottom:#3c4c63 1px solid;
}
h2{
	font:1.2em Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: normal;
	color:#ffffff;
	padding:3px;
	background-color:#46556c;
}
h3{
	
} 
h4{

}
b {
	color:#92cee9;	
}

strong {
	color:#92cee9;
}

a {
	color:#E8CD69;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
}

a:link {
	color:#E8CD69;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
}

a:visited {
	color:#E8CD69;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
}

a:active {
	color:#E8CD69;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
}

a:hover {
	color:#E8CD69;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:underline;
}



/* Boutons */


/* ID */
#header{
	position: relative;
	margin: auto;
	width: 954px;
}

#h_logo{
	background: url(Image/h_logo.jpg) no-repeat center top;
	width: 838px;
}

#t_contenu{
	background-image: url(Image/c_bg.gif);
	background-color: #31425b;
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	margin: auto;
	width: 954px;
}
#boite_alu{
	background-image: url(Image/alu_bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 423px;
	overflow:hidden;
	text-align: left;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-right: 3px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

#boite_alu hr{
	background: url(Image/alu_sep.jpg) center top;
	color: ;
	height: 2px;
	border: 0;
}

#boite_alu h1{
	text-align: center;
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #000;
}

#boite_alu h2{
	text-align: left;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #851a15;
}

#boite_alu a{
	text-align: right;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #851a15;
}

#footer{
	background-image: url(Image/f_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin: auto;
	width: 100%;
	height: 212px;
	text-align: center;
	overflow: hidden;
}

#copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;	
}

/* Dégradés */
#degrade{
	background-image: url(Image/deg_cont.gif);
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	margin: auto;
	width: 967px;
	height: 100%;
	text-align: center;
}

#deg_g1{
	background-image: url(Image/deg_g.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0px;
	left: -6px;
	width: 6px;
	height: 346px;
}

#deg_d1{
	background-image: url(Image/deg_d.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0px;
	left: 954px;
	width: 8px;
	height: 346px;
}

#masqueFade
{
	position: absolute;
	top: 0px;
	margin: auto;
}

img.png24 { filter:expression(applyPNGFilter(this)) }
#png24 { filter:expression(applyPNGFilter(this)) }

#contenu
{
	text-align:justify;
	color:#cbd0d6;
	font:0.88em Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height: 100%;
}
/*
#deg_g2{
	background-image: url(Image/deg_g2.gif);
	background-repeat: repeat-y;
	background-position: center middle;
	position: absolute;
	top: 655px;
	left: -6px;
	width: 6px;
	height: 100%;
}

#deg_d2{
	background-image: url(Image/deg_d2.gif);
	background-repeat: repeat-y;
	background-position: center middle;
	position: absolute;
	top: 655px;
	left: 954px;
	width: 8px;
	height: 100%;
}
*/

/* Class */
.img {
  border:2px solid #ffffff;
}


.titre1
{
	text-transform:uppercase;
	text-align:center
	color:#000000;
	font:1.5em  Georgia, "Times New Roman", Times, serif;
	
}
.titre2
{
	text-transform:uppercase;
	color:#851a15;
	font:1em  Georgia, "Times New Roman", Times, serif;
}

#divControl {position:relative;  }
#divCont    {position:relative;  clip:rect(0px 250px 210px 0px);}
#cellnouvelle { width: 160px; height: 400px; overflow: hidden; position:relative; }

.txt-erreur
{
	color:red;
}
