/* CSS Document */
body {
	background-image:   url("images/back.jpg");
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:auto;
}
.titre_acc1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
	LETTER-SPACING: -1px;
}
.titre_acc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	LETTER-SPACING: -1px;
}
.titre_gis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3290E4;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.hotnews {
	color: #CCCCCC;
	font-size: 11px;
}
.butmenu {
	color: white;
	font-size: 11px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

.butmenu a:link {
	color: #333333;
	text-decoration: none;
}
.butmenu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.butmenu a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.Style4 {color: #FF0000}

.Style7 {color: #999999}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 170px;
height: 100px;
border: 0px solid black;
padding: 5px;
}

.someclass{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
.titre_acc2red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #FF0000;
}
.titre_10acc2red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #FF0000;
}
#menugauche a:hover
{
	background-color:#FF0000;
	color:#FFFFFF;
	/*border:#333333 dotted 1px;*/
	width:200px;
}	
#menugauche a:visited
{
	color:#333333;
}	

input[type="text"], input[type="password"], input[type="file"], textarea {
	padding: 2px 4px;
	border: 1px solid #E0D0B1;
}

input[type="text"], input[type="password"], input[type="file"], input[type="radio"], input[type="checkbox"], textarea, select, option {
	background-color: white;
}

.button {
	border: 1px solid #DFD5AF;
	border-top: 1px solid #FFF6D3;
	border-left: 1px solid #FFF6D3;
	color: #268CCD;
	background-color: #FFF6D3;
	padding: 3px;
}

.button:hover {
	background-color: #F0EBD6;
	cursor:pointer;
}

#trueconnect
{
	border:#FF4646 solid 3px;
	width:92%;
	background-color:#FFEAE4;
	vertical-align:middle;
	color:#FF4646;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
}
#falseconnect
{
	border:#006600 solid 3px;
	width:92%;
	background-color:#FFFFCC;
	vertical-align:middle;
	color:#006600;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
}
h1
{
	font-size:20px;
}	
h2,h3,h4,h5,h6 {font-size:11px; font-weight:bold;}
