/*
Theme Name: atelierduneon
Theme URI: http://atelierduneon.fr
Description: Thème pour le site atelierduneon.fr.
Version: 1.0
Author: IRCF
Author URI: http://ircf.fr
Tags: atelier,neon

	atelierduneon
	This theme was designed by IRCF
	All rights reserved to Atelier du Neon
*/

/* Typography and colors */
body{
	background-color:#000;
	text-align:center;
	font-family:lucida,lucida sans,sans-serif,sans;
	font-size:14px;
	color:#fff;
	line-height:16px;
	margin:auto;
	/*padding:auto;*/
}
h1{
	color: #66cf66;
	font-size: 24px;
	margin:20px 0 20px 0;
	padding:0;
	line-height:25px;
}
h2{
	color:#66cf66;	
	font-size:18px;
}
a{
	color:#66cf66;
}
a:hover{
	color:#fbeea5;
}
a img{
	border:0;
}
hr{
	color:#48a848;
	background:#48a848;
	height:1px;
	border:none;
	width: 700px;
}
/* Page */
#page{
	background-color:#000; /*url(images/fond_page.gif) no-repeat;*/
	width:1000px;
	margin:0 auto;
}

/* Header */
#header{
	height:134px;
	padding:0 0 30px 0px;
	text-align:left;
}
#header div.logo{
	margin:0;
	padding:0;
	float:left;
}
#header div.logo img{
	width:1000px;
	height:230px;
}
#header div.description{
	float:left;
	width:520px;
	font-size:24px;
	line-height:30px;
	padding:40px 0;
	margin:-185px 10px 0 480px;
}
#header ul.menu{
	float:left;
	clear:both;
	width:100%;
	list-style:none;
	display:table;
	margin:3px 0 0 0;
	padding:0;
	font-size:13px;
}
#header ul.menu li{
	display:table-cell;
	border:1px solid #00cc00;
	margin:0 1px 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	/*background-color: #007a00;*/
}
#header ul.menu li:hover{
	background-color: #326a07;
}
#header ul.menu li a{
	text-align:center;
	display:block;
	text-decoration:none;
	padding:6px 10px;
}
ul.menu li ul{
	position:absolute;
	display:none;
	/*background:#9cd844;*/
	/*border:1px solid #413c36;*/
	border-bottom:none;
	z-index: 1000;
	/*width:160px;*/
	padding:0;
	margin:0;
	list-style: none;
}
ul.menu li ul li{
	display:block;
	height: auto;
	line-height:100%;
	border-left:none;
	border-bottom:1px solid /*#80c31c*/;
}
ul.menu li ul li:hover{
	background:#326a07;
	border: 1px solid #a2e1a2;
}
ul.menu li ul li a{
	height: auto;
	padding:8px;
	border:none;
	line-height:100%!important;
}
ul.menu li ul li a:hover,
ul.menu li ul li a.hover{
	background:#326a07;
}
ul.menu li ul li ul{
	margin:-24px 0 0 160px;
}

#header ul.menu .current_page_item{
	background-color: #2d532d;
}
#header ul.menu .current_page_ancestor{
	background-color: #2d532d;
}
#header ul.menu .page-item-472{
	display:none;
}

/* Sidebar */
/*#sidebar{
	clear:both;
	float:left;
	width:240px;
	background-color:#d3d3dd;
	padding:0 10px;
	margin:20px;
}*/

/* Content */
#content{
	clear:both;
	padding:10px;
	text-align:justify;
}
#accueil #content{
	text-align:center;
	margin: 25px 0 0 0;
}
/*#mediaspace{
	border: 1px solid #66cf66;
}*/
.post-column{
	float:left;
	margin:0 0 0 15px;
	width:49%;
}
/*.second.post-column{
	margin: 0 0 30px 0;
}*/
div.post-column.first{
	margin-left:0;
}	
.clear{
	clear:both;
}
.alignleft{
	float:left;
	margin:20px 10px 0 0;
}
.alignleft .attachment-thumbnail{
	width:75px;
	height:75px;
}
.alignright{
	float:right;
	margin:20px 0 0 10px;
}
.alignright .attachment-thumbnail{
	width:75px;
	height:75px;
}
.image{
	margin:0 -10px;
}


