/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, dfn,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {margin-left: 1em;}

/* Miscellaneous conveniences: */
body {
	background: #B10C39;
	text-align: center;
}
html {background: #B10C39; font-size: 75%;}
h1 {
	font-size: 1.5em;
	margin: 0;
	color:#B10C39;
	text-align:left;
	}
h2 {font-size: 1.17em;}
h3 {font-size: 0.9em;}
a img {border: none;}

/* =CONTENEUR */
#conteneur {
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
	text-align: left;
	width: 991px;
	}
#conteneur.page_home {
	margin-top: 30px;
	}
	/*pavé de continent avec liste des pays*/
	#continent{
	width:991px;
	display:inline;
	height:33px;
	margin: 0;
	padding:0;
	}
	#continent ul, ul li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:block;
	}
	/*pavé pour le contenu */
	#contenu {
	margin-top:15px;
	margin-left:160px;
	width:800px;
	overflow:auto;
	}
	#contenu a:link,a:visited {
	color:#000000;
	}
	#contenu a:hover {
	color:#B10C39;
	}
	/*liste des pays en asie*/
	#asie {
	width:200px;
	float:left;
	margin-top:10px;
	padding-left:358px;
	}
	/*liste des pays en afrique*/
	#afrique {
	width:100px;
	float:left;
	margin-top:23px;
	padding-left:330px;
	}
	/*liste des pays en amerique*/
	#amerique {
	width:100px;
	float:left;
	margin-top:23px;
	margin-left:10px;
	}
	
	/*liste des pays en europe*/
	#europe {
	width:200px;
	float:left;
	padding-left:140px;
	padding-top:3px;
	}
	/*pavé de haut*/
	#haut {
	height: 300px;
	width: 991px;
	margin:0px;
	padding:0px;
	marging-top:28px;
	background-image:url(../_media/img/ds.gif);
	background-repeat:no-repeat;
	position: relative;
	background-position: top center;
	}
	/*pavé haut de la page Home*/
	#haut_page {
	background-color:#E3DED5;
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
	height:267px;
	}
	/*pavé de bas langue+mentions*/
	#langue ul {
	margin: 0;
	padding: 5px;
	padding-left:10px;
	margin-bottom: 1em;
	
	font: normal 100% verdana;
	}
		#langue ul li {
		display: inline;
		}
		
		#langue ul li a {
		color: #ffffff;
		padding: 0px 0px;
		text-decoration: none;
		}
		#langue ul li a:active {
		color: #ffffff;
		font-weight:bold;
		}
		#langue ul li.current a {
		color: #ffffff;
		font-weight:bold;
		}
		
		#langue ul li a:visited {
		color: #ffffff;
		}
		
		#langue ul li a:hover {
		color: #ffffff;
		}
	/*image au centre de la page home*/
	#sigle {
	width:991;
	height:200px;
	margin:0;
	padding:0;
	background-image:url(../_media/img/sigle.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
	/*texte en dessus de l'image du centre de la home*/
	#sigle p {
	padding-top:60px;
	padding-left: 45px;
	width:300px;
	font-family:verdana;
	font-size: 11px;
	}
	/*liste des rubriques*/
	#rubrique {
	margin-top:3px;
	margin-bottom:0px;
	margin-left:15px;
	height:20px;
	max-height:20px;		
	}
		#rubrique ul {
		margin: 0;
		padding: 0;
		float: left;
		font: normal 100% verdana;
		}
			
		#rubrique ul li {
		display: inline;
		}
					
		#rubrique ul li a {
		float: left;
		color: #ffffff;
		padding: 0px 0px;
		text-decoration: none;
		}
						
		#rubrique ul li a:visited {
		color: #ffffff;
		}
		
		#rubrique ul li a:hover {
		color: #ffffff;
		}
		
		.adress{
			width:450px;
			float:left;
		}
		
		.logoBuenos{
			width:300px;
			float:left;
		}


		/*pavé pour titre du continent+fond*/
		.horizontal {
		float:left;
		z-index:2;
		position:relative;
		left:0px; top:0px;
		background-image:url(../_media/img/bg_content_right.gif);
		background-position: top;
		background-color:#E3DED5;
		width:100%;
		background-repeat:repeat-x;
		}
		/*marge des paragraphes*/
		.marge_80 {
		margin-top:20px;
		margin-bottom: 80px;
		text-align: justify;
		}
		.marge {
		margin-top:20px;
		margin-bottom: 20px;
		text-align: justify;
		}
		/*marge des signatures */
		.marge_sig {
		margin-top:2px;
		margin-bottom: 2px;
		text-align: justify;
		}		
		.marge_sig_big {
		margin-top:2px;
		margin-bottom: 2px;
		font-weight:bold;
		}	
		
		/*marge du dernier paragraphe*/
		.marge_final {
		margin-top:20px;
		margin-bottom: 30px;
		text-align: justify;
		}
		/*mentions légales*/
		.mentions ul, ul li {
		list-style-type:none;
		}
		/*fond contenu*/
		.vertical {
		float:left;
		z-index:1;
		background-image:url(../_media/img/bg_content_left.gif);
		background-repeat:repeat-y;
		background-color:#E3DED5;
		min-height:270px;
		width:100%;
		}
		.img{
			margin-right:30px; 
			margin-bottom:20px;
		}
		

		