/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	margin: 20px 0 20px 0;
	padding: 0;
	background: #D7D7BD;
	text-align: justify;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: none;
	color: #005880;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #005880;
}

a:hover {
	text-decoration: none;
	color: #005880;
}

/** Style for header starts here */

#header {
	width: 800px;
	height: 250px;
	margin: -20px auto;
	line-height: 30px;
	background: url(images/banniere.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 20px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 30px 0px 10px 80px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight:bold;
	color: yellow;
}

#header h2 {
	margin-top: -8px;
	padding: 80px 0px 0px 80px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: black;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width: 800px;
	height: 50px;
	margin: 14px auto;
	background: #303030;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 8px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
}

#menu .active {
margin : 0 ;
padding : 0 0px 0 0px ; 
background : #d7fdfd;
text-decoration : none ;    
color : #07235E ;
font-weight : bold ;
}

/** Style for wrapper starts here */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 0px;
}

#content h2 {
	text-transform: none;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}

#left {
	float: left;
	width: 540px;
	padding-left: 0px;
	margin-bottom: 5px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 240px;
	margin-bottom: 5px;
	padding-right: 0px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}

#diaporama { width:540px; margin:0 auto; }
	.thumb { width:215px; float:left; }
	.thumb img { float:left; margin:0 5px 5px 0; border:1px solid #c0c4d5; text-align:center; }
	.big-box { height:320px; }
	.big-box img { border:1px solid #c0c4d5; display:block; margin:0 auto; }
	.big { border:1px solid #c0c4d5;  }

/*  TABLEAU
********************************************************************/

table {
border-width : 0px;
border-style : solid;
}
td {
border-width : 0;
border-style : solid;
}
.grise {
border : 0px solid black;
vertical-align: top;
background-color : rgb(237, 237, 237);
}
.none {
border-style : none;
}
.center {
border-width : 1px;
border-style : solid;
margin: 0 auto;
}
.noneandcenter {
border-style : none;
margin: 0 auto;
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 800px;
	height: 40px;
	margin: 0px auto;
	padding-top: 10px;
	background: #303030;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}
