body{  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0px;
	background-color:#DADADA;
	background-image: url("http://www.yamalandia.com/themes/v2/images/header_w.png");
	background-repeat: repeat-x;
	
}
img {border: 0;}
a {
	color: #002f59;
	text-decoration:none;
}
a:hover {
	color: #3298C7;
	text-decoration:none;
}

/* HEADER */
div#header{
	width:100%;
	height: 150px;
	margin: auto;
	background-image: url("http://www.yamalandia.com/themes/v2/images/header_w.png");
	background-repeat: repeat-x;
}

div#menu_h{
	width: 100%;
	height: 46px;
	background:url("http://www.yamalandia.com/themes/v2/images/header_menu_w.png") 0 0 repeat-x;
	text-align: center;
	font-size: 10px;
}

/* CONTENT */
div#content{
	margin: auto;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	width:95%;
	min-width:950px;
	max-width:1400px;
}

.block{
	margin:auto;
}
.block_content{
	border-bottom:1px solid #0b73b3;
	padding:5px;
	background-color:#FFFFFF;
}
.block_lc{
	background-image: url('http://www.yamalandia.com/themes/v2/images/block_h_l.png');
	height:22px;
	width:5px;
	max-width:5px;
	overflow: hidden;
}
.block_h{
	background-image: url('http://www.yamalandia.com/themes/v2/images/block_h_w.png');
	height:22px;
	color: white;
	font-weight:bold;	
}
.block_rc{
	background-image: url('http://www.yamalandia.com/themes/v2/images/block_h_r.png');
	height:22px;
	width:5px;
	max-width:5px;
	overflow: hidden;
}

/* FOOTER */
div#footer{
	width: 100%;
	height: 250px;
	background-image: url("http://www.yamalandia.com/themes/v2/images/footer_w.png");
	background-repeat: repeat-x;
	margin-top:10px;
	padding-top:10px;
}
#footer h2{
	font-size: 18px;
	font-family: sans-serif;
	color: #67cbfd;
	border-bottom: 1px dotted #002f59;
}
#footer a{
	color: #FFFFFF;
}
#footer a:hover{
	color: #67cbfd;
	text-decoration: underline;
}
/* Blocks */

/* Nuage de mots */
.cloud1 { font-family:Verdana; font-size:18px;color: blue;text-decoration: none;font-weight: normal;}
.cloud2 { font-family:Verdana; font-size:12px;color: blue;text-decoration: none;font-weight: normal;}
.cloud3 { font-family:Verdana; font-size:10px;color: blue;text-decoration: none;font-weight: normal;}

.note{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.tuto_infos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.tuto_infos2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.tuto_titre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.tuto_desc{
	padding:5px;
	border: 1px dotted blue;
}
.tuto_texte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.tuto_src{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	font-weight: bold;
}
