/***
 * Style Global
***/

/** Elements html **/
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
	width:100%;
}
p {
	margin:5px 0 5px 0;
	text-align:left;
}
ul {
	margin:3px 0 3px 0;
}
li {
	margin:0 5px 0 18px;
	text-align:left;
}
div, td, input, select, kbd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}
kbd {
	display:block;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:14px;
	color:#7bb3e0;
	text-align:center;
}
a img {
	border:none;
}
hr {
	display:block;
	height: 1px;
	margin: 0;
	/* hack pour IE pc \*/>
	margin: -7px 0;
	/* */
	padding: 0;
	color: #ccc;
	background-color: #ccc;
	border: 0;
}
/* hack pour tt IE sauf IE7 */
* html hr {
	margin: -7px 0;
}

/** Classes globales **/
#centerTab {
	height:100%;
	width:100%;
}
#globalFooter {
	width:800px;
	margin:auto;
	margin-bottom:10px;
	text-align:center;
	font-style:italic;
	color:#999;
}
#globalFooter a {
	font-style:normal;
	color:#999;
}
#globalFooter a:hover {
	color:#666;
}
#globalFooter hr {
	margin:5px 0;
	/* hack pour IE pc \*/>
	margin: -2px 0;
	/* */
}
/* hack pour tt IE sauf IE7 */
* html #globalFooter hr {
	margin: -2px 0;
}

.globalTitle {
	border-bottom:1px solid #7bb3e0;
	font-size:14px;
	text-align:left;
	color:#7bb3e0;
}

/** Formulaire de connection **/
#log_form {
	width:400px;
	margin:auto;
	padding-top:10px;
	text-align:center;
}
#log_form kbd {
	width:100%;
	margin:5px 0 0 0;
}

/** Formulaire d inscription **/
#register {
	display:block;
	text-align:left;
}
#register h2 {
	margin-bottom:10px;
}
#register kbd {
	display:block;
	clear:both;
	margin:3px !important;
	margin:1px;
}
#register label {
	display:block;
	float:left;
	width:75px;
	padding-right:5px;
	text-align:right;
	line-height:16px;
}
#register .kbdCenter {
	text-align:center;
}
#register .kbdCenter label {
	display:inline;
	float:none;
	width:auto;
	margin:0;
	padding:0;
}

/** Formulaire de recherche **/
#searchContainer {
	display:table;
	float:left;
	width:192px;
	margin-top:10px;
}
#search {
}
#search kbd {
	margin:2px 0 2px 0;
	height:18px;
}
#search select {
}
#search label {
	display:block;
	float:left;
	width:45%;
	padding-right:5px;
	text-align:right;
	line-height:18px;
}

/** Styles de texte **/
.txt_blue {
	color:#7bb3e0;
}

/** Liens **/
.blueLink, .blackLink, .whiteLink {
	font-weight:bold;
	text-decoration:none;
}
.blueLink {
	color:#7bb3e0;
}
.blueLink:hover {
	color:#286ba1;
}
.blueLink_dark {
	font-weight:bold;
	color:#286ba1;
	text-decoration:none;
}
.blueLink_dark:hover {
	text-decoration:underline;
}


.blackLink {
	color:#000;
}
.blackLink:hover {
	color:#666;
}

.whiteLink {
	color:#fff;
}
.whiteLink:hover {
	color:#f0f0f0;
}

/*** profil pour promo ***/
.mini_profil {
	background-color:#f5f5f5;
	border-bottom:2px solid #fff;
	width:100%;
	display:table;
}
.mini_profil img {
	float:left;
	border:5px solid #fff;
	margin-right:5px;
}
.mini_profil p {
	margin:0;
	padding:0;
}
.mini_profil span {
	display:block;
}

.mini_profil a {
	font-weight:bold;
	text-decoration:none;
	color:#7bb3e0;
}
.mini_profil a:hover {
	color:#286ba1;
}
