/*
Theme Name: Evolution Electric
Description: Th&egrave;me personnalis&eacute; cr&eacute;&eacute; pour Evolution Electric.
Author: Maxime Brusse
Author URI: http://www.mbrusse.com/
*/

/******************************************************************************
	General
******************************************************************************/

html, body, * {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #333333 url('images/bg_body.gif');
	color: white;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 25px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 0px;
	color: #8DC73F;
	clear: left;
}

h2.nb1 {
	margin-top: 0;
}

h3 {}

h4 {}

p {
	margin: 10px 0 7px;
	line-height: 1.5em;
}

a {
	color: #8DC73F;
}

ul {
	margin: 10px 0 7px;
	list-style: none;
}

li {
	background: url(/images/bg_li.gif) no-repeat left 5px;
	padding-left: 5px;
}

table {
	margin: 10px 0 50px;
}

table td {
	padding: 15px 0 15px;
	vertical-align: middle;
	border-bottom: 1px solid #1B1B1B;
}

a img {
	border: none;
}

label {
	cursor: pointer;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999;
	padding: 2px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 14px;
	display: inline;
	border: 1px solid #999;
	padding: 2px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 14px 2px 0;
	display: inline;
	border: 1px solid #999;
	padding: 2px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/******************************************************************************
	IE6 Upgrade
******************************************************************************/

#upgrade {
	display: none;
	background: #FFFFCC;
	padding: 10px;
	text-align: center;
	color: black;
	border-bottom: 1px solid #FF9900;
}

#upgrade p {
	margin: 0;
}


/******************************************************************************
	Page
******************************************************************************/

#page {
	width: 920px;
	margin: 0 auto;
	background: url(images/bg_page.jpg) no-repeat left top;
}


/******************************************************************************
	Header
******************************************************************************/

#header {
	position: relative;
}

#header #logo {
	padding: 15px 0;
	width: 197px;
}

#header #logo img {
	display: block;
}

#header .description {
	display: none;
}

/* Language ******************************************************************/

#header #language {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 11px;
}

/* Navigation ****************************************************************/

#header #nav {
	position: absolute;
	top: 58px;
	right: 0;
}

#header #nav ul {
	margin: 0;
	font-size: 14px;
}

#header #nav li {
	float: left;
	margin-left: 25px;
}

#header #nav li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 2px;
}

#header #nav li a:hover {
	border-bottom: 2px solid black;
}

#header #nav li.current_page_item a,
#header #nav li.current_page_item a:hover {
	border-bottom: 2px solid #8CC63F;
}


/******************************************************************************
	Main
******************************************************************************/

#main {
	background: url(images/bg_main.jpg) repeat-x top;
	padding: 25px;
}


/******************************************************************************
	Content
******************************************************************************/

#content {
    height: 400px; /* IE "min-height" trick */
    min-height: 400px; /* IE "min-height" trick */
}
*>#content {
    height: auto; /* IE "min-height" trick */
    padding-bottom: 20px;
}


/******************************************************************************
	Footer
******************************************************************************/

#footer:after {	/* auto clear */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer {
	height: 1%;
	border-top: 1px solid #8DC73F;
	font-size: 11px;
	color: #EBEBEB;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

#footer a {
	color: #EBEBEB;
}

#footer #copyright {
	float: left;
}

#footer #credits {
	float: right;
}