/*
 Theme Name:   enfant_twentyten
 Author:       Luc Favresse
 Template:     twentyten
 Version:      1.0.0
 Text Domain:  twenty-ten-child
*/

html, body, #wrapper  {
	/*background: #33cc33;*/
	background: #ffffff;
}

#wrapper {
	margin-top:0;
	width:940px	
}

#main{
	background: #ffffff;
	padding:0;
	/*border:2px solid blue;*/
}

#branding, #main {
	width:auto;
	/*width:940px*/
}

#container {
	float: right;
	/*margin: 0 -240px 0 0;*/
	margin: 0 -220px 0 0;
	width: 100%;
	/*border:2px solid yellow;*/
}


/* =Header -------------------------------------------------------------- */
#header {
	padding: 0 0 0 0;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	/*luc */
	text-align:right;
	margin:0;
	width: 33px;
	overflow:visible;
}
#branding img{
	border:0;
	float:none;
	}

#table_entete{
	width:100%;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 2.2em;
	font-weight: bold;
	color:#000;
	
	}
	
#table_entete td{
	margin:0;
	padding:0;
	vertical-align:middle;
	line-height:1.2em;
}
	

/* menu ------------------------------------------*/
#access hr.trait_orange{
	display:none;
	margin:-8px auto 0 auto;
	width:90%;
	padding: 0;
	}

#access {
	/*background: #ffffff;*/
	background: #33cc33;
	margin-bottom: 10px;
	padding:0 8% 0 8%;
	width:84%;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #000;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 1.2em;
	font-weight: bold;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #ffffff;
}

#access li:hover > a{
	/*background: #333;*/
	/*background:#fff;*/
	background:#74b526;
	/*color: #fff;*/
	/*color:#33cc33;*/
	color:#000;
}

#access ul ul :hover > a {
	background: #333;
	color:#33cc33;
	/*color:#000;*/
}

#access li:hover > hr.trait_orange{
	display: block;
}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
	/*color:#33cc33;*/
}

#access ul ul li.current_page_item > a,
#access ul ul li.current_page_ancestor > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	/*color: #000;*/
	color:#33cc33;
}


* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
}

#access ul li.current_page_item > hr.trait_orange,
#access ul li.current_page_ancestor > hr.trait_orange,
#access ul li.current-menu-ancestor > hr.trait_orange,
#access ul li.current-menu-item > hr.trait_orange,
#access ul li.current-menu-parent > hr.trait_orange{
	display:block;
	}


/* Widget --------------------*/
#primary, #secondary {
	float:none;
	background-color:#c2d69a;
	height:100%;
	/*border:2px solid pink;*/
}


/*col gauche --------------*/
#col_gauche{
overflow: hidden;
width: 220px;
/*padding-top:10px;*/
background-color:#c2d69a;
height:100%;
}


#col_gauche hr.trait_orange{
	width:30%;padding: 0;
	}

/*----------- Footer */
#colophon {
	border-top: none;
	width:100%
}
#site-info {
	width:400px;
	font-family: Georgia, "Bitstream Charter", serif;
}
#mentions_legales{
	float:left;
	width:200px;
	font-family: Georgia, "Bitstream Charter", serif;
}
#site-generator{
	text-align:right;
}

.trait_orange{
	height: 5px;background-color:#663300;border: 0;
}

/* Page Plan & Contact ----*/
/* blocage du zoom au survol */
.overlay {
   background:transparent; 
   position:relative; 
   width:640px;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}

.cadre_ombrage{
	padding:5px;border-top:2px #aaaaaa outset;border-left:2px outset #aaaaaa;box-shadow: 10px 10px 5px #aaaaaa
}

.images_entete{
	margin-left:-4px;
	padding:0;
	/*width:100%;*/
}

.entry-content{
	padding:0;
}

#content, #col_gauche p{
	margin-left:4px
}
