* {
	margin:0;
	padding:0;
}
html { /* afficher un ascenseur grisé même s'il n'est pas utileentre une page logngue et une page courte */
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
}
body {
	background-size:100% auto;
	-moz-background-size: 100% auto;		/* pour Mozilla */
	-webkit-background-size:100% auto;		/* pour Chrome & safari */
	background-image: url(images/images.jpg);
}


#principal {
	width: 900px;
	padding: 10px;
	margin:0 auto;
}
#entete {
	height: 180px;
	padding: 10px;
	margin:0 auto;
}

#logoflash {
	height: 180px;	
	width: 206px;
	float: left;
}
#logo {
	width: 674px;
	height: 180px;
	float: right;
	background-image: url(images/Binaries.gif);
}
#content {
	float: right;
	width: 634px;
	height: 480px;
	padding:20px;
	margin:0 auto;
	background-color: #B5F9F0;
	border-radius:20px 20px 20px 20px ;			/* coins arrondis */ 
	-moz-border-radius:20px 20px 20px 20px ;
	-webkit-border-radius:20px 20px 20px 20px ;
}

#contact {
	float: right;
	width: 634px;
	height: 480px;
	padding:20px;
	margin:0 auto;
	background-color: #B5F9F0;
	border-radius:20px 20px 20px 20px ;			/* coins arrondis */ 
	/*-moz-border-radius:20px 20px 20px 20px ;
	-webkit-border-radius:20px 20px 20px 20px ;*/
}

#divenum {
	padding: 20px;
}
ul {
	list-style-type: circle;
}
li {
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




#sidebar {
	float: left;
	width: 206px;
	margin-left: 10px;
}
#footer {
	height: 20px;
	padding:10px ;
	clear: both;
	margin-top:30px;
	margin-left: 206px;
	text-align:center;
}
#footer p {
	color: #CCC;
}
#fooleft {
	float: left;
	font-size: 14px;
	color: #FFF;
}

#foocenter {
	float: center ;
	font-size: 14px;
	color: #FFF;
}
#fooright {
	float: right;
}


.info{
	margin-bottom:10px;
	height:100px;
}

.info img{				/* dans la classe info, les img seront en float left */
	width:50px;
	height:50px;
	float:left;
	margin:0 10px 0 5px ;
}
.optionvisu {
	font-weight: bold;
	color: #FF0;
}
.optionmoins {
	font-style: italic;
	font-weight: bolder;
	color: #666;
	font-variant: small-caps;
}


p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	margin: 10px;
}

h1 {
	font-family: "Lucida Console", Monaco, monospace;
	color: #F09;
	text-shadow: 5px 5px 9px  red ;		/* Met une ombre sur les textes h1 */
	-moz-text-shadow: 5px 5px 9px  red;
	-webkit-text-shadow: 5px 5px 9px  red;
}
img {
	/*box-shadow: 5px 5px 12px  #333 ;		Met une ombre sur les img 
	-moz-box-shadow: 5px 5px 12px  #333;
	-webkit-box-shadow: 5px 5px 12px  #333;*/
	width:100%;
	height:auto;
	max-width:100%;
	
}

h2 {
	margin-top:10px;
	text-shadow: 0px -1px 3px yellow, 		/* effet feu sur le h2 */
	0px -4px 5px orange,
	0px -7px 7px red,
	0px -11px 12px darkred; 
}
.date {										/* classe date */
	font-style: italic;
	font-weight: bold;
	color: #900;
}
.pays {
	font-size: 18px;
	font-style: oblique;
	color: #6F0;
}
.aligne_centre {
	display: block;
	margin-right: auto;
	margin-left: auto;
	box-shadow: none;						/* Suprime l'ombre sur les img appartement à cette classe */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:red solid 3px;
}

.title1 {
	color:#0000CC;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size:16px;
	font-style: normal;
}
.title2 {
	color:#FF0000;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	font-style: normal;
}
