/*
Theme Name: AREXPO
Theme URI: http://wordpress.org/
Description: Theme Wordpress 
Version: 1.0
Author: Jeremy Capelle - www.AREXPO.fr
*/

/* --------------------------------------------------------------

   style.css


-------------------------------------------------------------- */

@charset "iso-8859-2";
/* CSS Document */

body {
	font-family:verdana;	
}

/* HEADER */
#header {
	position:relative;	
}
#container_logo_baseline {
	position:absolute;
	top:10px;
	left:10px;
	width:920px;
}
#baseline {
	font-size:25px;
	font-weight:bold;	
	text-align:right;
}
#header_banner {
	width:960px;
	overflow:hidden;	
}
#navbar {
	height:45px;
	line-height:45px;	
}
#navbar li{
	display:inline;	
	padding:0 10px;
}
#navbar a{
	text-decoration:none;
}
#navbar a:hover{
	opacity:0.8;
}
#navbar .actif {
	font-weight:bold;	
}


#main_column {
	padding-top:20px;
}

h1 {
	font-weight:bold;
	font-size:22px;
	margin-bottom:30px;	
	border-bottom:solid 1px;
	text-transform:uppercase;
}

h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;	
	border-bottom:dotted 1px #D1D1D1;
	padding-bottom:5px;
}

#content {
	padding-top:10px;
	font-size:13px;
	line-height:16px;	
}

#content  p {
	padding:0 0 20px 0;	
}

#content b, #content strong {
	font-weight:bold;	
}

#content ul {
	margin-left:15px;	
	margin-bottom:20px;
}
#content li {
	padding-left:7px;
	padding-bottom:10px;
	list-style:outside;	
}


#content img.alignleft {
	float:left;
	border:solid 1px #666;
	margin:0 35px 35px 0	;
	background-color:#fff;
	padding:5px;
}
#content img.alignright {
	float:left;
	border:solid 1px #666;
	margin:0 0 35px 35px;	
	background-color:#fff;
	padding:5px;
}
#content .gallery .attachment-thumbnail {
	max-width:100px;	
	max-height:100px;	
}
#content .gallery {
	padding:0;	
	margin:0;	
}






#footer {
	padding:15px 0;	
	background-repeat:no-repeat;
}
#titre_footer {
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;	
}
#coordonnees_footer {
	font-size:14px;
	line-height:17px;
	padding-bottom:15px;	
}
#liens_footer  a{
	font-size:12px;
	font-style:italic;
	text-decoration:none;
}
#liens_footer  a:hover{
	font-size:12px;
	text-decoration:underline;
}