@charset "UTF-8";


body  {
	background-color: #555555;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/* it's good practice to zero the margin and padding of the body element 
	to account for differing browser defaults */
	text-align: left;
	/* this centers the container in IE 5* browsers. 
	The text is then set to the left aligned default in the #container selector */
	/* background-image:url(topimages/gm16.jpg);
	background-repeat:repeat-y;*/
}



.masthead {
margin-top:17px;
margin-left:50px;
width:970px;
/*margin-bottom:7px;*/
}

.divenbas {
margin-left:50px;
padding:0px;
}


.bigtable {
	margin-top:20px;
	width:960px;
	font-size: 12px;
	font-weight: normal;
	color: #EEEEEE;
	vertical-align:top;	/* float:left; */
	background-color:#666666;
	
	}
/* 
border-color:#00CC00;
border-width:1px;
border-style:solid;
*/

.bigtable td {
	vertical-align: top;
}

.padding-gauche-bas {
padding-left:25px;
padding-bottom:20px;}

.padding-droite-bas {
padding-right:30px;
padding-bottom:20px;}

.imagetable {
	width:960px;
	margin-top:0px;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	vertical-align:top;
	/* float:left; */

/* top border */
border-top-color:#0099FF;
border-top-width:2px;
border-top-style:solid;
}



.tdmenu {
	padding-top:3px;
	padding-left: 30px;
	padding-right:0px;
	padding-bottom:4px;
	vertical-align:top;
}


.tdtext2 {
	font-size: 10px;
	text-align:left;
	width:148px;
}

.outline 
{
margin-left:50px;
width:960px;
border-color:#0099FF;
border-width:thin;
border-bottom-style:solid;
}

.names {
	color: #555555;
	font-size: 14px;
	font-weight:bold;
}

.textbigger {
	font-size: 18px;
	/* font-weight: bolder; */
	
}

.flottergauche {
float:left;
}


/* link styles */



a:link {
	text-decoration : none;
	color: #555555;
	/*
	color: #0000FF;  
	blue links */
}

.alexa a:link {
	text-decoration : none;
	color:#00CC00; /*6666FF blue links */
	font-size:14px;
	
}

a:visited {
	text-decoration : none;
		color: #555555;
	/* color: #0000FF; */
}

.alexa a:visited {
	text-decoration : none;
	color:#00CC00; /* blue links */
	font-size:14px;
}

a:hover {
	color:#FFFFFF; /* dimmed red color:#EE0000; */
	text-decoration:none;		/* #ee8800 */
}

.alexa a:hover {
	color:#FFFFFF; /* dimmed red color:#EE0000; */
	text-decoration:underline;		/* #ee8800 */
}

.whitealbum a:hover {
	color: ##EE0000; /* red links */
}

.fbook a:hover {
	text-decoration : none;
	color: #FFFFFF; /* white links */
}

a:active {
	color : #FF0000;
	text-decoration:overline;
}

