/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;

}
a {
	color: #f0f3ea;
}
a:hover, .footer a:hover {
	color: #111;
}
body {	
	
	background: #143d8d url(../img/newBG4.jpg) repeat-y center top;
	
	color: #f0f3ea;
	font-size: 12px;
	margin: 0;
}
p,cite,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
	color: #f0f3ea;
}
h2 {
	background: url(../img/bg_title.gif) left top no-repeat;
	color: #f0f3ea;
	margin: 0px;
	font: italic normal 1.6em "Times New Roman", "Georgia", sans-serif;
	padding: 20px 10px 20px 0px;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
code {
	background: url(../img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(../img/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}



/* misc */
.divider {
	
	width: 774px;
	border-style:double;
	padding-bottom: 0PX;
	margin: 0px 0;
}
.nouvelles {
	background: url(../img/nouvelles.gif) no-repeat top center;
	border-style:double;
	height:72px;
	PADDING:0PX;
	margin: 0px 0;
}

.nouvelles h1{
	color: #fff;
	font: normal 4em "algerian",sans-serif;
	visibility: hidden;
	line-height: 72px;
}
.news {
	background: url(../img/news.gif) no-repeat top center;
	border-style:double;
	height:72px;
	PADDING:0PX;
	margin: 0px 0;
}

.news h1{
	color: #fff;
	font: normal 4em "algerian",sans-serif;
	visibility: hidden;
	line-height: 72px;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.header {
	background: #143d8d url(../img/banner3.jpg) no-repeat center top ;
	border-bottom: 1px solid #CCC;
	height: 361px;
	text-align: middle;
	
		
}
.header h1 {
	color: #fff;
	font: normal 2.2em "Lucida Calligraphy",sans-serif;
	visibility: hidden;
	line-height: 190px;
}

/* navigation */
.navigation {
	height: 54px;
	margin: 0 auto;
	width: 774px;
	float:center;
}
/*a.facebook {background: url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat 0 50%; }*/
.navigation a {
	background: url(../img/newnav2.jpg) no-repeat;
	/*color: #f0f3ea;*/
	float: left;
	font: 1.0em "algerian",serif;
	height: 31px; 
	letter-spacing: 2px;
	line-height: 31px;
	text-align: center;
	
	text-decoration: none;
	width: 110.5px;
}
.navigation a:hover {
	color: #FFF;
	font: bold;
	background-position:  bottom;
}

/* content */
.content {
	padding: 10px 0;
}
.content h1 {
	color: #f0f3ea;
	font-size: 1.4em;
	margin-bottom: 4px;
}
object.floatRight { 
    float: right; 
    margin: 4px;
	height:250px;
	
}


.marketingbar {
	
	height: 35px;
	margin: 0 auto;
	width: 774px;
	color: #ffffff;
}

.marketingbar a {
	color: #ffffff;
	float: inline;
	font: 1.5em "arial",serif;
	height: 31px;
	letter-spacing: 2px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	
}
.marketingbar img {
	
	float: inline;
	height: 20px; 
	padding-top:5px;
	text-align: center;
	text-decoration: none;
	
}


/* footer */
.footer {
	
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
	text-decoration: none;
}
.footer a {
	color: #664;
	text-decoration: none;
}