/* SAYMAZAL WEB STYLE
AUTHOR: Cyril/Raphaelle
DATE DE CREATION: 20/04/2006

------------
Colours
------------

*/
html {
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
}

img{
	margin:0;
	padding:0;
}

.container {
	/*background-color: #FFFFFF;
	background-image: url(images/bckg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height:150%;*/
	height:100%;
	width: 755px;
}

.header{
	width: 755px;
	height:222px;
	position:relative;
		background-image: url(images/bckg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.flags{
	position:absolute;
	left:10px;
	top:5px;	
}

.main{
	background-image: url(images/bckg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.leftcontent{
	float:left;
	margin:0;
	padding:0;
	width: 154px;
	/*background-image: url(images/leftpic.jpg);
	background-repeat: no-repeat;
	background-position: 0px 300px 0 0;
	height: 100%;
	height:100%;*/
}

.navigation{
}

ul{
	margin:0 0 0 0;
	padding:10px 0 10px 35px;
}

.navigation li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #2F3756;
	list-style-type: none;
	padding:-8px 0 -8px 0 ;
	margin:8px 0 8px -35px;
	line-height: 1.4em;
	font-weight: lighter;
	letter-spacing: -0.05em;
}

.navigation li a:link{
	width:100%;
	display:block;
	text-decoration: none;
	color: #2F3756;
}

.navigation li a:visited{
	color: #2F3756;	width:100%;
	display:block;
	text-decoration: none;
}

.navigation li a:hover{
	background-color: #E3E5ED;
	width:100%;
	text-decoration: none;
	display:block;
	color: #2F3756;
}

.navigation li a:active{
	background-color: #E3E5ED;
	width:100%;
	display:block;
		text-decoration: none;
	color: #2F3756;
}

 .selected{
	background-color: #E3E5ED;
	width:100%;
	text-decoration: none;
	display:block;
	color: #2F3756;
	/*border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #E3E5ED;*/
}

.news{
	background-color: #FBEAD9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	padding: 10px 0 0 5px;
}

.news .title{
	color: #EC8521;
	font-style: italic;
	font-size: 1.1em;
}

.news .date {
	font-size: 0.8em;
	padding: 5px 0 0 0;
	font-weight: bold;
}

.news p {
	font-size: 0.8em;
	padding: 10px 5px 10px 0;
	margin: 0 0 0 0;
}

.news a{
	color: #666666;
	text-decoration: underline;
}

.leftcontent .image{
	background-image: url(images/leftpic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:351px;
}/**/

.maincontent{
padding: 0 0 0 0px;
margin: 0 40px 0 154px;
	border-color: #D3DEE9;
	border-left-width: 2px;
	border-left-style: solid;
}

.banner{
padding:20px 0 0 0;
}

table{
	width: 515px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #444444;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	line-height: 2.4em;
	border-collapse:collapse;
	padding: 0px;
}

td{
	border-bottom: 1px solid #CCC;
	border-collapse:collapse;
}

.copy {
	padding: 30px 0 0 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
}

.copy .title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #EC8521;
	padding: 2opx 0 0 0;
	font-weight: bold;
}

.copy .subtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	padding: 20px 0 0 0;
	font-weight: bold;
}

html>body .copy .title{
	font-weight: bold;
	font-size: 1.3em;
}

.copy ul{
}

a {
	text-decoration: none;
}

.emptyspace{
height:321px;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	text-align: center;
}

