/* @group structure */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #18254d url(bg.png) repeat-x center top;
	text-align: center;
	font-family: Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
	font-size: 18px;
	color: #d3e2fc;
	line-height: 30px;
}

#page {
	width: 1000px;
	margin: 0  auto;
	text-align: left;
	min-height: 100%;
}

#content {
	background: url(top_content.gif) no-repeat 480px 10px;
}

.logotype {
	font-size
	
	
}

/* @end */

/* @group header */

#header {
	height: 120px;
	background: url(fil.gif) no-repeat 0 105px;
}

#login{
	background: url(login.png) no-repeat;
	height: 26px;
	width: 70px;
	position: relative;
	top: 0;
	left: 804px;
	text-align: center;
}
#login a:link, #login a:visited {
	text-decoration: none;
	color: #6e7379;
	font-weight: bold;
	font-size: 14px;
}
#login a:hover {
	color: white;
	text-decoration: none;
}

/*logo*/

#header acronym {
	float: left;
	display: inline;
	width: 190px;
	height: 90px;
	margin: 10px 0 0 0px;
}

#header acronym a {
	display: block;
	overflow: hidden;
	width: 190px;
	height: 0;
	padding-top: 90px;
	background: url(logo_top.gif) no-repeat;
	cursor: pointer;
}

/

* @end */

/* @group menu */

#menu {
}
#menu img {
	top: 3px;
	position: relative;
	left: -3px;
}
#menu ul {
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	/*letter-spacing: 0.07em;*/
	display: block;
	float: left;
	position: relative;
	margin-top: 77px;
	margin-left: 0px;
	}

#menu ul li {
	display: inline;
	border-left: 1px solid #3e5fc5;
}

#menu ul li a:link, #menu ul li a:visited {
	
	padding-right: 5px;
	padding-left: 10px;
	color: #d3e2fc;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #6c8ccc;
	text-decoration: none;
	height: 50px;
}

#menu li.first {
	margin: 0;
	padding: 0;
	border-left: 0 none transparent;
}


/* @end */

/* @group ContentMain */

h1 {
	display: block;
	margin-left: 25px;
	height: auto;
	padding-top: 50px;
}

#content p {
	padding-left: 45px;
	padding-right: 10px;
}

#content ul {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 200px;
}
#content p {
	padding-top: 20px;
	padding-left: 150px;
}

#content li {
	background: url(puce.gif) no-repeat 0 6px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.partners{
	font-weight: bold;
	color: #d25c2d;
}


.logo_h {
	color: #EC452B;
	font-family: Arial,sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing:0.1em;
}

.logo_t {
	color: #5780F0;			/*#3E5CB2*/
	font-family: Arial,sans-serif;
	font-size: 1.15em;
	letter-spacing:0.05em;
	font-weight: normal;
}

.logo_t b {
	font-weight: bold;
	letter-spacing:0.12em;
}

/* @end */

/* @group footer */

#footer {
		background: url(fil.gif) no-repeat 0 10px;

	font-family: Verdana, sans-serif;
	margin-bottom: 20px;
}

#mini_nav_bas {
	font-size: 10px;
	list-style: none;
	line-height: 18px;
	padding-top: 20px;
}

#mini_nav_bas li.first {
}

#mini_nav_bas li {
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#mini_nav_bas a, #mini_nav_bas a:visited {
	color: #d3e2fc;
	text-decoration: none;
}

#mini_nav_bas a:hover {
	text-decoration: none;
	color: #6c8ccc;
}

/* @end */

/* @group html */

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #5085ef;
}

a:hover {
	color: #d25c2d;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

p {
	padding: 0 0 10px;
	margin: 0;
}



img {
	border: 0;
}

a img,:link img,:visited img {
	border: none;
}

/* @end */