/* CSS Document */
body{
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	margin-bottom:10px;
	/*margin:0px;*/
	background: black url("../image/structure/fond_teste.gif") center repeat-y;
	/*background-color:#4B4C4C;*/
}
/* Bannière */
#banniere{
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 150px; /* On définit la hauteur de l'image */

	background: white url("../image/structure/banniere/banniere7_ITL2010_Rouge.jpg") center no-repeat;
	/*border-left: 2px solid #FB9217;
	border-right: 2px solid #FB9217;
	border-bottom: 2px solid #FB9217;*/
}

/* Bannière extensible */
#banniere_gauche{
	float: left; /* La première partie sera à gauche*/
	width: 200px; /* On définit la largeur de l'image */
	height: 150px; /* On définit la hauteur de l'image banniere3_test_01
	background-image:  url("../image/structure/banniere/banniere5_test_01.jpg");
	background-repeat: no-repeat; */
	/*margin-right: 0px; /*Pour que la partie 1 se colle à la 2.*/
}

#banniere_centre{
	width:auto; /* Se répétera sur la place qu'on lui donne. */
	height: 150px; /* On définit la hauteur de l'image */
	/*background:  url("../image/structure/banniere/Banniere150_02.jpg") center;*/
}

#banniere_droite{
	float: right; /* La dernière partie est à droite */
	width: 600px;
	height: 150px; /* On définit la hauteur de l'image 
	background:  url("../image/structure/banniere/banniere3_test_02.jpg") right no-repeat;*/
	/*margin-left : 0px; /*Pour que la partie 3 se colle à la 2.*/
}
#contenu{
	padding: 10px;
	height:250px;
	/*background-color: #FFFFFF;*/
	border-left: 2px solid #AE0000; /* orange:FB9217 */
	border-right: 2px solid #AE0000; /* bleu : 0042FF*/
	width:880px;
	background-color: white; /*url('../image/structure/david1.gif') bottom right no-repeat;*/

	/*border: 2px solid black;*/
}
html>body #contenu{
	height:auto;
	min-height:250px;

}
#pied_page{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:14px;
	padding: 10px;
	height:155px;
	width:880px;
	background-color:white;
	border-left: 2px solid #AE0000;
	border-bottom: 2px solid #AE0000;
	border-right: 2px solid #AE0000;
	
/*   
	border: 2px solid black;*/
}

.maskWindow{
	position:absolute;
	top:0;
	left:0;
	width:3000px;
	height:3000px;
	z-index:98;
	background-color:#999999;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7; 
}
.galeriePhotoWindow{
	position:absolute;
	top:0;
	left:0;
	background-color:#FFFFFF;
	border:2px solid blue;
	margin:10px;
	margin-left:100px;
	
	width:950px;
	height:600px;
	z-index:99;
	text-align:center;
	font-weight:bold;
}
#contenuGaleriePhoto{
	margin:0;
	padding:5px;
	width:940px;
	height:526px;
	
	overflow:auto;
}
.adminPanel{
	margin:4px;
	width:950px;
	border:2px solid blue;
}
.titleBar{
	background-color:#4776FC;
	margin:0;
	width:950px;
	height:25px;
	clear:both;
}
.titleBarTitle{
	text-align:left;
	color:#FFFFFF;
	padding-left:2px;
	padding-top:2px;
	float:left;
	font-weight:bold;
}
.titleBarText{
	text-align:left;
	padding-left:2px;
	padding-top:2px;
	
	float:right;
	color:#bbbbbb;
	font-size:14px;
	padding-right:5px;
}
.titleBarCloseButton{
	float:right;
	width:21px;
	height:21px;
	background-color:#DD0000;
	color:#FFFFFF;
	font-weight:bolder;
	border:2px solid #AA0000;
	text-align:center;
}
.titleBarCloseButton:hover{
	background-color:#FF0000;
	cursor:pointer;
}
.buttonBar{
	background:#858585 url(../image/structure/window/buttonBarBackground.gif) repeat-x top left;
	
	height:32px;
	width:948px;
	padding:1px;
	margin:0px;
	clear:both;
}
.button{
	padding-top:5px;
	margin:2px;
	background-color:#CCCCCC;
	color:#333333;
	width:150px;
	text-align:center;
	cursor:pointer;
	border-style:groove;
	border-width:2px;
	float:left;
}
.button:hover{
	cursor:pointer;
	color:#000000;
	background-color:#BBBBBB;
}
#administration{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: white;
	border-left:2px solid #6B6B6B;
	border-right:2px solid #6B6B6B;
	width:880px;
	padding:10px;
}
.statistique{
	border:1px solid black;
	background: #e1e1e1 url(../image/structure/fond_stat.jpg) bottom left repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	border:2px solid #0042FF;
}
.statistique_blank{
	border:1px solid black;
	background: #e1e1e1;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	border:2px solid #0042FF;
}

.acentrer{text-align:center;}
.centrer{margin:auto;}
.agauche{text-align:left;}
.adroite{text-align:right;}
.rouge{color:#FF0000;}
.petit{font-size:12px;}
.gras{font-weight:bold;}
.floatdroite{
	float:right;
	padding-right: 60px;
}
.floatgauche{
	float:left;
	padding-left: 40px;
	padding-top: 10px;
}
.blocdroite{
	float:right;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}
.blocgauche{
	float:left;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}
.lienlangue{
	color:#FFFFFF;
}
.lienadmin{
	color: #FFCC00;
	cursor:default;
}
.lienadmin:hover{
	cursor:default;
}
.stitre{
	font-size:20px;
	color:#999999;
	font-weight:bold;
}
.stitre_j{
	font-size:20px;
	color:#FFCC00;
	font-weight:bold;
}
hr {
	color:#0042FF;
	background-color:#AE0000;
	border-color:#AE0000;
}
h2 {
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight:100;
	 font-size:18px;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a.liens{}
a.liens:link {color:#AE0000;}
a.liens:visited {color: #AE0000;}
a.liens:hover {color: #FF0000;}
a.liens:active {color: #AE0000;}

a.lien_blanc{ font-weight:bold;}
a.lien_blanc:link {color:#FFFFFF;}
a.lien_blanc:visited {color: #FAFAFA;}
a.lien_blanc:hover {color: #FAFAFA;}
a.lien_blanc:active {color: #FFFFFF;}

a.stitre:link {color:#666666;}
a.stitre:visited {color: #666666;}
a.stitre:hover {color:#000000;}
a.stitre:active {color: #666666;}

a.lien_discret:link {color:#000000;}
a.lien_discret:visited {color: #000000;}
a.lien_discret:hover {color:#000000;}
a.lien_discret:active {color: #000000;}
