/* @override http://localhost:8888/padovani/wp-content/themes/padovani_theme/style.css */

/* CSS Document */



/*
Theme Name: Padovani_theme
Theme URI: http://wordpress.org/
Description: padovani
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

/* ---------------------------------------------------------------- 
 *  RESETS
 * ---------------------------------------------------------------- 
*/ 
html, body, #page {
    margin: 0;
    padding: 0;
    height: 100%;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color : inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
ul li {
	list-style-type : none;
}

body {

	/*
background-color : #2c0500;	
*/	background:  url(images/elements/fond.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
    background-color : #3c3733;	
	font-family: FoundrySterling-LightRegular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #e0e0e0;
    font-size: 16px;
	line-height : 130%;
}



/* ---------------------------------------------------------------- 
 *  MENU
 * ---------------------------------------------------------------- 
*/ 

#menu_header{
	position: relative;
} 

#menu-navigation li:hover ul ul, #menu-navigation li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu-navigation li:hover ul, #menu-navigation li li:hover ul, #menu-navigation li.sfhover ul, #menu-navigation li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}


#menu-navigation {
	
	font-size: 150%;
	margin-top : -18px;
	float : right;	
}


#menu_header ul.menu {
z-index: 10000;
	float: right;
	
}
#menu_header ul.menu li {
	margin:0 0 0 -1px;
	text-align: center;
	border-left: 1px #3c3733 solid;
	padding: 0 10px;
	height:35px;
	float: left;
	position: relative;
}


#menu_header ul.menu li:first-child {
border:0;
}

#menu_header ul.menu li:last-child {
padding: 0 0 0 10px;
}


#menu_header ul.menu li a{
	padding: 7px 5px;
	display: block;
	float: left;
}

#menu_header ul.menu li span { /*-- Style du bouton qui exécutera l'action qui déroulera le menu déroulant jquery (représenté par une flèche) --*/
	width: 50px;
	height: 35px;
	margin-left : -55px;
	float: left;
	background: url( <?php bloginfo( 'template_url' ); ?>/images/elements/submenu.png) no-repeat center top;
}

/* My Comment */
/*ul.menu li span.sub-menu {background-position: center bottom; cursor: pointer;} -- Changement au survol de la flèche (bouton Drop Down)--*/
#menu_header ul.menu li ul.sub-menu {
	z-index: 10000;
	position: absolute;
	left: 0; top: 35px;
	background: #3c3733;
	margin-left: -10px;
 
	padding-bottom: 10px;
	display: none;
	float: left;
	width: 150px;
	border: 1px solid #111;
	font-size: 80%;
	
}
#menu_header ul.menu li ul.sub-menu li{
	border:0;
	margin: 0; 
	padding: 0;
	text-align:left;
	/*border-top: 1px solid #151515; --Cré un effet de bevel--*/
	/*border-bottom: 1px solid #444; --Cré un effet de bevel--*/
	clear: both;
	width: 150px;
}
#menu_header ul.menu li ul.sub-menu li a {
	float: left;
	width: 145px;
	padding-left: 20px;
}
#menu_header ul.menu li ul.sub-menu li a:hover {
	color: #FFFFFF;
}


#menu_footer1 {
	height : 100px;
	width : 700px;
	position : relative;
	margin : -60px 0 0 238px;	
}

#menu_footer1 div {
	width : 238px;
	float :left;
}

#menu_footer1 a:hover {
	color: #FFFFFF;
}



/* ---------------------------------------------------------------- 
 *  POSITIONNEMENT
 * ---------------------------------------------------------------- 
*/ 


#header_wrap {
	background:  url(images/elements/header_fond.png);
	position: relative;
	padding-bottom: 15px;
}



#footer_wrap {
	background: url(images/elements/footer_fond.png) repeat-x;
	height: 200px;
	position: relative;
}


#header {
	height: 151px;
	width: 911px;
	margin: 0 auto;
	position: relative; 
}

.center {
 	z-index: 0;
	width: 911px;
	margin: 0 auto;
	position: relative;
}


#footer {
	width: 911px;
	margin: 0 auto;
	position: relative;
}





#logo{
	background: url(images/elements/logo.png) no-repeat;
	height : 70px;
	width : 179px;
	margin-bottom :20px;
	top :20px;
	position: relative;
}


#slide_index {
	margin-top : -25px;
	margin-bottom : 50px;
	
	
}

#slide_work {
	height : 599px;
	margin-top : -25px;
	margin-bottom : 50px;
	
	
}


#conteneur_miniature{
	width : 990px;
	margin-bottom : 30px;
	margin-top: 30px;
		
}


#conteneur_miniature img{
	box-shadow: 1px 1px 15px #252525;
	border : 1px solid black;
	margin-right : 27px;
	margin-bottom : 27px;
	
}



#legende {
	margin-top: -15px;
	margin-bottom : 50px;
	
}

#colonne1{
	width :281px;
	float: left;
	margin-right : 30px;
	margin-bottom : 30px;
}

#colonne2{
	width :281px;
	float : left;
	margin-right : 30px;
	margin-bottom : 30px; 
}
#colonne3{
	width :281px;
	float : right;
	margin-bottom : 30px; 
}
.clear_both {
	height : 1px;
	clear: both;

}


#langues {
position: relative;
float: right;
width: 100px;
margin-top : -70px;
text-align: right;
	
}

#langues ul li{
	display : inline;
}


#signature{
	position : relative;
	width : 300px;
	margin-top: -100px;
	margin-left: 700px;
}


#reseaux_sociaux {
	//float: left;
	height: 20px;
	margin: 5px	0	5px	0;
}

#facebook {
	position: relative;
	margin-top: -25px;
	margin-left: 100px;
	color: #d7d7d7;
	}

/* ---------------------------------------------------------------- 
 *  Style
 * ---------------------------------------------------------------- 
*/ 




h1 { 
font-size: 150%;
margin-bottom : 10px;


}


.separateur{
	color : #454545;
}

/* ---------------------------------------------------------------- 
 *  Typo
 * ---------------------------------------------------------------- 
*/ 



@font-face {
    font-family: 'FoundrySterling-LightRegular';
    src: url('font/foundrysterling-light-webfont.eot');
    src: url('font/foundrysterling-light-webfont.eot?iefix') format('eot'),
         url('font/foundrysterling-light-webfont.woff') format('woff'),
         url('font/foundrysterling-light-webfont.ttf') format('truetype'),
         url('font/foundrysterling-light-webfont.svg#webfontuokxP2SN') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ---------------------------------------------------------------- 
 *  LIENS
 * ---------------------------------------------------------------- 
*/ 


#liens {
	
	width : 829px;
	margin : 40px 0 0  0px;
	padding : 40px;
	border : 1px solid black;
	background-color : rgba(0,0,0,0.40);
	color: white;
}

#legende a, #contenu a, #colonne1 a, #colonne2 a, #colonne3 a, #liens a {
	text-decoration: underline;

	
}




/* ---------------------------------------------------------------- 
 *  FORMULAIRE
 * ---------------------------------------------------------------- 
*/ 

#map {
	font-family: verdana;
	color : black;
	border : 1px solid #a4a4a4;
	width : 400px;
	float : left;
	margin: 0px 40px 40px 0px;


}



#formulaire {
	font-family: verdana;
	font-size: 80%;
	color : #ddd;
	width : 829px;
	margin : 0px 0 0  0px;
	
	
}

