/* CSS Document thierrymoreau */

#global {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	text-align:left;
	border:2px solid #FFFF33;
	background-color:#CCFF99;
	
	}

body{
	margin:0;
	text-align:center;
	background-color:#006666;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	color:#333333;
	
	}
	


h1 {
	color:#009933;
	}

h2 {
	color:#006699;
	}

ul {
	list-style-image:url(img/puce.jpg);
	}
	

	
#entete {
	width:770px;
	height:135px;
	}

#footer {
	width:770px;
	height:112px;
	clear:both;
	}

/*---------------MENU-------------------*/

#menu {
	width:760px;
	height:37px;
	background-color:#ffff5b;
	border-bottom:1px solid #009933;
	border-top:1px solid #009933;
	padding-left:10px;
	font-size:18px;
	}
	

#menu a {text-decoration:none;
	color:#009933;
	font-weight:bold;
	font-size:18px;
	}

#menu a:hover {
	font-size:20px;
	}

#contenu{
	width:770px;
	background-image:url(img/bg_photos.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	float:right;
	}

/*-------------TEXTE de la page----------------*/	
#texte {
	width:635px;
	float:left;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:3px;
	margin-bottom:15px;
	
	}
	
#texte a {
	text-decoration:none;
	color:#003399;
	}

#texte a:hover {
	text-decoration:underline;
	}
	
#texte img {
border-color:#009933;
margin-left:3px;
margin-right:3px;
	
	}

#texte td {
	vertical-align:top;
	}
	
#texte table{
	border-collapse:collapse;
	border-color:#009933;
	}

/*-- ** --*/

#signature {
	width:770px;
	text-align:center;
	color:#FFFF66;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	}

#signature a {
	text-decoration:none;
	color:#FFFF66;
	}

#signature a:hover {
	text-decoration:underline;
	}
	



