/*
Theme Name: Azul
Theme URI: http://www.switchroyale.com/?page_id=21
Description: Azul is a clean and modern theme with a techy/corporate feel. This theme is meant to be easy to edit and completely standards compliant. Free to use for whatever you want.
Version: 1.1
Author: Switchroyale
Author URI: http://www.switchroyale.com
Tags: blue, white, silver, light, two-columns, fixed-width, right-sidebar
*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	text-align: justify;
	background:#FFFFFFS;
	width:100%
}
#global {
width:100%;
height:100%;
	background:transparent url(images/bck-body.jpg) no-repeat 790px top;
	background-attachment: fixed;
}
#container {
	width: 960px;
	margin: 0;
	/*background: url(images/containerbg.jpg);*/
	background:#ffffff;
}

#header {
	height: 500px;
	padding: 0px 50px 0 50px;
	background: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a.accueil{
	display:block;
	text-decoration: none;
	color: #ffffff;
	width:100%;
	height:250px;
	text-indent:-5000px;
}

#header a:hover {
	color: #333333;
}

#header #search {
	position: absolute;
	top: 95px;
	right: 50px;
	height: 50px;
	text-align:center
}
#header #externe{
	margin-top:20px; text-align:center;
}
#header #externe img{ border:0;}	
#header #externe a{ margin:0 5px;}	

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	width: 205px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}

#login {
	text-align: right;
}

#navbar {
	margin: 0 0 25px 0;
	background:#C80E00;
	height: 40px;
}

#navbar ul {
	margin: 0 0 0 32px;
	padding: 0;
}

#navbar li {
	display: inline;
	position:relative;
	float: left;
}
#navbar ul li ul{
	left:-999em;
	position:absolute;
	top:40px;
	width:auto;
	white-space: nowrap;
}
#navbar ul li ul li ul{
	display:none;
	position:absolute;
	top:0;
	
}
#navbar ul li:hover ul{
	left:-30px;
	/*border:1px solid #3E3E34;*/
	background:#C80E00;
	width:auto;
}
#navbar ul li ul li:hover ul{
	left:100px;
	/*border:1px solid #3E3E34;*/
	background:#C80E00;
	display:block;
}
#navbar ul li ul li{
	display:block;
}
#navbar ul li ul li a,#navbar ul li ul li a:hover{
	background:transparent;
	line-height:25px;
	height:25px;
}

#navbar a {
	display: block;
	width:100px;
	float: left;
	height: 40px;
	padding: 0 5px 0 5px;
	font-size: 12px;
	text-transform:uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
	font-weight:700;
	white-space: nowrap;
}

#navbar a:hover {
	color: #000000;
	/*background: url(images/navbuttonbg-hover.gif);*/
	background-position: right 50%;
}

#posts {
	width: 600px;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
	float: left;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 30px 0;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.post h2 {
	font-size: 20px;
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;

}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #C80E00;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #950000;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.post img.aligncenter {
	text-align: center;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ffffff;
	padding: 20px;
	/*border: 1px solid #cccccc;*/
	margin: 0 0 20px 0;
}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}

.sidebar {
	margin-left: 700px;
	margin-right:0px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #C80E00;
	width: 210px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	color: #C80E00;
	text-decoration: none;
}

.sidebar a:hover {
	color: #333333;
}

#footer {
	width:960px;
	clear: both;
	height: 940px;
	background: url(images/footerbg.jpg) no-repeat center top;
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 40px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

#wp-calendar {
	width: 210px;
	background:#C80E00;
	border: 1px solid #C80E00;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
	color:#ffffff;
}

#wp-calendar caption {
	text-align: left;
	background:#C80E00;
}

#wp-calendar #today {
	background:#C80E00;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
	color:#ffffff;
}

#wp-calendar a:hover {
	background:#000000;
}
#wp-calendar img {
border:0;
}

/*************************LE CALENDRIER*************************/

#wp-calendar table {
 width:100%;
 background :#C80E00;
}