/* Footer */
#footer{
	clear:both;
	padding:10px 0 0 0;
	font-size:12px;
}
#footer ul.menu{
	list-style:none;
	margin:0;
	padding:0;
	background:#000;
	padding:5px 0;
}
#footer ul.menu li{
	display:inline;
	padding-right:15px;
}
#footer ul.menu li a{
	text-decoration:none;
}
#footer ul.menu li a:hover{
	text-decoration:none;
	color: #fff;
}
#footer ul.menu .page-item-472{
	display:none;
}
#footer address{
	font-style:normal;
	padding:10px;
}


/* Google Maps */
.google-map-sc-canvas{
	clear:both;
	width:958px!important;
	height:300px!important;
	border:1px solid #0c0;
}

/* Forms */
fieldset{
	border:1px solid #0c0;
	margin:0 0 10px 5px;
	padding:10px;
	width:40%;
	float:left;
	height:350px;
}
fieldset legend{
	font-size:18px;
	padding:10px;
	font-weight:bold;
}
fieldset ol{
	list-style:none;
	margin:0;
	padding:0;
}
fieldset ol li{
	clear:left;
	margin:5px;
	width: 450px;
}
fieldset ol li label{
	float:left;
	display:block;
	width:120px;
}
fieldset ol li.cf-box-title{
	float:left;
	white-space:nowrap;
}
fieldset ol li input,
fieldset ol li select,
fieldset ol li textarea{
	font-size:14px;
	font-family:"lucida sans","lucida sans ms",sans-serif,sans;
	color:#fff;
	background:#000;
	border:1px solid #0c0;
	padding:4px;
}
fieldset ol li input:focus,
fieldset ol li select:focus,
fieldset ol li textarea:focus{
	border-color:#fff;
}
fieldset ol li input.fldrequired{
	background:#111;
}
fieldset ol li.cf-box-group{
	clear:none;
	float:left;
}
fieldset ol li.cf-box-group label{
	float:none;
	display:inline;
	margin-right:20px;
	width:auto;
}
fieldset ol li.cf-box-group input{
	border:none;
}
.cf_hidden,.linklove{
	display:none;
}
.cf-before{
	float:none;
	width:auto;
}
.emailreqtxt,.reqtxt{
	color:#0c0;
	padding:5px;
}
.sendbutton{
	clear:both;
}

/* Galerie d'images */
.gallery{
	/*float:left;*/
	/*width:33%;*/
	margin:auto 0 auto 0!important;
}
.gallery .gallery-icon{
	display: inline;
	float:left;
	width: 160px;
}
#gallery-1 .gallery-item {
	text-align:center!important;
	/*margin:0 0 10px!important;*/
	padding:0 60px;
	width:17% !important;
	margin-left:30px;
}
.gallery .gallery-item a{
	margin-right:20px;
}
.gallery .gallery-item a img{
	border:none!important;
}/*
.gallery .gallery-item a:hover img{
	border-color:none!important;
}*/
.gallery .gallery-caption{
	display: inline;
	width:150px;
}
#attachment_714, #attachment_644, #attachment_668,
#attachment_716, #attachment_699, #attachment_715,
#attachment_688, #attachment_687, #attachment_685,
#attachment_683, #attachment_712, #attachment_713{
	width:200px;
	margin: 0;
	padding:20px 30px;
	float:left;
}
.caption p{
	display: inline;
	width:300px;
	height:500px;
	margin: 0 0 0 20px;
	clear:left;	
}
.navigation{
	clear:left;
	margin: 15px 0 0 0;
}
/*liste*/
div.entry div div.first ul{
	float:left;
}
.description{
	font-size: 14px;
}

/* Daiaporama */
.diaporama{
	position:relative;
	float:none;
}
.diaporama ul{
	clear:both;
	position:relative;
	list-style:none!important;
	margin:0;
	padding:0;
	overflow:hidden;
	height:256px;
	width:940px;
}
.diaporama ul li{
	position:absolute;
	top:0;
	background:#000;
	opacity : 0;
	width:100%;
	text-align:center;
}

/* Page d'accueil */
#accueil .wp-caption{
	width:200px;
	margin: 0;
	padding:20px 30px;
	float:left;
}

