/******************************
*                  global reset
******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/******************************
*                     générique
******************************/
body{
	font-family:arial,sans-serif;  
	background: #716761;
}
.clear{
	clear:both;
}
#container{
	background:#716761 url('/medias/img/repeat.jpg') repeat-y top center;      	
	position:relative;
	width:960px;
	min-height:150px;
	margin:0 auto;
}
h1 span{
	display:none;
}
#header{
	background: url('/medias/img/UFICT.jpg') no-repeat top center;
	width:960px;
	height:85px;
	padding-top:85px;
}
#rub{
	margin:0 24px 0 200px;
	background:#FFF;
	height:50px;
}
#rub li{
	float:left;
	margin-left:2px;

}   

#rub li a{
	display:block;
	padding:7px 0 0 0;
	background: url('/medias/img/UFICT.jpg') no-repeat -382px -103px;   	
	height:28px;
	width:120px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;             
	text-decoration:none;
	color:#000;
}
#rub li a:hover, #rub li a:visited:hover,#rub li a.active{
	background: url('/medias/img/UFICT.jpg') no-repeat -512px -103px;   		
	color:#FFF;
}
#header h2{
	margin:10px 45px 0 250px;
	font-size:20px;
	padding:6px;
	color:#714650;
	text-align:right;
}
#content{
	padding:10px 50px;
	font-size:0.9em;
	line-height:1.2em;
}
#content p, #content h3, #content .chapo, #content ul{
	padding-bottom:5px;
}
#content div.chapo{
	background:#EFEEE0;
	font-size:1.1em;
	padding:10px;
	text-align:justify;
	border:1px solid #716761;
	margin-bottom:15px;
}
#content p{
	text-align:justify;
}
#content li{
	list-style: url('/medias/img/puce.gif');
	margin-left:35px;
	line-height:1.3em;
}
#content a{
	color:#FF2801;
}
#content strong{
	font-weight:bold;
}   
#content a:hover,#content a:visited:hover{
	color:#FFF;
	padding:1px 0;
	background-color:#FF2801;
	text-decoration:none;
}   
#content a:visited{
	color:#B51D01;
}
div.sousMenu{
	font-size:13px;
	padding-left:50px;
}
div.sousMenu a{
	color:#848275;
}
div.sousMenu a.active, div.sousMenu a:hover, div.sousMenu a:visited:hover{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}	
#footer{
	background: #716761 url('/medias/img/footer.png') no-repeat ;
	margin-top:100px;
	padding:80px 50px 0 50px;
	font-size:0.8em;
	width:860px;
	position:relative;
	margin:0 auto;
	min-height:109px; 
	_height:109px;
	padding-top:70px;
	line-height:1.6em;
}
#footer a{
	color:#000;
}
#footer a.cgt{
	width:40px;
	height:48px;
	float:right;
	background:url('/medias/img/cgt.png');
}            
#footer a.cgt span{
	display:none;
}
table caption{
	text-align:left;
	padding-bottom:5px;
	text-transform:uppercase;
	color:#716761;
	margin-top:10px;
}
table{
	border-collapse:collapse; 
	margin:0 0 10px 0;
}
table td{
	padding:5px;
	border:1px solid #000;
}
table th{
	background:#716761;   
	padding:5px;
	border:1px solid #000;
	color:#FFF;	
}
.row_even{
	background:#F5F4E7;
} 
.row_odd{
	background:#E4E5D9;
}
tr:hover{
	color:#FFF;
	background-color:#FF2801;
} 
#content .spip_documents a:hover, #content .spip_documents a:visited:hover{
	padding:0;
	background:none;
}                                           
#formulaire_login{
	width:350px;
	position:relative;
	margin:10px auto 0 auto;
	background:#E6C0CA;
	border:1px solid black;
	padding:10px;
	font-size:10px;
}
#var_login,#password{
	width:110px;
}               
legend{
	font-size:13px;
	background:#000;
	color:#FFF;
	padding:5px;
}