@charset "utf-8";
/* CSS Document */


body {
	font-family:  Trebuchet MS, Verdana, Arial;
	font-size:13px;
	color:#FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

h1
	{
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;	
	padding:0px;
	margin:0px;
	
	}
	
	h2
	{
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	padding:0px;
	margin:0px;
	border-bottom: 1px dashed #333333;
	}

.container{

	margin:0px auto;
	padding:0px;
	width:980px;	
	
}

.lien_toowebdev:link {
	color: #00CCCC;
	text-decoration:none;
	font-weight: normal;
}

.lien_toowebdev:visited {
	color: #00CCCC;
	text-decoration:none;
	font-weight: normal;	
}

.lien_toowebdev:hover {
	color: #CCCCCC;
	text-decoration:underline;
	font-weight: normal;
}

.lien_toostick:link {
	color: #FF99CC;
	text-decoration:none;
	font-weight: normal;
}

.lien_toostick:visited {
	color: #FFCCFF;
	text-decoration:none;
	font-weight: normal;
}

.lien_toostick:hover {
	color: #CCCCCC;
	text-decoration:underline;
	font-weight: normal;
}


.lien_technistick:link {
	color: #FF9966;
	text-decoration:none;
	font-weight: normal;
}

.lien_technistick:visited {
	color: #FF9966;
	text-decoration:none;
	font-weight: normal;	
}

.lien_technistick:hover {
	color: #CCCCCC;
	text-decoration:underline;
	font-weight: normal;
}



.lien_toozif:link {
	color: #FFFFCC;
	text-decoration:none;
	font-weight: normal;
}

.lien_toozif:visited {
	color: #FFFFCC;
	text-decoration:none;
	font-weight: normal;	
}

.lien_toozif:hover {
	color: #CCCCCC;
	text-decoration:underline;
	font-weight: normal;
}



.lien_foot:link {
	color: #009999;
	text-decoration:none;
	font-weight: normal;
}

.lien_foot:visited {
	color: #009999;
	text-decoration:none;
	font-weight: normal;
}

.lien_foot:hover {
	color: #333333;
	text-decoration:underline;
	font-weight: normal;
}



a:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

a:hover {
	color: #CCCCCC;
	text-decoration:underline;
	font-weight: normal;
}

.foot{
	color: #333333;	 
	text-align:center;
	width:800px;

}

.txt{
	color: #333333;	 
	

}