body {
	overflow : auto;
	background: url(../images/fond-body.jpg) no-repeat fixed 0% 100%;
	background-attachment: scroll;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #3C4853;
	margin: 0px;
}

a:link {
	color: #3C4853;
	text-decoration: none;
}

a:visited {
	color: #3C4853;
	text-decoration: none;
}

a:hover {
	color: #F63327;
	text-decoration: underline;
}

.voicemenu a:hover {
	color: #F63327;
	text-decoration: none;
}

input,textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #6c6a68;
	height: 13px;
}

ul {
	list-style: round;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-left: 2px;
	font-size: 11px;
}

li {
	background: transparent;
	font-size: 11px;
	padding: 0px;
}

blockquote {
	border: 1px solid #CCCCCC;
	background-image: url(../images/fond-plante.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px;
	margin-left: 10%;
	margin-right: 10%;
}

h1 {
	position: absolute;
	left:-1000px;
	top: -1000px;
}

h2 {
	position: absolute;
	left:-1000px;
	top: -1000px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #3C4853;
	margin: 0px;
}

/* ---------------------------------
BLOG STYLE
--------------------------------- */
#box {
	background-image: url(../images/fond-box.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: transparent;
	color: #3C4853;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px; 
	margin-left: auto;
	margin-right: auto;
  	width: 637px;
}  

#menu {
	background-image: url(../images/fond-menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: transparent;
	float: right;
	text-align: left;
	color: #3C4853;
	width: 234px;
	margin-bottom: 10px;
	padding-top: 260px;
	padding-bottom: 15px;
} 

*> #menu {
	background-image: url(../images/fond-menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: transparent;
	float: right;
	text-align: left;
	color: #3C4853;
	width: 234px;
	margin-bottom: 10px;
	padding-top: 260px;
	padding-bottom: 15px;
}

#boxblog {
	background-image: url(../images/fond-principal.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 403px;
	float:left;
	margin-bottom: 10px;
	background-color: transparent;
	padding-bottom: 15px;
	text-align: justify;
	position: center;
}

#footer {
	background-image: url(../images/fond-footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 32px; 
	clear: both; 
	font-size: 11px;
	color:#3C4853;
	text-align: right;
	padding-right: 40px;
}

/* ---------------------------------
BLOG TITLE STYLE
--------------------------------- */

#blogtitle a:link, #blogtitle a:visited{
    font-family: Times New Roman, Times, serif;
	font-size: 25px;
	text-transform: capitalize;
	text-align: left;
	text-decoration: underline;
	color: #3C4853;
}

#blogtitle a:hover, #blogtitle a:active  {
 	color: #3C4853;
	text-decoration: underline;
}

#blogdescription {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 2px;
	text-align: left;
	color: #3C4853;
	margin: 20px 0px 85px 10px;
}

*> #blogdescription {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 2px;
	text-align: left;
	color: #3C4853;
	margin: 20px 0px 85px 10px;
}

/* ---------------------------------
MENU STYLE
--------------------------------- */

.boxmenu {
	margin-bottom: 15px;
	text-align: right;
    padding: 0px 20px 0px 10px;
}

.voicemenu {
    font-family: Verdana, Times New Roman, Times, serif;
	color: #3C4853;
    padding: 2px 0px 2px 0px;
    margin: 30px 5px 5px 5px;
	text-align: right;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: 1px solid #213F5D;
	cursor: pointer;
}

.submenu {
	margin-right: 5px;
}

.submenu2 {
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 2px;
	text-align:left;
}

.submenu3 {
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
	color: #F63327;
	text-align:left;
}

/* ---------------------------------
POST STYLE
--------------------------------- */

.post {
	margin-bottom: 15px;
	padding: 0px 25px 0px 20px;
	background-color: transparent;
}

.titlepost {
    font-family: Verdana, Times New Roman, Times, serif;
	font-size: 14px;
	color: #3C4853;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
	padding-left: 3px;
	text-align: left;
}

.datepost {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #3C4853;
	text-transform: capitalize;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	padding: 0px 0x 2px 3px;
	margin-top: 10px;
}

.titolinilog {
	color: #3C4853;
	font-size: 12px;
	text-align: left;
	margin-bottom: 50px;
}

.text {
	color: #3C4853;
	font-size: 11px;
	text-align: justify; 
	margin-bottom: 20px;       
}
a.imgCommander
{
	display: block; /* la balise a doit être en bloc */
	width: 96px; /* largeur de l'image réactive */
	height: 15px; /* hauteur de l'image réactive */
	background-image: url(../images/commander.gif); /* source de l'image de départ */
	background-repeat: no-repeat;
}
a.imgCommander:hover
{
	background-image: url(../images/commander_over.gif); /* source de l'image d'arrivée */
}
a.imgInfosPdf
{
	display: block; /* la balise a doit être en bloc */
	width: 77px; /* largeur de l'image réactive */
	height: 15px; /* hauteur de l'image réactive */
	background-image: url(../images/infos_pdf.gif); /* source de l'image de départ */
	background-repeat: no-repeat;
}
a.imgInfosPdf:hover
{
	background-image: url(../images/infos_pdf_over.gif); /* source de l'image d'arrivée */
}
a.imgWeb
{
	display: block; /* la balise a doit être en bloc */
	width: 39px; /* largeur de l'image réactive */
	height: 15px; /* hauteur de l'image réactive */
	background-image: url(../images/web.gif); /* source de l'image de départ */
	background-repeat: no-repeat;
}
a.imgWeb:hover
{
	background-image: url(../images/web_over.gif); /* source de l'image d'arrivée */
}
a.imgPdfFr16
{
	display: block; /* la balise a doit être en bloc */
	width: 109px; /* largeur de l'image réactive */
	height: 15px; /* hauteur de l'image réactive */
	background-image: url(../images/download_ik7_fr.gif); /* source de l'image de départ */
	background-repeat: no-repeat;
}
a.imgPdfFr16:hover
{
	background-image: url(../images/download_ik7_fr_over.gif); /* source de l'image d'arrivée */
}
a.imgPdfIt16
{
	display: block; /* la balise a doit être en bloc */
	width: 109px; /* largeur de l'image réactive */
	height: 15px; /* hauteur de l'image réactive */
	background-image: url(../images/download_ik7_it.gif); /* source de l'image de départ */
	background-repeat: no-repeat;
}
a.imgPdfIt16:hover
{
	background-image: url(../images/download_ik7_it_over.gif); /* source de l'image d'arrivée */
}
a.imgPdfFr17
{
	display: block; /* la balise a doit être en bloc */
	width: 109px; /* largeur de l'image réactive */
	height: 15px; /* hauteur de l'image réactive */
	background-image: url(../images/download_ikhs_fr.gif); /* source de l'image de départ */
	background-repeat: no-repeat;
}
a.imgPdfFr17:hover
{
	background-image: url(../images/download_ikhs_fr_over.gif); /* source de l'image d'arrivée */
}
a.imgPdfIt17
{
	display: block; /* la balise a doit être en bloc */
	width: 109px; /* largeur de l'image réactive */
	height: 15px; /* hauteur de l'image réactive */
	background-image: url(../images/download_ikhs_it.gif); /* source de l'image de départ */
	background-repeat: no-repeat;
}
a.imgPdfIt17:hover
{
	background-image: url(../images/download_ikhs_it_over.gif); /* source de l'image d'arrivée */
}