/* CSS Document 
*{
	border: 1px solid #000000;
}  */

body {
	margin:0px;
	padding:0px;
	width:100%;
	background-repeat:repeat-x;
	background-color:#999;
	font-family:Arial, Helvetica, sans-serif;
}

div.container {
	position:relative;
	width:910px;
	left:50%;
	margin-left:-455px;
}
			  
div.header {
	height:165px;
	background-image:url(style/top.png);
}

div.content_top {
	top:0px;
	height:20px;
	background-image:url(style/head.png);
	background-position:right top;
	background-repeat:no-repeat;
}
		
div.content {
	background-image:url(style/main.png);
	background-repeat:repeat-y;
	background-position:0px 0px;
}

div.content_left {
	float:left;
	width:205px;
	margin-left:5px;
}

div.content_right {		
	margin-left:215px;
	margin-top:0px;
	
	padding-left:0px;
	padding-right:25px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background-image:url(style/h1.png);
	background-position:478px top;
	background-repeat:no-repeat;
}

div.content_right a {
	color:#FF0000;
	text-decoration:underline;
}

div.content_bottom {
	clear:both;
	height:24px;
	padding-left:14px;
	background-image:url(style/foot.png);
	background-position:bottom;
	
	font-size:9px;
}

div.menu {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:20px;
	padding-right:35px;
	padding-top:5px;
	padding-bottom:0px;
	background-image:url(style/menu.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

div.menu > ul {
	font-size:13px;
	margin-top:0px;
	margin-bottom:0px;
}

div.menu ul ul{
	font-size:11px;
}
		
div.menu_bottom {
	margin-top:0px;
	height:25px;
	background-image:url(style/menu_bottom.png);
	background-repeat:no-repeat;
		}
		
div.menu a {
	color:#000000;
	text-decoration:none;
}
			
div.menu a:hover {
	text-decoration:underline;
	background-repeat:no-repeat; 
	background-position:center 1px;
}
			
div.menu p {
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(style/menu_p.png);
	background-repeat:no-repeat; 
	background-position:center 1px;
	
	font-size:13px;
	text-align:center;
}

h1 {
	padding-left:500px;
	margin-top:0px;
	margin-bottom:25px;

	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	font-size:18px;
}
	
h2 {
	font-weight:bold;
	letter-spacing:1px;
	font-size:14px;
}

h3 {
	font-weight:bold;
	font-size:12px;
}
		
p.telecharger {
	height:28px; /*28px*/
	padding-top:5px;
	background-image:url(style/download.png);
	background-position:center 0px;
	background-repeat:no-repeat;
	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
			}
			
p.telecharger a{
	color:#000000;
	text-decoration:none;
	}
	
p.telecharger a:hover{
	font-weight:bolder;
			}
			
table.standard {
	width:667px;
	background-color:#FFFFFF;
	border-color:#FFCC00;
	border-style:solid;
	border-width:3px;
	border-top-width:0px;
	font-size:12px;
}

table.news {
	width:180px;
	margin-left:5px;
	margin-right:5px;
	background-color:#FFFFFF;
	border-color:#FFCC00;
	border-style:solid;
	border-width:3px;
	border-top-width:0px;
	font-size:10px;
}

div.table_top_standard {
	width:667px;
	height:17px; /*20px*/
	padding-top:3px;
	background-repeat:no-repeat;
	background-image:url(style/table_top_standard.png);
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

div.table_top_standard_542 {
	width:542px;
	height:17px; /*20px*/
	padding-top:3px;
	background-repeat:no-repeat;
	background-image:url(style/table_top_standard_542.png);
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

div.table_top_news {
	width:180px;
	height:17px; /*20px*/
	margin-left:5px;
	margin-right:5px;
	padding-top:3px;
	background-repeat:no-repeat;
	background-image:url(style/table_top_news.png);
	text-align:center;
	font-weight:bold;
	font-size:10px;
}
			  
table.standard td{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}	   

table.news td {
	padding-top:5px;
	padding-left:7px;
	padding-right:0px;
	padding-bottom:5px;
	vertical-align:top;
}

span.news_contenu p {
	padding:0px;
	margin:0px;
}

span.news_contenu img {
	visibility:hidden;
	width:0px;
	height:0px;
}

form {
	margin:0px;
	padding:0px;
}

td.bordurehaut {
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color:#FFCC33;
}

th {
	background-color:#FFFF66;
}
		  
.left {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
}
	
.right {
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}
	
ul {
	margin-left:5px;
	padding-left:0px;
	margin-bottom:15px;
}

ul li {
	padding-left:15px;
	list-style-type:none;
	background-image:url(style/puce.png);
	background-repeat:no-repeat;
	background-position:left 2px;
}

a li:hover  {
	padding-left:15px;
	list-style-type:none;
	background-image:url(style/puce_hover.png);
	background-repeat:no-repeat;
	background-position:left 2px;
}

ul ul {
	margin-left:0px;
	padding-left:0px;
	margin-top:6px;
	margin-bottom:10px;
}

ul ul li{
	padding-left:10px;
	list-style-type:none;
	background-image:url(style/puce2.png);
	background-repeat:no-repeat;
	background-position:left 3px;
}

ol {
	margin-left:15px;
	padding-left:0px;
}

p.avis_titre {
	margin-top:5px;
	margin-bottom:0px;
	background-image:url(style/p_avis_titre.png);
	background-repeat:no-repeat;
	background-position: left bottom;
}

p.avis_contenu {
	margin-top:0px;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:0px;
	margin-bottom:0px;
	
	background-image:url(style/p_avis.png);
	background-repeat:repeat-y;
}

div.avis_bottom
{
	border:0px;
	padding:0px;
	margin:0px;
	height:20px;
	background-image:url(style/p_avis_bottom.png);
	background-repeat:no-repeat;
}

/* MENU */
#mi_accueil {
	background-image:url(style/mi_accueil.png);
	background-repeat:no-repeat;
} 

#mi_accueil:hover {
	background-image:url(style/mi_accueil_hover.png);
	background-repeat:no-repeat;
} 

/* TOP MENU */
div.top_part_1 {
	height:20px;
	margin-left:5px;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

div.top_part_1 marquee {
	padding-top:3px;
}

div.top_part_2 {
	height:100px;
	padding-left:210px;
	margin-top:10px;
}

div.top_part_3 {
	margin-left:20px;
	margin-top:3px;
	height:30px;
}

dl {
	margin:0px;
	padding:0px;
}

dt {
	float:left;
	margin-left:22px;
	margin-right:22px;
	margin-top:0px;
}

dd {
	position:absolute;
	top:161px;
	width:150px;
	margin:0px;
	padding-top:5px;
	padding-bottom:7px;
	background-image:url(style/smenu.png);
	background-position:bottom;
	z-index:1000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
	display:none;
}

dd a{
	text-decoration:none;
	color:#000000;
}

dd a:hover {
	font-weight:bolder;
}

dd ul {
	margin-left:12px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
}

dd li {
	padding-left:15px;
	list-style-type:none;
	background-image:url(style/puce.png);
	background-repeat:no-repeat;
	background-position:left 3px;
}

#smenu1 { left:30px; }
#smenu2 { left:145px; }
#smenu3 { left:265px; }
#smenu4 { left:390px; }
#smenu5 { left:520px; }
#smenu6 { left:690px; }

img.menu_element:hover {
	cursor:pointer;
}

#accueil:hover {
	background-image:url(style/menu_accueil_hover.png);
}

#logiciels:hover {
	background-image:url(style/menu_logiciels_hover.png);
}

#codecoso:hover {
	background-image:url(style/menu_codecoso_hover.png);
}

#tvradio:hover {
	background-image:url(style/menu_tvradio_hover.png);
}

#flightsimulator:hover {
	background-image:url(style/menu_flightsimulator_hover.png);
}

#divers:hover {
	background-image:url(style/menu_divers_hover.png);
}

#contact:hover {
	background-image:url(style/menu_contact_hover.png);
}

