/*###################################
Global class and specifications
###################################*/

html, body {
	background:#FFF;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1{
	text-align:center;
	font-size:20px;
	color:#2f3e5a;
	margin-bottom:50px;
}

h2{
	text-align:center;
	font-size:16px;
	text-indent:0;
	margin:5px;
	color:#4e638e;
}

strong{
font-weight:bold;
font-size:16px;
text-align:center;
color:#2f3e5a;
}

form{
text-align:center;
}

legend{
font-size:14px;
font-weight:bold;
}

fieldset{
display:block;
margin:50px auto 20px auto;
width:400px;
border:1px solid #2f3e5a;
}

textarea{
margin:auto;
width:350px;
max-width:350px;
}

a{
color:#4e638e;
text-decoration:none;
}

a:hover{
color:#a2bfd8;
text-decoration:none;
}

.center{
text-align:center;
}

/*###################################
Container
###################################*/

#container {
    position: static;
	width : 950 px;
    margin: 0 auto 0 auto;
}

/*###################################
Header
###################################*/

#header {
    background: url(img/header.png);
    width: 860px;
    height: 60px;
    margin: 0 auto 0 auto;
    position: relative;
    padding: 20px;
}

#header .title{
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}

#admin{
width:107px;
height:15px;
position:absolute;
top:10px;
right:10px;
}

#admin a{
display:block;
width:107px;
height:15px;
}

#admin img{
border:0;
}

/*###################################
Menu
###################################*/

#menu {
    right: 10px;
	bottom:10px;
    position: absolute;
    font-size: 12px;
    color: #969696;
}

#menu ul {
    list-style: none;
}

#menu li {
    margin: 0 20px 0 20px;
    float: left;
}

#menu a {
    color: #969696;
    text-decoration: none;
}

/*###################################
Content
###################################*/

#topcont {
    background: url(img/top_cont.png);
    width: 936px;
    height: 40px;
    margin: 0 auto 0 auto;
}

#content {
    background: url(img/bg_cont.png);
    position: static;
    width: 936px;
    min-height: 600px;
    margin: 0 auto 0 auto;
	padding-top:10px;
	color:#2f3e5a;
}

/*###################################
Col1 - Gauche
###################################*/

#col1{
	min-height:100px;
	width:250px;
	margin-left:33px;
	float:left;
}

#colg{
	min-height:100px;
	width:300px;
	float:left;
	margin-left:133px;
}

/*###################################
Col2 - Droite
###################################*/

#col2{
	min-height:100px;
	width:160px;
	margin-right:33px;
	float:right;
}

#cold{
	min-height:100px;
	width:300px;
	float:right;
	margin-right:133px;
}

/*###################################
Col3 - Centre
###################################*/

#col3{
	min-height:100px;
	width:430px;
	margin-right:208px;
	margin-left:298px;
}

#colc{
padding-bottom:20px;
overflow:auto;
}

/*###################################
Items
###################################*/
	
#content .item{
	min-height:100px;
	min-width:100px;
	margin:0 0 20px 0;
}

#content .item a{
	color:#255f6f;
	text-decoration:none;
	margin:0;
}

#content .item a:hover{
	color:#57abc3;
	margin:0;
}

#content .item ul{
	list-style:url(img/list.jpg);
	text-indent:0;
	padding:0;
	margin:0;
	margin-left:20px;
}

#content .item li{
	margin-bottom:5px;
}

#content .item img{
	border:0;
}

/* Title */

	#content .title{
		width:75px;
		height:50px;
		line-height:30px;
		text-indent:45px;
		font-size:16px;
		font-weight:bold;
		margin:0;
		padding:0;
		position:relative;
	}
	
	#content .title img{
		position:absolute;
		top:0;
		left:0;
	}
	
/* Content Item */

#content .icontent{
	min-height:50px;
	min-width:100px;
	margin:-18px auto 0 auto;
	padding:10px;
}
	
/* Items de news */

	#content .news{
		margin:20px auto 20px auto;
		width:400px;
		min-height:100px;
	}
	
	#content .newstitle{
		height:20px;
		width:400px;
		color:#4e638e;
		font-size:16px;
		font-weight:bold;
		line-height:20px;
		position:relative;
	}
	
	#content .newsdate{
		font-size:10px;
		font-weight:bold;
	}
	
	
	#content .newscontent{
		border-bottom:1px solid #a2bfd8;
		padding:10px;
		text-indent:10px;
		text-align:justify;
	}
	
/* Special class */
	
	.player{
		width:150px;
		height:120px;
		display:block;
		margin:auto;
	}
	
	.fb{
	display:block;
	margin:10px;
	width:91px;
	height:84px;
	border: 0px;
	}

/* Portfolio */	

	.portitem{
	width:300px;
	min-height:350px;
	padding:0;
	text-align:justify;
	}
	
	.portitem p{
	text-indent:10px;
	}
	
	.portitem img{
	border:0;
	}
	
/* Liens */	
	
	.liens ul{
	display:block;
	width:500px;
	min-height:50px;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	padding:0;
	margin:10px auto 10px auto;
	text-align:center;
	}
	
	.liens li{
	margin:10px;
	}
	
	.date{
	font-size:10px;
	}
	
	.liens a{
		color:#4e638e;
		text-decoration:none;
		margin:0;
	}

	.liens a:hover{
		color:#57abc3;
		margin:0;
	}
	
	.admin p{
	text-align:center;
	}
	
	.adminform{
	display:block;
	width:150px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
	}

/*###################################
Footer
###################################*/

#footer {
    background: url(img/footer.png) no-repeat;
    height: 80px;
    width: 936px;
    margin: 0 auto 0 auto;
	padding-top:20px;
	text-align:center;
	font-weight:bold;
	color:#000;
}

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

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

/*###################################
Slider
###################################*/

#slider1 img {
    border: 0;
}

#slider1 ul {
    margin: 0;
    padding: 0;
    list-style: square;
    text-align: left;
}

#slider1 {
    width: 900px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    margin: 0 auto 0 auto;
	z-index:1;
}

#slider1Content {
    width: 720px;
    position: absolute;
    top: 0;
    margin-left: 0;
}

.slider1Image {
    float: left;
    position: relative;
    display: none;
}

.slider1Image span {
    position: absolute;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 20px;
    width: 900px;
    color: #969696;
    display: none;
    line-height: 30px;
}

.slider1Image p {
    color: #6480a7;
	text-indent:10px;
}

.clear {
    clear: both;
}

.slider1Image span strong {
    font-size: 20px;
}

.left {
    top: 0;
    left: 0;
    width: 200px !important;
    height: 280px;
}

.right {
    left: 675px;
    bottom: 0;
    width: 200px !important;
    height: 280px;
}

.control {
bottom:0;
display:block;
width:20px;
height:20px;
text-indent:-10000px;
position:absolute;
cursor:pointer;
z-index:2;
}

#leftControl {
right:50px;
background:url(img/btn_left2.png) center no-repeat;
}
#rightControl {
right:20px;
background:url(img/btn_right2.png) center no-repeat;
}