body 
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}  



.container2
{
	 background-color: #555555;
	 /*  display:block;*/
		width: 100%;
		height: 100%;
		position : absolute;
		opacity: 0.7;
 z-index : 3;
}


.transformation {

position : relative;
z-index: 10;
}

/*

@keyframes bounceIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
  transform: scale(1);
	opacity: 0.7;
	 
	
  }
}
*/

.bandeaurouge 
{
	background-color: #ed1d24;
	width: 100%;
	height: 70px;
	/*line-height:80px;*/
	/*position: absolute;*/
	position : relative;
	/*top: 10px;*/
	text-align: center;
	
}

.red
{
	 color: #ed1d24;
}

 /* unvisited link */
#barrephoto a:link {
  color: #fcfcfc;
  text-decoration: none;
}

/* visited link */
#barrephoto a:visited {
  color: #fcfcfc;
  text-decoration: none;
}

/* mouse over link */
#barrephoto a:hover {
  color: #AAAAAA;
  text-decoration: none;
}

/* selected link */
#barrephoto a:active {
  color: #fcfcfc;
  text-decoration: none;
} 

.left-menu {
	position: relative;
	float:left;
	font-family: Cambria;
	font-size: 25px;
	color:#F30E12;
	width: 200px;
	height: 200px;
	margin-top:120px;
	margin-left:20px;
	margin-right:auto;
	/*background-color:#000000;*/
	display:block;
}

.ligne {
	position: relative;
	font-family: Cambria;
	font-size: 20px;
	/*background-color:#000000;*/
	color: #c8c8c8;
	width: 100%;
	height: auto;
	/*margin-top: 50px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.ligne_logo {
	position: relative;
	font-family: Cambria;
	font-size: 20px;
	/*background-color:#000000;*/
	width: 100%;
	/*padding: 10px 0px 0px 5px;*/
	/*margin-top: 50px;*/
	/*margin-left: 20px;*/
	/*margin-right: auto;*/
	display: block;
}

.bienvenue
{
	font-family: open-sans;
	font-size: 32px;
	color: #ffffff;
	font-style: normal;
	font-weight: 500;
	vertical-align:middle;
	
}

.bienvenuepublic
{
	font-family: open-sans;
	font-size: 32px;
	color: #ff0000;
	font-style: normal;
	font-weight: 500;
	vertical-align:middle;
	
}

.legende3
{
	background-color: #ff0000;
	position: relative;

	width: 100%
	height: 35px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: auto;
	left: 0px;
	right: 0px;
	color: #ffffff;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}


.menu-gauche
{
	position: relative;
	width: 150px;
	height: 500px;
	border-width:3px;
	border-style:solid;
	border-color: red;
	
	top: 0px;
	left : 50px;
	display: block;

}


.menu-gauche-zoom
{
	background-color: #ffffff;
	position: relative;
	width: 150px;
	height: 500px;
	border-width:3px;
	border-style:solid;
	border-color: red;
	
	top: 0px;
	left : 50px;
	display: block;
	opacity:0.6;
	z-index:6;
}

.table-menu td
{
	padding : 5px;
}

.calendrier
{
	position: relative;
	width: 250px;
	height: 250px;
	border-width:1px;
	/*border-style:solid;
	border-color: black;*/

	top: 0px;
	margin : 0 auto;
	display: block;
}

.calendrier2
{
	position: relative;
	width: 250px;
	height: 230px;
	border-width:1px;
	/*border-style:solid;
	border-color: black;*/

	top: 10px;
	margin : 0 auto;
	display: block;
}

.numcam
{
	position: relative;
	width: 250px;
	height: 50px;
	border-width:1px;
	/*border-style:solid;
	border-color: black;*/

	top: 0px;
	margin : 0 auto;
	display: block;
}