#page
{
	font-family: 'Raleway';
	width: 1000px;
	margin: 0 auto;
	opacity: 0.9;
}

/*Titre de la page*/
header
{
	background: #FFFFFF;
	height: 150px;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	font-size: 3em;
	border: 1px solid black;
}
.logo_DIATECHNIE
{
    height: 125px;
    width: 150px;
	display: inline-block;
	vertical-align: middle;
}

/*Barre de navigation*/
nav
{
	background: rgb(58, 142, 186);
	height: 50px;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.fixNavigation
{
	z-index: 9999;
	position: fixed;
	top: 0;
	border: 1px solid black;
	width: 998px;
}
#menu
{
	display: inline-block;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 1.5em;
	text-decoration: none;
    color: white;
	-moz-transition: all 0.3s;
}
#menu:hover
{
    text-align: center;
    color: red;
}
#currentmenu
{
	display: inline-block;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 1.5em;
	text-decoration: none;
    color: red;
	-moz-transition: all 0.3s;
}

h1
{
	font-size: 1.6em;
}
section
{
	background: #FFFFFF;
	height: 1000px;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
}
#navref
{
	margin: auto;
}
#cercleref1
{
	background: #FFFFFF;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid gray;
	margin-left: auto;
	margin-right: auto;
	-moz-transition: all 0.3s;
}
#currentcercleref1
{
	background: red;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid gray;
	margin-left: auto;
	margin-right: auto;
	-moz-transition: all 0.3s;
}
#cercleref1:hover
{
	background: red;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid gray;
	margin-left: auto;
	margin-right: auto;
}
#cercleref2
{
	background: #FFFFFF;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid gray;
	margin-left: auto;
	margin-right: auto;
	-moz-transition: all 0.3s;
}
#currentcercleref2
{
	background: red;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid gray;
	margin-left: auto;
	margin-right: auto;
	-moz-transition: all 0.3s;
}
#cercleref2:hover
{
	background: red;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid gray;
	margin-left: auto;
	margin-right: auto;
}
.top
{
	height: 40px;
}
.bottom
{
	height: 40px;
}
li
{
	text-align: left;
	margin-bottom: 5px;
}

/*Affichage dynamique des références*/
.conteneur_titre
{
	position: absolute;
	z-index: 5;
	font-weight: bold;
	color: white;
}
.ulmos
{
	width: 950px;
	height: 400px;
	margin: auto;
}
.ulmos .limos
{
	list-style:none;
	float:left;
	width:300px;
	height:230px;
	margin:0;
}
.ulmos .limos:nth-child(4)
{
	clear:left;
}
.ulmos img
{
	position:absolute;
	z-index:1;
	height:220px;
	width:auto;
	margin:0;
	box-shadow:0 0 3px black;
	-webkit-transition:all .5s cubic-bezier(.6,2,.4,1);
    -moz-transition:all .5s cubic-bezier(.6,2,.4,1);
    -ms-transition:all .5s cubic-bezier(.6,2,.4,1);
    -o-transition:all .5s cubic-bezier(.6,2,.4,1);
    transition:all .5s cubic-bezier(.6,2,.4,1);
}
.ulmos .limos:hover img
{
	z-index:5;
	-webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
	box-shadow:0 0 10px black;
}
.ulmos .conteneur_titre
{
	position:absolute;
	z-index:1;
	height:30px;
	width:auto;
	margin:0;
	-webkit-transition:all .5s cubic-bezier(.6,2,.4,1);
    -moz-transition:all .5s cubic-bezier(.6,2,.4,1);
    -ms-transition:all .5s cubic-bezier(.6,2,.4,1);
    -o-transition:all .5s cubic-bezier(.6,2,.4,1);
    transition:all .5s cubic-bezier(.6,2,.4,1);
}
.ulmos .limos:hover .conteneur_titre
{
	z-index:5;
	-webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
.ulmos:hover .limos:not(:hover) img
{
	-webkit-filter: grayscale(1) blur(5px);
    -moz-filter: grayscale(1) blur(5px);
    -ms-filter: grayscale(1) blur(5px);
    -o-filter: grayscale(1) blur(5px);
    filter: grayscale(1) blur(5px);
}

.logo_OPQIBI
{
	width: 30%;
	display: inline-block;
}
.logo_RGE
{
	width: 10%;
	display: block;
	position: absolute;
	top: 500px;
	left: 900px;
}
h2
{
	font-size: 1.2em;
}
.center, h1
{
	text-align: center;
}

/*Mise en forme Contact*/
table
{
	margin-right: 50px;
	margin-left: 50px;
}
td
{
	text-align: center;
	width: 50%;
}

/* Pieds de page */
footer
{
	font-size: 0.8em;
	height: 20px;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	background: #FFFFFF;
	border: 1px solid black;
}