@charset "iso-8859-1";
/* CSS Document */


/* ***************************************
	RESET BASE STYLES
*************************************** */
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;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	/*
	border-collapse: separate;
	border-spacing: 0;
	*/
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloatr { 
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloatl { 
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ***************************************
	DEFAULTS
*************************************** */

a {
	color: #025cc2;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:visited {
	
}
a:hover {
	color: #e23500;
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px 0;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }


dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1em 1em;
	padding: 0;
}
pre, code {
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:11px;
	background:#EBF5FF;
	overflow:auto;
}
code {
	padding:2px 3px;
}
pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}
blockquote {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
	background:#EBF5FF;
	border:none !important;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
blockquote p {
	margin:0 0 5px 0;
}

hr {
	border:#CCC 1px solid;
}
.hide{
	visibility:hidden;
	display:none;
}
.show{
	visibility:visible;
	display:block;
}
/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
body{
	
	text-align:left;
	margin:0 auto;
	padding:0;
	background:#FFF;
	/*background:#FFF url(/themes/default/images/xltuga_bgBody_gray.png) repeat-x top;
	background-position: 0px 210px ;*/

	font-family: Arial, Helvetica,  "Trebuchet MS",  Arial,  sans-serif;
	font-size:12px;
	/*font: 80%/1.4  Georgia, "Times New Roman", Times, serif;*/
	color:#000;
}

.body{
	margin:0px auto 15px;
	
	/*background:url(../images/art_main_topBg.gif) no-repeat top center;*/
	min-height:200px;
}



/* ***************************************
    paginator
*************************************** */
#paginator{
	text-align:center;
	margin: 10px auto 10px;
}
#paginator ul {
	list-style: none;
	display:inline;
	padding: 0;

}
#paginator li {
	color:#BF6047;
	display:inline;
}
#paginator ul li a{
	text-decoration: none;
	display: block;
	float:left;
	width:22px;
	height:22px;
	margin: 0 0 0 2px;
	color:#FFF;
	background:#39F;
	padding:6px 3px 0px 3px;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	font-size:11px;
	line-height: 1.1em;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#paginator ul li a:hover{
	background:#F00;
}
#paginator ul li.simpleText {
	text-decoration: none;
	display: block;
	float:left;
	width:22px;
	height:22px;
	margin: 0 0 0 2px;
	color:#39F;
	background:#FFF;
	padding:6px 3px 0px 3px;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	font-size:11px;
	line-height: 1.1em;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}

#paginator ul li.numberText {
	text-decoration: none;
	display: block;
	float:left;
	width:22px;
	height:22px;
	margin: 0 0 0 2px;
	color:#FFF;
	background:#F00;
	padding:6px 3px 0px 3px;
	text-align:center;
	vertical-align:middle;
	font-weight: bold;
	font-size:11px;
	line-height: 1.1em;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}


/* ***************************************
    item_bloc_list
*************************************** */
.item_bloc_list h1, .item_bloc h1{
	color:#07557F;
}
.item_bloc_list h1 a, .item_bloc h1 a{
	color:#07557F;
}
.item_bloc_list h1 a:hover, .item_bloc h1 a:hover{
	color:#003554;
}

.item_bloc_list, .item_bloc{
	margin: 10px 0px 25px 0px;
}
.item_bloc_list  h1 a, .item_bloc  h1 a{
	font-size:17px;
}
.item_bloc_list #image{
	float:left;
	margin:0px 10px 0px 0px;
	min-height:120px;
	min-width:120px;
	text-align:center;
	width: 200px;
}
.item_bloc_list h2{
	font-size:13px;
	font-weight:normal;
}
.item_bloc_list #image img {
    max-width: 100%;
}


#creditos{

}
#creditos, #creditos a, #creditos a:hover{

}




