@charset "utf-8";
/* CSS Document */
/* --------------- GLOBAL --------------- */

BODY {
    background: white;
    font-family: 'verdana', Arial, sans-serif;
    font-size: 13px;
    color: #348484;
    margin: 0;
    padding: 0
}

TD {
	font-size: 13px;
}

A IMG {
    border: none
}

A {
    color: #348484;
    text-decoration: underline
}

A:hover {
    color: #348484;
    text-decoration: none
}

h1 {
  color: #2ca5af;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 24px;
  margin-bottom:25px;

}

.contenu_editeur h1 
{
  color: #2ca5af;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 18px;
  margin-bottom:25px;
}



h2 {     line-height: 20px;
    font-size: 18px;
    color: #348484;
    text-transform: uppercase;
	margin-bottom: 10px;
	
}


.contenu_editeur h2 
{
     line-height: 30px;
    font-size: 22px;
    color: #3e3d3d;
    text-transform: none;
	margin-top: 30px;
    margin-bottom: 5px;
	
	
}


h3 {  line-height: 20px;
    font-size: 18px;
    color: #2ca5af;
    text-transform: uppercase;
    margin-bottom: 16px;

	
}


.contenu_editeur h3 
{
    line-height: 20px;
    font-size: 18px;
    color: #2ca5af;
    text-transform: none;
	margin-top: 20px;
    margin-bottom: 5px;


}


h4 {  line-height: 16px;
    font-size: 14px;
    color: #3e3d3d;
    text-transform:uppercase;
    margin-bottom: 14px;
	
}


.contenu_editeur h4 
{
    line-height: 16px;
    font-size: 14px;
    color: #3e3d3d;
    text-transform:uppercase;
    margin-bottom: 14px;
	font-weight:100;
	
}
