body{
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	font: 9pt verdana;
}

p, body, td, th {
	font-size:10pt;
	vertical-align:top;
}
p.intro {
	border: 1px solid green;
	margin:5px;
	padding:5px;
	clear:both;
	font-size:12pt;
	font-style: italic;
	background-color:#efe;
}
li {
	vertical-align:middle;
}

h1{
	font-style:italic;
	font-weight:normal;
	margin:0;
}

h2{
	font-size:14pt;
}

h3, li.strong, li.strong a{
	font-size:10pt;
	font-style:italic;
	list-style-type:none;
}


cite, .cite {
	border:1px solid #559;
	background-color:#f9f9ff;
	padding:10px;
	margin:10px;
	display:block;
}

p img {
	margin:10px;
	border:1px solid black;
}

/**
*		Form
*/
input, textarea, select {
	background: #fff;
	color: #003;
	border: 1px solid #aad;
}

/**
*		Links
*/
li a {
	text-decoration:none;
}

/**
*		Menu changement
*/



ul.topmenu {
	margin:0px;
	padding:0px;
}
ul.topmenu li{
	list-style-type:none;
}

a.menuitem, a.menuitemid{
	margin:0px;
	font-size:10pt;
	font-family: sans-serif, Arial, Helvetica, Geneva;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	width:100%;
	display:block;
}
.menuname {
	font-size:11pt;
	font-family: sans-serif, Arial, Helvetica, Geneva;
	font-weight:bold;
	color:black;
}
a.menuitem{
	border:1px solid #ccd;
	background-color:white;
}

a.menuitemid{
	border:0px;
	height:32px;
	padding-left:10px;
	padding-top:10px;
	margin-top:5px;
	margin-bottom:5px;
	background-repeat:no-repeat;
}

a.menuitem:hover{
	color:#11A;
	background-color:#efe;
}

a.title, a.title, a.title:visited {
	color:black;
	text-decoration:none;
}
a.title:hover {
	color:#11A;
}



/**
*		Some things
*/

img{
	border:0px;
}

img.right {
	float:right;
	clear:right;
}
img.left {
	float:left;
	clear:left;
}

li.nomark{
	list-style-type:none;
}

.right_clear {
	clear:right;
}
.left_clear {
	clear:left;
}


/**
*	Alert Management
*/
ul.info, ul.alert, ul.error, ul.critical {
	padding-left:12px;
}
.info{
	color:green;
	border: 1px solid light grey;
}
.alert{
	color:orange;
}
.error{
	color:red;
}
.critical{
	color:red;
	font-weight:bold;
}

/**
*	Button management
*	Used in PageSlider
*/

.buttons {
	font-variant:small-caps;
	font-weight:bold;
	text-align:right;
	border:1px dotted gray;
	clear:both;
}
ul.action li{
	display:inline;
	text-align:center;
	list-style-type:none;
}

ul.action li a{
	color:black;
	text-decoration:none;
	border:1px solid #99a;
	background-color:#eef;
}
ul.action li a.selected{
	font-weight:bold;
	border:1px solid #9a9;
	background-color:#efe;
}

ul.action li a:hover {
	border:1px solid #a99;
	background-color:#fee;
}

/**
*		Element management
*/
.item{
	display:block;
	width:100%;
	border:1px dotted #5af;
	margin-bottom:1%;
}
table.item td{
	border:0px;
}
ul.item_info{
	float:right;
	clear:right;
	width:220px;
	display:block;
	padding:0 8px;
	margin:8px 0 8px 0;
	border-left:1px solid #69c;
}
ul.item_info li{
	border-bottom:1px dotted #69c;
	list-style:none;
}
ul.item_info li.last{
	border-bottom:0;
}
ul.item_info li a{
	font-weight:bold;
	color:green;
}


br.clear_item_info {
	clear:right;
}
/*
	Special PHOTO et GALERY
*/

.photo {
	border:1px solid #000;
	float:left;
}
.photo-clear {
	clear:left;
}

.photo:hover {
	border-color:#999
}
.photoblock {
	display:inline;
	border:0;
	vertical-align:baseline;
}
.photoblock td {
	width:240px;
	height:260px;
	vertical-align:top;
}
.photoblock td.small {
	height:10px;
}

/*
	SPECIAL GPF
*/
ul.mapblock {
	font-size:smaller;
	border:1px solid lightgrey;
	margin:0;
	padding:0;
	background-color:white;
}
ul.mapblock li {
	list-style:none;
}

table.layout {
	border:0px;

}

table.layout td {
	vertical-align:top;
	border:0;
	text-align:left;
	padding:0;
	border:1px solid #59f;
}

table.layout h2 {
	font-size:120%;
	color:#456;
	margin:10px;
	padding:0;
	margin-top:5px;
	/*border-bottom:1px solid #59f;*/
}

table.layout h3 {
	margin:0;
	padding:0;
	width:80%;
	border-bottom:1px solid #59f;
	border-right:1px solid #59f;
}

table.layout p,
table.layout a {
	margin:10px;
}


/*
	SPECIAL
*/
.endblock{
	clear:both;
	width:0px;
	height: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	visibility:hidden;
}
