/*------------------------------------------------Gestion des id-----------------------------------------------------*/

#page {
	background-color:#FFFFFF;
	height:auto;
	border:1px solid #999999;
	border-style:dotted;
	margin:0 auto 48px;
	padding:0 12px;
	position: relative;
	text-align:left;
	width:860px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

/* des css pour les banners sur Iphone */
#divHeader_fr {
	background-position:center;
	background-color:#0066FF;
	margin-bottom : 10px;
	margin-top : 15px;
	background-image : url("images/banniereAnim_fr.png");
	background-repeat:no-repeat;
}

#divHeader_en {
	background-position:center;
	background-color:#0066FF;
	margin-bottom : 10px;
	margin-top : 15px;
	background-image : url("images/banniereAnim_en.png");
	background-repeat:no-repeat;
}

#divHeader_it {
	background-position:center;
	background-color:#0066FF;
	margin-bottom : 10px;
	margin-top : 15px;
	background-image : url("images/banniereAnim_it.png");
	background-repeat:no-repeat;
}

#divHeader_de {
	background-position:center;
	background-color:#0066FF;
	margin-bottom : 10px;
	margin-top : 15px;
	background-image : url("images/banniereAnim_de.png");
	background-repeat:no-repeat;
}

#divHeader_sp {
	background-position:center;
	background-color:#0066FF;
	margin-bottom : 10px;
	margin-top : 15px;
	background-image : url("images/banniereAnim_sp.png");
	background-repeat:no-repeat;
}

/* FIN des css pour les banners sur Iphone */

#divLangue {
	margin-right : 15px;
	width : 140px;
	height : 20px;
	text-align : center;
	padding-top : 5px;
	margin-bottom : 5px;
	float : right;
}

#divMenu {
	margin-left : 15px;
	width : 160px;
	height : auto;
	text-align : left;
	padding-bottom : 10px;
	margin-top : 15px;
	float : left;
	background-repeat : repeat-y;
	font-size:14px;
	color:#000066;
	font-family:Georgia, "Times New Roman", Times, serif;

}

#divContent {
	margin-left : 180px;
	width : 640px;
	height: 600px;
	margin-top : 20px;
	background-repeat : repeat-y;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;	
	padding-bottom : 15px;
	margin-bottom : 15px;
	text-align:justify;

}

#divMelanie {
	margin-right :15px;
	width : 135px;
	height: 209px;
	margin-top : 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;	
	padding-top:18px;
	margin-bottom : 7px;
	/*display:block;*/
	display:block;
	float:left;
	background-image : url("images/fond_DivMelanie_photo.jpg");
	background-repeat:no-repeat;
}

#divTrados {
	/*margin-left :15px;*/
	width : 130px;
	height: 132px;
	margin-top : 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;	
	padding-top:18px;
	margin-bottom : 7px;
	/*display:block;*/
	float:left;
	/*fixed: left;*/
	background-image : url("images/fond_DivTrados_photo.jpg");
	background-repeat:no-repeat;
}

/*
#divWebrank {
	margin-left : 15px;
	width : 160px;
	height : auto;
	text-align : left;
	padding-top:10px;
	margin-top:10px;
	padding-bottom : 5px;
	margin-bottom : 5px;
	fixed: left;
	font-size:14px;
	color:#000066;
}
*/
#divFooter {
	width : 860px;
	height : 30px;
	margin-bottom : 15px;
	text-align : center;
	margin-top : 15px;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 20px;	
	
}

#divFormulaire {
	margin-left : 20px;
	width : 560px;
	height: auto;
	margin-top : 20px;
	/*background-repeat : repeat-y;
	color:#999999;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;	
	padding-bottom : 15px;
	margin-bottom : 15px;
	text-align:justify;
	background-image : url("images/bleuForm.gif");

}

/*------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------Gestion des balises------------------------------------------------*/

body {
	margin: 0px;
	padding:0px;
	background-image : url("images/traitGris.gif");
}



a {

	color:#666666;
	text-decoration:underline;

}

a:hover {
text-decoration:none

}

h1 {
	background-color : #71903D;
	width : 100%;
	font-size : 110%;
	color : #E7F0D8;
	text-align : center;
	height : auto;
}


img {
	border : none;
}

p {
	margin-top : 10px;
	margin-left : 20px;
	margin-right : 20px;
	padding-bottom : 10px;
	text-align : justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.p_no_Margin {
	margin-left : 0px;
}

/* GESTION DU FORMULAIRE*/
fieldset
  {
	padding: 2px;
	/*background-image : url("images/traitGris.gif");*/
  	border:1px solid #999999;
	border-style:dotted;
  }
  
.input 
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	}
input[type="submit"], input[type="button"]	
	{
	background-color: #C0C0C0;
	color: black;
	border: 1px outset #999999;
	}

input[type="text"]:focus, input[type="password"]:focus 
	{
	background-color: #DDDDDD;
	color: black;

	}
	
label
  {
  display: inline;
  float: left;
  width: 150px;
  } 

legend
  {
  padding-right: 5px;
    padding-left: 5px;
  }
  
.float {
	display: block;
	width:200px;
	float:left;
	font-family: verdana, serif;
	font-size:12px
}
 
.espace_form {
	line-height:1.0px;
}

ul {
margin-left: 20px;
}
  
/* fin GESTION DU FORMULAIRE*/

em {
	font-size : 90%;
}


/*------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------Gestion des classes------------------------------------------------*/

.signature {
	text-align : right;
	font-style : italic;
}

.code {
	font-size : 90%;
	font-family : "courier new";
	border : 1px dashed #59A259;
	background-color : #E7F0D8;
}

.ligne {
	color : #666666;
}

.ligne2 {
	color : #666666;
	font-weight : bold;
}

.center {
	text-align : center;
}

.html_balises {
	color : #0000CA;
}

.html_balise_parametres {
	color : #0000CA;
}

.html_balise_quotes {
	color : #EE0000;
}

.css_commentaires {
	color : #FF8000;
}

.css_ptvirgule {
	color : #339933;
}

.css_deuxpts {
	color : #339933;
}

.css_valeurs {
	color : #555555;
}

.css_quotes {
	color : #EE0000;
}

.css_accolades {
	color : #FF3399;
}

.css_parametres {
	color : #0066CC;
}

/*-------------------------------------------------------------------------------------------------------------------------*/

.titre {
	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;
	font-size:18px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3366CC;
	font-style:italic;
	letter-spacing: 1px;
}

.Menu {

	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;
	font-size:14px;
	color: #3366CC;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;

}

A.Menu:hover {

	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;
	font-size:14px;
	color: #3366CC;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.MenuOFF {
	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;
	font-size:14px;
	color: #3366CC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}