/*
 *  CSS
 */




/****************************** GENERAL ******************************/
a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
}
body {
	background: radial-gradient(circle at center,#DDDDDD,#949494);
	background: -webkit-radial-gradient(center,circle,#DDDDDD,#949494);
	background: -moz-radial-gradient(center,circle,#DDDDDD,#949494);
	background: -ms-radial-gradient(center,circle,#DDDDDD,#949494);
	background: -o-radial-gradient(center,circle,#DDDDDD,#949494);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 900px;
	color: #173c6a;
}


/****************************** MENU ******************************/
#nav_menu {
	float: left;
	width: 200px;
	margin-left: 20px;
	letter-spacing: 0.8px;
	font-size: large;
}
#logo {
	text-align: center;
}
#menu li {
	margin-top: 10px;
	padding: 15px 0 15px 15px;
	display: block;
	list-style-type: none;
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
}
#menu li:hover {
	background-color: #67bbfa;
}
#menu a {
	padding: 15px;
	color: #173c6a;
	text-decoration: none;
}
#menu a:hover {
	color: white;
}
#menu #selected {
	background-color: #67bbfa;
}
#menu #selected a {
	color: white;
}


/****************************** CONTENU ******************************/
#contenu {
	margin: 70px 30px 0 250px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: white;
	line-height: 25px;
}
#contenu article {
	padding: 30px;
}
#contenu h1 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: large;
}
#contenu .titre {
	display: list-item;
	list-style: square;
	list-style-position: inside;
}
#contenu p {
	margin-left: 5px;
	margin-bottom: 30px;
}
#contenu strong {
	font-weight: bold;
	color: #529dd1;
}
#contenu em {
	font-style: italic;
}
#contenu a {
	color: #6e9dc5;
	text-decoration: none;
}
#contenu a:hover {
	color: #a1c6e1;
}
#contenu ul {
	list-style: inside disc;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 23px;
}
#contenu #img_accueil {
	display: block;
	margin: 0 auto;
}


/****************************** RECHERCHE ******************************/
#search {
	margin-top: 70px;
	margin-left: 250px;
	margin-bottom: -40px;
	font-size: small;
}
#search input {
	vertical-align: top;
}
#search .champ {
	height: 20px;
	width: 200px;
}


/****************************** CATEGORIES ******************************/
#contenu #img {
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#contenu #img img {
	margin: 10px;
}
#contenu #img .partenaire {
	max-width: 100px; 
	max-height: 100px;
}
#contenu #categorie {
	vertical-align: middle;
}


/****************************** PRODUITS ******************************/
#contenu #tproduits {
	margin: 50px auto 30px auto;
}
#contenu #tproduits th {
	font-weight: bold;
	padding-bottom: 20px;
	padding-right: 80px;
	padding-left: 10px;
}
#contenu #tproduits td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 80px;
	padding-left: 10px;
}
#contenu #tproduits tbody tr {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#contenu #tproduits tbody tr:hover {
	background-color: rgba(0,0,0,0.05);
}


/****************************** GOOGLE MAP ******************************/
#map {
	border: 1px solid;
	border-radius: 10px;
	margin-top: 30px;
}


/****************************** CONTACT ******************************/
#info_texte {
	width: 550px;
}
#info, #formulaire {
	display: inline-block;
	vertical-align: top;
}
#formulaire {
	float: right;
	width: 300px;
	background: #67bbfa;
	margin-top: 30px;
	margin-left: 5px;
	margin-right: 30px;
}
#formulaire .titre_inv {
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
	text-align: center;
}
#formulaire #contact {
	line-height: 30px;
}
#formulaire #contact label {
	display: block;
	width: 120px;
	float: left;
}
#formulaire #contact input {
	padding-right: 10px;
	border-radius: 4px;
}


/****************************** INPUT ******************************/
input {
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset 0px 1px 3px #f5f5f5;
	-webkit-box-shadow: inset 0px 1px 3px #f5f5f5;
}
textarea {
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 4px;
}
.bouton {
	height: 24px;
	background: #bfbfbf;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#bbb));
	background: -moz-linear-gradient(0% 100% 90deg,#bbb, #e5e5e5);
	color: #333;
	font-family: "lucida grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-shadow: 0 1px 0px #eee;
}


/****************************** FOOTER ******************************/
#footer {
	color: white;
	text-align: right;
	font-size: small;
	margin-top: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
}
#footer strong {
	font-weight: bold;
}
#footer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
