﻿body
{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	font-family:Arial;
}
hr
{
	clear:both;
	background: transparent url(../img/hr.jpg) repeat-x; 
	width: 1000px; 
	height: 50px; 
	border: none;
}
h2
{
	text-align:center;
}
a
{
	color:black;
	text-decoration:none;
}
/*//////////////////////////////////////Header////////////////////////////////////*/
#header
{
	/*display:none;*/
}
#sketch
{
	margin-left:100px;
}
#carousel1
{
	width:1000px;
	height:100px;
	overflow:hidden;
}
/*////////////////Carousel2.php////////////////////////////*/
.wrapper {
	width: 1000px;
}
.list_carousel {
	width: 1000px;
	height: 120px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	background-color: #eee;
	width: 154px;
	height: 90px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel img
{
	width:154px;
	height:90px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
/*//////////////////////////////////////Menu////////////////////////////////////*/
#menu ul 
{  
    padding: 0; margin: 0;  
	margin-top:-38px;
	margin-bottom:-8px;
	text-align:center;
	background-image:url(../img/button.jpg);
}  
#menu li 
{  
    display: inline-block;  
    list-style: none; /* n?ssaire pour IE7 */ 	
	cursor:pointer;
	background-image:url(../img/button.jpg);
	width:240px;
	height:35px;
	text-align:center;
	padding-top:15px;
	font-size:20px;
} 
/*////////////////////////////////////////Navigateur////////////////////////////*/
#navigator
{
	margin-top:-29px;
	min-height:450px;
	height:auto;
}
/*////////////////////////////////////////Page d'accueil/////////////////////////*/
#resumeWelcome
{
	width:800px;
	height:300px;
	resize:none;
}
#accessWelcome
{
	width:400px;
	height:150px;
	resize:none;
}
#pictureWelcome
{
	float:left;
	height:450px;
}
/*////////////////////////////////////////Page des services/////////////////////////*/
#pictureService
{
	float:left;
	height:450px;
}
#resumeService
{
	width:800px;
	height:150px;
	resize:none;	
}
#tableService
{
	border:1px solid black;
	border-collapse:collapse;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}
#tableService th
{
	border:1px solid black;
	background-color:#33bcaa;
}
#tableService td
{
	border:1px solid black;
	padding:5px;
}
#btnAbort
{
	display:none;
	margin-left:25px;
}
/*////////////////////////////////////////Page des photos/////////////////////////*/
#galerie
{
	position:absolute;
	width:800px;
	height:400px;
	margin-left:100px;
	background:url(../img/album.jpg); 
	/*background-color:#33bcaa;*/
	/*border-radius:20px;*/
	box-shadow: 0 0 5px #999;
	overflow:hidden;
}
.liste img
{
	max-width:700px; /*largeur maxi des photos*/
	height:350px; /*hauteur maxi des photos*/
	display:block;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
}
#galerie ul
{
	margin-top:360px;
	padding-left:50%;
	margin-left:-15px;
}
#galerie li
{
    /*display:inline-block;*/
	font-size:20px;
	cursor:pointer;
	text-align:center;
	padding-top:15px;
	padding-left:15px;
	float:left;
	color:#c8c8c8;
	cursor:pointer;
}
.liste
{
	position:absolute;
	top:0px;
	transition: all 1s ease;
	width:700px; /*largeur maxi des photos*/
	height:350px; /*hauteur maxi des photos*/
	float:left;
	margin-top:25px;
	padding-left:50px;
	display: block;
}
#gauche
{
	display:none;
	cursor:pointer;
	clear:both;
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-24px;
}
#droite
{
	cursor:pointer;
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-12px;
}
.imgGalerie
{
	height:100px;
}
.imgCarrousel
{
	width:154px;
	height:90px;
}
/*////////////////////////////////////////Page des contacts/////////////////////////*/
#map
{
	float:right;
}
#message
{
	vertical-align: top;
	resize:none;
	width:437px;
	height:70px;
}
#btnSendMessage
{
	margin-left:250px;
}
#sendingMail
{
	position:absolute;
	top:0;
	left:0;
	width:1000%;
	height:1000%;
	border:1px solid black;
	background-color:rgba(0,0,0,0.8);
	display:none;
}
#sendingMail img
{
	position:absolute;
	top:5%;
	left:5%;
	width:60px;
	height:60px;
}
#name
{
	width:180px;
}
#firstname
{
	width:180px;
}
#address
{
	width:436px;
}
#zipcode
{
	width:50px;
}
#city
{
	width:284px;
}
#country
{
	width:150px;
}
#phone
{
	width:100px;
}
#mail
{
	width:230px;
}
/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#firstname
	{
		width:182px;
	}
	#address
	{
		width:431px;
	}
	#message
	{
		width:440px;
	}
}
/*////////////////////////////////////////footer/////////////////////////*/
#footer
{
	text-align:center;
	margin-top:-29px;
	font-size:13px;
}
#footer img
{
	float:left;
	height:75px;
}
#legalNotices
{
	cursor:pointer;
}
.button
{
	cursor:pointer;
}
/*////////////////////////////////////////connection admin/////////////////////////*/

#connection
{
	display:visible;
}
#disconnection
{
	display:none;
}
#notice p
{
	text-align:justify;
}
/*//////////////////////////////////////Menu Admin////////////////////////////////////*/
#menuAdmin ul 
{  
    padding: 0; margin: 0;  
	margin-top:-38px;
	margin-bottom:-8px;
	text-align:center;
	background-image:url(../img/button.jpg);
}  
#menuAdmin li 
{  
    display: inline-block;  
    list-style: none; /* n?ssaire pour IE7 */ 	
	cursor:pointer;
	background-image:url(../img/button.jpg);
	width:150px;
	height:35px;
	text-align:center;
	padding-top:15px;
	font-size:20px;
} 
/*///////////////////////////////////////Tableau des connexions//////////////////////////////////*/
#statsTable{
margin-left:auto;
margin-right:auto;
border:1px solid black;
border-collapse:collapse;
}
#statsTable tr, td{
padding-left:5px;
padding-right:5px;
border:1px solid black;
border-collapse:collapse;
}
#statsTable th{
background-color:black;
color:white;
}
#howMail{
	display:inline-block;
	position:relative;
	font-size:0.9em;
	top:10px;
	left:0px;
	background-color:red;
	height:20px;
	min-width:20px;
	border-radius:10px;
	color:white;
	font-weight:bold;
}