/*
jaune: #FFCC00
bleu: #336699
*/

/* CSS Document */
/**************************** BODY **********************************/
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	line-height:15px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	font-family: Myriad Web Pro, Arial;
	list-style-type: none;
	list-style-position: inside;
}
body{
	text-align: left;
	color: #ffffff;
	background: #336699 url(./img/blank.jpg) top left repeat;}
div#container{
	position: relative;
	margin: 30px auto;
	width: 900px;
	background: transparent url(./img/page-bg2.jpg) top right repeat-y;}
div#page-top{
	position: relative;
	width: 900px;
	height:211px;
	background: transparent url(./img/page-bg1.jpg) top right repeat-y;}
div#page-menu{
	position: relative;
	text-align: center;
	width: 880px;
	height:25px;
	margin: 0 auto;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;}
div#page-main{
	position: relative;
	width: 900px;
	height: 470px;
	background: transparent url(./img/content_bg.jpg) bottom center no-repeat;}
div#page-bottom{
	position: relative;
	width: 900px;
	height:82px;
	background: transparent url(./img/page-bg1.jpg) top right repeat-y;}
	
/*************************** BLOCS DE CONTENUS *********************************/
div#content{
	position: relative;
	margin: 0;
	width: 900px;
	height: 470px;}
div#header{
	position: relative;
	margin: 0 auto;
	width:260px;
	height:182px;
	background: transparent url(./img/logo_stelme.png) center top no-repeat;}
div.cadrephoto{
	display:block;
	width:900px;
	height: 246px;}
.pho1{	background: transparent url(./img/p1_photo.jpg) top left no-repeat;}
.pho2{	background: transparent url(./img/p2_photo.jpg) top left no-repeat;}
.pho3{	background: transparent url(./img/p3_photo.jpg) top left no-repeat;}
.pho4{	background: transparent url(./img/p4_photo.jpg) top left no-repeat;}
.pho5{	background: transparent url(./img/p5_photo.jpg) top left no-repeat;}
.pho6{	background: transparent url(./img/p6_photo.jpg) top left no-repeat;}
.pho7{	background: transparent url(./img/p7_photo.jpg) top left no-repeat;}
div.contenttext{
	width: 860px;
	height: 190px;
	margin: 0 auto;}
div.bloctext{
	display: block;
	float: left; 
	width: 205px;
	margin: 10px 5px;}
div.bloctext_L{
	display: block;
	float: left; 
	width: 400px;
	margin: 10px 5px;}
div.bloctext_XL{
	display: block;
	float: left; 
	width: 635px;
	margin: 10px 5px;}
div.bloctext_XXL{
	display: block;
	float: left; 
	width: 800px;
	margin: 20px 30px;}

.clear{	clear: both;}

div#footer{
	text-align: center;
	position: relative;
	top: 10px;}

/**************************** MENU **********************************/
span.menu-top a{
	color: #336699;
	text-align:center;
	text-decoration:none;
	font-size: 17px;
	margin: 0 15px;
	line-height:25px;}
span.menu-top a:hover{
	color: #FFCC00;}

/**************************** FORMATAGE **********************************/
h2 {
	width: 460px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	margin: auto;}
a:link, a:visited {
				color:#FFCC00;
				text-decoration:underline;}
a:hover {	color:#336699;}
p {			margin:10px;}
div#footer a{
	color:#336699;
	text-decoration:none;
	font-size: 11px;
	line-height:11px;}
div#footer a:hover{	color:#FFCC00;	}
span.diapothumb{
	margin: 5px;}
/**************************** TEXT STYLE **********************************/
.center{		text-align:center;}
.textleft{		text-align:left;}
.justify{	text-align:justify;}
.underline{	text-decoration:underline;}
.bold{		font-weight:bold;}
.italic{		font-style:italic;}
.small{		font-size: 11px; line-height:13px;}
.indent20	{text-indent:20px;}
.yellow		{color:#FFCC00;}
.blue			{color:#336699;}

/**************************** FORMULAIRE **********************************/
#formail{	vertical-align: middle;}
.formlabel{	width:115px;}
input.form {
	width: 200px;
	line-height: 20px;
	font-size:12px;
	border: 1px solid #F9BE5C;
	background-color:#ffffff;
	margin: 2px 5px;
	color: #333333;}
.textarea {
	height: 100px;
	width: 300px;
	font-size:12px;
	border: 1px solid #F9BE5C;
	background-color:#ffffff;
	margin: 2px 5px;
	color: #333333;}
