/*
 Theme Name: Stratex
 Description: Le thème par défaut de Stratex.
 Version: 1.0
 Author: Baphira
 Author URI: http://www.baphira.com/
 Tags: white, custom header, fixed width, one column, widgets
 
 Stratex v1.0
*/

cite {
	font-size: 90%;
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}

#header {
	width: 970px;
	height: 240px;
	background: #FFF url(images/terre.png) no-repeat 395px 5px;
	overflow: hidden;
}
#header h1 {
	color: #7F7F7F;
	height:175px;
	margin: 5px 0 0 0;
}
#header h1 a {
	float: left;
	display: block;
	height: 158px;
	width: 335px;
	margin: 0 0 0 10px;
}
#header h1 strong {
	float: left;
	font-weight: normal;
	display: block;
	text-align: center;
	width: 616px;
	margin-top:144px;
}
#header .spacer .languages {
	border-left:1px solid #FFFFFF;
	float:right;
	position:relative;
	text-align:right;
	top:-33px;
	width:90px;
	margin-right:26px;
	z-index: 5;
}
#header .spacer .languages li {
	list-style: none;
	display: inline;
	margin: 0 5px;
}
#header .spacer .languages li a {
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
#header .spacer .languages li a.current,
#header .spacer .languages li a:hover {
	color: #5D5D5D;
}
#page {
	margin: 0 auto;
	width: 970px;
}

#menu {
	margin-left: 13px;
}

#side-menu .searchform input.s {
	border-top: 2px solid #B2B2B2;
	border-left: 2px solid #B2B2B2;
	border-bottom: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	width:132px;
	color: #B8B8B8;
	font-style: italic;
	margin-left: 5px;
}

#side-menu {
	float: left;
	width: 212px;
	margin-right: 15px;
	color: #000;
}
#side-menu .search {
	margin: 1px 0 8px 0;
	text-align: center;
}
#side-menu .search label {
	font-size: 0.9em;
}
#side-menu .advice {
	margin: 1px 0 0 1px; 
}
#side-menu .advice a {
	display: block;
	height: 196px;
	width: 212px;
	margin: 1px 0 10px 1px; 
}
#side-menu .contact {
	background: #FFF url(images/box_contact.png) no-repeat left top;
	width: 212px;
}
#side-menu .contact h4.cont {
	color: #FFF;
	margin: 0;
	padding-left:45px;
	padding-top:17px;
	margin-bottom:13px;
}
#side-menu .contact div.cont {
	height:225px;
	overflow: hidden;
	padding-left:15px;
}
#side-menu .contact dl {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#side-menu .contact dl ul {
	margin: 0px;
	font-weight: normal;
}

#side-menu .contact ul {
	list-style: none;
	font-weight: bold;
}

#side-menu .news h4.actu {
	color: #FFF;
	margin: 0;
	background: #FFF url(images/box_titre_contact.png) no-repeat left top;
	height:22px;
	margin-left:9px;
	padding-left:35px;
	padding-top:7px;
	width:162px;
}
#side-menu .news {
	padding-bottom:7px;
	background: #FFF url(images/box_contact_2.png) no-repeat left bottom;
	height:240px;
}
#side-menu .news ul a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.9em;
}
#side-menu .news ul {
	list-style: none;
	font-weight: bold;
	margin-left:21px;
	margin-right:10px;
}
#side-menu .news li {
	margin-bottom:10px;
}

#content {
	margin: 10px 0;
}
#main-content {
	float: left;
	width: 743px;
}
#main-content .top {
	background: #FFF url(images/centre_top.png) no-repeat left top;
	width: 743px;
	height: 15px;
}
#main-content .middle {
	background: #FFF url(images/centre_bord.png) repeat-y left top;
	width: 717px;
	height: auto !important;
	min-height: 567px;
	height: 567px;
	padding: 0 10px;
}
#main-content .bottom {
	background: #FFF url(images/centre_bottom.png) no-repeat left top;
	width: 743px;
	height: 15px;
}

#footer {
	background: #1D436D;
	color: #C9C9C9;
	font-size: 0.8em;
	border-top: 3px solid #C9C9C9;
	text-align: center;
	height: 60px;
	margin-right: 5px;
}
#footer p.copyright {
	margin-top: 22px;
}

p.postmetadata {
	margin: 0.8em;
	margin-bottom:0;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}

#content .entry {
	text-align: justify;
}
#content .contact-form {
	float: left;
	width: 47%;
}
#content .contact-address {
	float: right;
	width: 47%;
}

#content .navigation {
	margin-top:10px;	
}

/*	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;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* End Images */
