/********************************************************************************************************************************/
/* CSS Actes-Types.com */
/********************************************************************************************************************************/

body {
	background-color: #E1E1E1;
	margin: 5px 0px;
	font-family: arial ;
	font-size: 12px ;
	color: #3E3E3E;
}

#site {
	width: 1000px;
	margin: 0px auto;
}

.cachediv {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	position: absolute;
}

#test_js1 {
	width: 1000px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	margin-bottom: 5px;
}

/********************************************************************************************************************************/
/* Header site */
/********************************************************************************************************************************/

#top {
	width: 100%;
	height: 106px;
	margin-bottom: 5px;
	overflow: hidden;
}

#top_logo {
	float: left;
	width: 365px;
	height: 106px;
}

#top_middle {
	float: left;
	width: 314px;
	margin-left: 4px;
}

#top_login {
	float: left;
	width: 314px;
	margin-left: 3px;
}

#top_telephone {
	height: 49px;
	line-height: 19px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: url(images/interface/bg_telephone.png) no-repeat;
}

#top2 {
	width: 100%;
	height: 106px;
	margin-bottom: 5px;
	overflow: hidden;
}

#top2_left {
	float: left;
	width: 314px;
	height: 105px;
	margin-right: 6px;
	background: #FFFFFF url(images/box/box_membres.png) no-repeat top left;
}

#top2_middle {
	float: left;
	width: 254px;
	height: 105px;
}

#top2_right {
	float: right;
	width: 680px;
	height: 105px;
}

#top2_recherche {
	height: 38px;
	position: relative;
	line-height: 33px;
	background: url(images/interface/bg_recherche.png) no-repeat;
	padding: 0 10px;
	overflow: hidden;
}

/********************************************************************************************************************************/
/* Menu */
/********************************************************************************************************************************/

#menu {
	width: 100%;
	height: 35px;
	margin-bottom: 5px;
	overflow: hidden;
}
#menu a { font-size: 14px; font-weight: bold; text-decoration: none; color: #FFFFFF; }
#menu span.orange { font-size: 14px; font-weight: normal; color: #FDCA79; }

div.menu_block {
	float: left;
	height: 35px;
	line-height: 30px;
	text-align: center;
}

div.menu_separateur {
	float: left;
	width: 2px;
	height: 35px;
	background: url(images/interface/menu_separateur.png) no-repeat top left;
}

/********************************************************************************************************************************/
/* Contenu */
/********************************************************************************************************************************/

#contenu {
	width: 100%;
}

#contenu_left {
	width: 314px;
	float: left;
}

#contenu_right {
	width: 680px;
	float: right;
	background: url(images/interface/contenu_middle.gif) repeat-y left;
	margin-bottom: 5px;
}

#contenu_top {
	width: 680px;
	height: 5px;
	background: url(images/interface/contenu_top.gif) no-repeat top left;
	overflow: hidden;
}

#contenu_middle {
	width: 666px;
	margin: 0px auto;
}

#contenu_bottom {
	width: 680px;
	height: 29px;
	background: url(images/interface/contenu_bottom.png) no-repeat bottom left;
	overflow: hidden;
}

#contenu_large {
	width: 1000px;
	background: url(images/interface/contenu_large_middle.gif) repeat-y left;
	margin-bottom: 5px;
}

#contenu_large_top {
	width: 1000px;
	height: 5px;
	background: url(images/interface/contenu_large_top.gif) no-repeat top left;
	overflow: hidden;
}

#contenu_large_middle {
	width: 986px;
	margin: 0px auto;
}

#contenu_large_bottom {
	width: 1000px;
	height: 29px;
	background: url(images/interface/contenu_large_bottom.png) no-repeat bottom left;
	overflow: hidden;
}

div.spacer {
	clear: both;
}

div.title_barre {
	position: relative;
	height: 36px;
}

div.title_barre_left {
	float: left;
	width: 6px;
	height: 36px;
	background: url(images/interface/title_left.png) no-repeat top left;
}

div.title_barre_middle {
	float: left;
	height: 36px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	color: #FFFFFF;
	background: url(images/interface/title_middle.gif) repeat-x;
}
div.title_barre_middle h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}
div.title_barre_middle span {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}

div.title_barre_right {
	float: left;
	width: 6px;
	height: 36px;
	background: url(images/interface/title_right.png) no-repeat top right;
}

#breadcrumbs {
	color: #0072BA;
	padding-top: 6px;
}

#article {
	margin: 0px auto;
	padding: 0px 5px;
}

div.title_h2 {
	position: relative;
	width: 100%;
	margin: 20px 0px;
	background: url(images/interface/pixel_h2.gif) repeat-x left 50%;
}

div.title_h2 h2 {
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #0072BA;
	margin: 0px;
	padding-right: 5px;
	background-color: #FFFFFF;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #0072BA;
	margin: 10px 0px;
}

#btn {
	width: 128px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(images/interface/btn.png) no-repeat top left;
}
#btn a {
	font-size: 12px;
	font-weight: bold;
	color: #99481D;
	display: block;
	text-decoration: none;
}
#btn a:hover {
	text-decoration: underline;
}

#form {
	padding: 10px;
	/*background-color: #F9F9F9;*/
}

th {
	text-align: center;
	background-color: #CAE6FB;
	padding: 5px;
}

td {
	background-color: #EEF5FB;
	padding: 5px;
}

td.blanc {
	background-color: #FFFFFF;
	padding: 5px;
}


td.cadre {
	padding: 0px;
	background-color: #FFFFFF;
}

table.arrondi {}

table.arrondi tr.table_header {
	height: 40px;
	background: url(images/table/th.png) repeat-x top;
}

table.arrondi tr.table_td {
	height: 40px;
}

table.arrondi tr.table_footer {
	background: url(images/table/footer.gif) repeat-x top;
}

table.arrondi tr.table_footer td {
	height: 5px;
	padding: 0;
	background-color: transparent;
}

table.arrondi th {
	line-height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: transparent;
}

table.arrondi th.th_left {
	background: url(images/table/th_left.png) no-repeat top left;
}

table.arrondi th.th_right {
	background: url(images/table/th_right.png) no-repeat top right;
}

table.arrondi th.separator, table.arrondi td.separator, table.arrondi tr.table_footer td.separator {
	width: 1px;
	padding: 0;
	background-color: #0066A6;
}

table.arrondi td.td_left {
	border-left: 1px solid #0066A6;
}

table.arrondi td.td_right {
	border-right: 1px solid #0066A6;
}

table.arrondi td.footer_left {
	background: url(images/table/footer_left.gif) no-repeat top left;
}

table.arrondi td.footer_right {
	background: url(images/table/footer_right.gif) no-repeat top right;
}

div.tabtop {
	background: #CAE6FB url(images/interface/cadre_fleche_bottom.gif) no-repeat 9px 8px;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 8px 8px 30px;
}

div.tab0 {
	background-color: #EEF5FB;
	padding: 8px;
}

div.tab1 {
	background-color: #FFFFFF;
	padding: 8px;
}

div.info_jaune {
	border: 1px solid #E4B900;
	background-color: #FFFBEA;
	padding: 10px;
}

#explication {
	background: url(images/interface/explication_degrade.gif) repeat-x top;
	border-left: 2px solid #0072BA;
	padding: 10px;
}

div.point {
	background: url(images/interface/puce_ronde.gif) no-repeat 0px 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}

div.blog {
	background-color: #EEF5FB;
	padding: 5px;
}

div.annonce {
	background-color: #FFFBEA;
	padding: 10px;
}

ul.bleu {
	margin-left: 20px;
	padding-left: 0px;
	list-style-image: url(images/interface/ul_bleu.gif);
}

/********************************************************************************************************************************/
/* Pagination */
/********************************************************************************************************************************/

#barre_pagination {
	width: 636px;
	height: 28px;
	overflow: hidden;
	font-size: 12px;
	color: #0072BA;
	padding: 0px 10px;
	margin: 10px 0px;
}

#pagination {
	position: relative;
	width: 494px;
	height: 25px;
	line-height: 25px;
	margin: 0px auto;
	color: #AAAAAA;
	font-weight: bold;
}

#pagination #previous {
	float: left;
	width: 80px;
	height: 25px;
	line-height: 25px;
}

#pages {
	float: left;
	width: 350px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

#pagination span.page {
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
}

#pagination #page_selected {
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
	color: #FF7B00;
	font-weight: bold;
}

#pagination #next {
	float: left;
	width: 64px;
	height: 25px;
	line-height: 25px;
	text-align: right;
}

/********************************************************************************************************************************/
/* Onglet */
/********************************************************************************************************************************/

#onglet {
	height: 56px;
	overflow: hidden;
	margin: 10px 0px;
}

div.tab_on {
	float: left;
	width: 164px;
	height: 56px;
	line-height: 51px;
	text-align: center;
	background: url(images/interface/onglet_on.png) no-repeat left bottom;
}
div.tab_on a {
	font-size: 16px;
	font-weight: bold;
	display: block;
}

div.tab_off {
	float: left;
	width: 164px;
	height: 36px;
	line-height: 31px;
	text-align: center;
	background: url(images/interface/onglet_off.png) no-repeat left bottom;
}
div.tab_off a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

/********************************************************************************************************************************/
/* Barre de Tri */
/********************************************************************************************************************************/

#tri {
	height: 23px;
	overflow: hidden;
	color: #0072BA;
	font-size: 12px;
	padding: 0px 10px;
	margin: 10px 0px;
	background: url(images/interface/pixel_onglet.gif) repeat-x bottom
}

#tri2 {
	width: 636px;
	height: 28px;
	overflow: hidden;
	font-size: 12px;
	color: #0072BA;
	padding: 0px 10px;
	margin: 10px 0px;
	background: url(images/interface/pixel_onglet.gif) repeat-x bottom
}

#tri span.orange, #tri2 span.orange {
	color: #FF7B00;
}

#tri a {
	font-weight: bold;
}

#tri a.select {
	color: #9B0D0D;
	font-weight: bold;
}

/********************************************************************************************************************************/
/* Box Contenu */
/********************************************************************************************************************************/

div.box_title {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

/********************************************************************************************************************************/
/* News Article */
/********************************************************************************************************************************/

div.news {
	position: relative;
	width: 656px;
	margin-bottom: 30px;
	background: url(images/interface/bg_article.png) no-repeat bottom;
}

div.news_score {
	float: left;
	width: 48px;
	height: 49px;
	padding: 5px 3px;
	margin-right: 16px;
	background: url(images/news/score.png) no-repeat left top;
	text-align: center;
}

div.news_score_une {
	float: left;
	width: 48px;
	height: 49px;
	padding: 5px 3px;
	margin-right: 16px;
	background: url(images/news/score_une.png) no-repeat left top;
	text-align: center;
}

div.news_score a, div.news_score_une a {
	color: #3E3E3E;
	font-size: 11px;
	line-height: 15px;
}
div.news_score a:hover, div.news_score_une a:hover {
	text-decoration: none;
}
div.news_score a.vote, div.news_score_une a.vote {
	color: #AAAAAA;
	font-size: 11px;
}
div.news_score span, div.news_score_une span {
	font-size: 24px;
	line-height: 24px;
}

div.news_article {
	float: left;
	width: 585px;
}
div.news_article h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
}
div.news_article a.news_title {
	font-size: 18px;
	line-height: 20px;
}
div.news_article div.news_propose {
	font-size: 11px;
	color: #AAAAAA;
	margin-bottom: 6px;
}

div.news_article ul.news_mots {
	margin: 0px;
	margin-bottom: 6px;
	padding: 2px 4px;
	background-color: #EEF5FB;
}
ul.news_mots li {
	display: inline;
	font-size: 11px;
	padding-right: 10px;
}

div.news_article div.news_action {
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
}
div.news_action a {
	padding-right: 10px;
}

/********************************************************************************************************************************/
/* Questions / Réponse */
/********************************************************************************************************************************/

div.list_question {
	position: relative;
	width: 656px;
	margin-bottom: 30px;
}

div.list_question_photo {
	float: left;
	width: 40px;
	margin-right: 16px;
	font-size: 12px;
	text-align: center;
}

div.list_question_bloc {
	float: left;
	width: 600px;
}

div.list_question_bloc_header {
	margin-bottom: 6px;
}

div.list_question_bloc_header_rouge {
	color: #EA0000;
	font-weight: bold;
	margin-bottom: 6px;
}

div.list_question_bloc_header_vert {
	color: #078900;
	font-weight: bold;
	margin-bottom: 6px;
}

ul.question_mots {
	margin: 0px;
	margin-bottom: 6px;
	padding: 2px 4px;
	background-color: #EEF5FB;
}
ul.question_mots li {
	display: inline;
	font-size: 11px;
	padding-right: 10px;
}

div.list_question_bloc_localisation {
	padding: 5px 10px;
	background-color: #CAE6FD;
}

div.list_question_bloc_question {
	padding: 10px;
	background-color: #EEF5FB;
}

div.list_question_bloc div.question_action {
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
}
div.question_action a {
	padding-right: 10px;
}
div.question_action div {
	display: inline;
	color: #AAAAAA;
	padding-right: 10px;
}

div.cartouche_header {
	width: 636px;
	padding: 10px;
	background: #CAE6FB url(images/questions/cartouche_header.gif) no-repeat top left;
}

div.cartouche_header div.cartouche_header_photo {
	float: left;
	width: 40px;
	height: 40px;
	padding-right: 10px;
}

div.cartouche_header div.cartouche_header_titre {
	float: left;
	width: 586px;
}

div.cartouche_header div.cartouche_header_coordonnees {
	float: left;
	width: 131px;
	height: 21px;
	background: url(images/questions/voir_coordonnees.png) no-repeat top left;
	line-height: 21px;
	margin-top: 4px;
	margin-right: 15px;
	padding-left: 20px;
}

div.cartouche_header_coordonnees a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

div.cartouche_header div.cartouche_header_nb_questions {
	float: left;
	margin-top: 8px;
}

div.cartouche_footer {
	width: 636px;
	padding: 10px;
	margin-top: 1px;
	background: #EEF5FB url(images/questions/cartouche_footer.gif) no-repeat bottom left;
}

div.cartouche_footer div.cartouche_footer1 {
	float: left;
	width: 313px;
	padding-right: 10px;
}

div.cartouche_footer div.cartouche_footer2 {
	float: left;
	width: 313px;
}

/********************************************************************************************************************************/
/* Services & Espace Etudiants */
/********************************************************************************************************************************/

div.services_bloc {
	width: 656px;
	margin-bottom: 30px;
}

div.services_bloc div.services_illu {
	float: left;
	width: 105px;
	height: 100px;
	margin-right: 15px;
}

div.services_bloc div.services_texte {
	float: left;
	width: 536px;
	padding-top: 15px;
}

div.services_texte div.services_titre {
	width: 536px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

div.btn_bleu_left {
	float: left;
	height: 21px;
	width: 21px;
	background: url(images/interface/btn_bleu_left.gif) no-repeat top left;
}

div.btn_bleu_middle {
	float: left;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(images/interface/btn_bleu_middle.gif) repeat-x top left;
}
div.btn_bleu_middle a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
div.btn_bleu_middle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.btn_bleu_right {
	float: left;
	height: 21px;
	width: 8px;
	background: url(images/interface/btn_bleu_right.gif) no-repeat top left;
}

div.btn_bordeau_left {
	float: left;
	height: 21px;
	width: 21px;
	background: url(images/interface/btn_bordeau_left.gif) no-repeat top left;
}

div.btn_bordeau_middle {
	float: left;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(images/interface/btn_bordeau_middle.gif) repeat-x top left;
}
div.btn_bordeau_middle a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
div.btn_bordeau_middle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.btn_bordeau_right {
	float: left;
	height: 21px;
	width: 8px;
	background: url(images/interface/btn_bordeau_right.gif) no-repeat top left;
}

div.encart_bulle_top {
	width: 206px;
	height: 15px;
	background: url(images/services/encart_bulle_top.gif) no-repeat top left;
}

div.encart_bulle_middle {
	width: 166px;
	padding: 0px 20px;
	text-align: center;
	background: url(images/services/encart_bulle_middle.gif) repeat-y top left;
	font-size: 12px;
	font-weight: bold;
}

div.encart_bulle_bottom {
	width: 206px;
	height: 25px;
	background: url(images/services/encart_bulle_bottom.gif) no-repeat top left;
}

div.encart_middle {
	background-color: #CAE6FB;
	padding: 10px;
	font-size: 11px;
}

div.encart_bottom {
	width: 206px;
	height: 4px;
	background: url(images/services/encart_bottom.gif) no-repeat top left;
}

div.barre_bleu {
	height: 30px;
	width: 100%;
	margin-bottom: 15px;
}

div.barre_bleu div.barre_bleu_etape {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background: url(images/services/cube_bleu.gif) no-repeat top left;
}

div.barre_bleu div.barre_bleu_left {
	float: left;
	width: 5px;
	height: 30px;
	background: url(images/services/barre_bleu_left.gif) no-repeat top left;
}

div.barre_bleu div.barre_bleu_middle {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	background-color: #CAE6FB;
	font-size: 18px;
	font-weight: bold;
}

div.barre_bleu div.barre_bleu_right {
	float: left;
	width: 5px;
	height: 30px;
	background: url(images/services/barre_bleu_right.gif) no-repeat top left;
}


/********************************************************************************************************************************/
/* Box */
/********************************************************************************************************************************/

div.box {
	position: relative;
	width: 314px;
	background: url(images/box/box_middle.gif) repeat-y;
	overflow: hidden;
	margin-bottom: 5px;
}

div.box_top {
	width: 314px;
	height: 5px;
	background: url(images/box/box_top.gif) no-repeat top left;
	overflow: hidden;
}

div.box_middle {
	width: 300px;
	margin: 0px auto;
	overflow: hidden;
}

div.box_bottom {
	width: 314px;
	height: 10px;
	background: url(images/box/box_bottom.png) no-repeat top left;
	overflow: hidden;
}

/********************************************************************************************************************************/
/* Box Login */
/********************************************************************************************************************************/

#box_login {
	position: relative;
	width: 314px;
	height: 105px;
	background: url(images/box/login_bg.png) no-repeat top left;
	overflow: hidden;
	padding-bottom: 5px;
}

#login_form {
	position: absolute;
	left: 13px;
	top: 11px;
	width: 154px;
	height: 78px;
}

#login_form span {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#login_form #login {
	width: 152px;
	color: #0072BA;
	margin: 3px 0px 5px 0px;
	border: 0px;
}

#login_form #pass {
	width: 123px;
	color: #0072BA;
	border: 0px;
}

#login_form a {
	color: #FFFFFF;
	font-size: 10px;
}

#login_inscription {
	position: absolute;
	left: 179px;
	top: 5px;
	width: 128px;
	height: 60px;
	color: #3E3E3E;
	text-align: center;
	font-weight: bold;
}

#login_inscription_btn {
	position: absolute;
	left: 179px;
	top: 70px;
	width: 128px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

#login_inscription_btn a {
	font-size: 12px;
	font-weight: bold;
	color: #99481D;
	display: block;
	text-decoration: none;
}
#login_inscription_btn a:hover {
	text-decoration: underline;
}

#login_erreur {
	position: absolute;
	left: 179px;
	top: 5px;
	width: 128px;
	height: 90px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #FF0000;
	text-align: center;
}
#login_erreur span {
	font-size: 13px;
	font-weight: bold;
}

/********************************************************************************************************************************/
/* Box Login connecté */
/********************************************************************************************************************************/

#box_logged_top {
	width: 280px;
	background: #0072BA url(images/box/logged_top.png) no-repeat top left;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 10px;
}
#box_logged_top a {
	color: #FFFFFF;
	text-decoration: none;
}
#box_logged_top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#box_logged_bottom {
	width: 300px;
	height: 5px;
	background: url(images/box/logged_bottom.gif) no-repeat top left;
	overflow: hidden;
}

/********************************************************************************************************************************/
/* Box questions en attente */
/********************************************************************************************************************************/

#box_questions_attente {
	position: relative;
	width: 300px;
	background: url(images/box/questions_en_attente_bg.png) no-repeat top right;
	overflow: hidden;
}

#questions_attente_nombre {
	float: left;
	width: 50px;
	height: 45px;
	line-height: 45px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 2px 10px 0px 5px;
	background: url(images/box/questions_en_attente.png) no-repeat top left;
}
#questions_attente_nombre a {
	color: #3E3E3E;
	text-decoration: none;
}

#box_questions_attente span {
	font-size: 16px;
	font-weight: bold;
}

/********************************************************************************************************************************/
/* Box Questions */
/********************************************************************************************************************************/

#box_questions {
	position: relative;
	width: 300px;
	overflow: hidden;
	margin-top: 15px;
}

#questions_concept {
	position: relative;
	width: 300px;
	height: 110px;
	margin-bottom: 5px;
	color: #A80808;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#questions_poser {
	width: 252px;
	height: 30px;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	background: url(images/box/btn_poser_question.png) no-repeat top left;
}
#questions_poser a {
	color: #99481D;
	display: block;
}

#questions_telephone {
	width: 300px;
	height: 61px;
	background: url(images/box/questions_telephone_bg.gif) no-repeat top left;
	margin-top: 10px;
	position: relative;
}

#questions_image {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
}

#questions_texte {
	width: 230px;
	height: 50px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 14px;
	color: #0072BA;
	text-align: right;
}
#questions_texte span {
	font-size: 16px;
	color: #9C0C0B;
	font-weight: bold;
}

/********************************************************************************************************************************/
/* Box Blogs */
/********************************************************************************************************************************/

#blogs_miniatures {
	text-align: center;
	padding: 15px 0px;
}

#blogs_theme {
	width: 260px;
	margin: 0px auto;
}
.previewbox { position: absolute; z-index: 100; width: 272px; height: 255px; }
.previewctn { float: left; margin-right: 2px; }
.previewctn .previewbox { display: none; position: static; }
.previewbox .content {
	height: 210px;
	text-align: center;
	border: 16px solid #505050;
	border-bottom-width: 0px;
	background-color: #505050;
}
.previewbox .content img {
	border: none;
}
.previewbox .name {
	height: 27px;
	line-height: 27px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: #505050;
	padding-right: 16px;
}

#blogs_actifs_top {
	width: 270px;
	height: 26px;
	line-height: 25px;
	padding-left: 30px;
	background: url(images/box/box_fond_top.png) no-repeat top left;
	font-size: 11px;
	font-weight: bold;
}

#blogs_actifs_middle {
	width: 300px;
	background-color: #EFEFEF;
}
#blogs_actifs_middle ol {
	width: 260px;
	font-size: 11px;
	font-weight: bold;
	color: #0072BA;
	margin: 0px;
	padding-left: 29px;
	overflow: hidden;
}
#blogs_actifs_middle ol li {
	white-space: nowrap;
}

#blogs_actifs_bottom {
	width: 300px;
	height: 4px;
	overflow: hidden;
	margin-bottom: 5px;
	background: url(images/box/box_fond_bottom.gif) no-repeat top left;
}

#blogs_bottom {
	width: 128px;
	height: 25px;
	margin: 0px auto;
	padding-left: 172px;
}

#blogs_service {
	width: 128px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(images/interface/btn.png) no-repeat top left;
}
#blogs_service a {
	color: #99481D;
	display: block;
}

/********************************************************************************************************************************/
/* Box Petites Annonces */
/********************************************************************************************************************************/

#annonces_top {
	position: relative;
	width: 300px;
	height: 90px;
	margin: 10px 0px;
	overflow: hidden;
}

#annonces_top_left {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 120px;
	height: 90px;
}

#annonces_top_right {
	position: absolute;
	top: 15px;
	left: 150px;
	width: 130px;
	height: 60px;
}

#annonces_postees_top {
	width: 270px;
	height: 26px;
	line-height: 25px;
	padding-left: 30px;
	background: url(images/box/box_fond_top.png) no-repeat top left;
	font-size: 11px;
	font-weight: bold;
}

#annonces_postees_middle {
	width: 300px;
	background-color: #EFEFEF;
}
#annonces_postees_middle ul {
	width: 280px;
	font-size: 11px;
	font-weight: bold;
	color: #0072BA;
	margin: 0px;
	padding-left: 10px;
	list-style-type: none;
	overflow: hidden;
}
#annonces_postees_middle ul li {
	white-space: nowrap;
}
#annonces_postees_middle ul li span {
	font-size: 10px;
	font-weight: normal;
}

#annonces_postees_bottom {
	width: 300px;
	height: 4px;
	overflow: hidden;
	margin-bottom: 5px;
	background: url(images/box/box_fond_bottom.gif) no-repeat top left;
}

#annonces_bottom {
	position: relative;
	width: 300px;
	height: 25px;
	overflow: hidden;
}

#annonces_voir {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 170px;
	height: 15px;
}

#annonces_poser {
	position: absolute;
	top: 0px;
	left: 172px;
	width: 128px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(images/interface/btn.png) no-repeat top left;
}
#annonces_poser a {
	color: #99481D;
	display: block;
}


/********************************************************************************************************************************/
/* Aide */
/********************************************************************************************************************************/

div.aide {
	background: url(images/interface/fleche_aide.gif) no-repeat;
	background-position: 0px 5px;
}

div.aide div.texte {
	border: 1px solid #E4B900;
	background-color: #FFFBEA;
	padding: 5px;
	margin-left: 8px;
}

div.aide_right {
	background: url(images/interface/fleche_aide2.gif) no-repeat;
	background-position: right 5px;
}

div.aide_right div.texte {
	border: 1px solid #E4B900;
	background-color: #FFFBEA;
	padding: 5px;
	margin-right: 8px;
}

div.texte span.exemple {
	color: #919191;
	font-size: 12px;
}

div.texte span.apparait {
	color: #919191;
	font-size: 11px;
	font-style: italic;
}


/********************************************************************************************************************************/
/* Espace membre */
/********************************************************************************************************************************/

#membre_menu {
	position: relative;
	width: 656px;
	height: 220px;
}

#membre_menu div.menu {
	float: left;
	width: 212px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
}

div.menu_contenu {
	position: relative;
	width: 212px;
	height: 100px;
	/*overflow: hidden;*/
}

div.menu_contenu div.lien {
	position: absolute;
	width: 110px;
	height: 40px;
	left: 100px;
	top: 5px;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
	color: #919191;
}

div.menu_contenu div.lien a {
	color: #000000;
}

div.menu_contenu div.texte {
	position: absolute;
	color: #FFFFFF;
	width: 110px;
	height: 45px;
	left: 100px;
	top: 53px;
	font-size: 10px;
}

div.menu_contenu div.texte_desactive {
	position: absolute;
	width: 140px;
	height: 30px;
	left: 62px;
	top: 65px;
	text-align: right;
	font-size: 11px;
	color: #919191;
}


/********************************************************************************************************************************/
/* Lexique */
/********************************************************************************************************************************/

a.lex_letter {
	font-size: 16px;
	font-weight: bold;
}

a.lex_letter_select {
	color: #FF7B00;
	font-size: 16px;
	font-weight: bold;
}

/********************************************************************************************************************************/
/* Texte */
/********************************************************************************************************************************/
a {
	color: #0072BA;
	text-decoration: none;
}
a:hover {
	color: #0072BA;
	text-decoration: underline;
}

a.gris {
	color: #3E3E3E;
	text-decoration: none;
}
a.gris:hover {
	color: #3E3E3E;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

div.row {
	clear: both;
	padding-top: 6px !important;
	padding-top: 4px;
}

div.row span.label {
	float: left;
	text-align: right;
}

div.row span.formw {
	float: right;
	text-align: left;
}

div.cadre_jaune {
	border: 1px solid #E4B900;
	background: #FFFBEA url(images/interface/cadre_fleche_top.gif) no-repeat 3px 3px;
	padding: 3px 3px 3px 20px;
}

input.input_texte {
	color: #0072BA;
	margin: 0px;
	padding: 0px 2px;
}

input.input_texte_disabled {
	margin: 0px;
	padding: 0px 2px;
	background-color: #EBEBE4;
	border: 1px solid #7F9DB9;
}

select {
	color: #0072BA;
	padding: 1px;
	margin: 0px;
}

textarea {
	color: #0072BA;
}

p { margin: 5px 0px; font-size: 12px; color: #3E3E3E; }
p.MsoFootnoteText, p.MsoFooter { font-size: 12px; color: #7C899E; }
p.MsoNormal, ul, ol { font-size: 12px; color: #3E3E3E; }

span.exemple {
	font-size: 11px;
	font-style: italic;
}

div.texte {
	font-size: 12px;
	line-height: 15px;
}
div.texte1 {
    font-size: 10px;
    line-height: 13px;
}
div.texte2 {
    font-size: 12px;
    line-height: 15px;
}
div.texte3 {
    font-size: 14px;
    line-height: 17px;
}
div.texte4 {
    font-size: 16px;
    line-height: 19px;
}
div.texte5 {
    font-size: 20px;
    line-height: 23px;
}

.valid { color: #078900; }
.error { color: #FF0000; }

/********************************************************************************************************************************/
/* Documents */
/********************************************************************************************************************************/

div.etiquette_prix {
	float: right;
	width: 63px;
	height: 17px;
	line-height: 17px;
	text-align: right;
	padding-right: 5px;
	margin-left: 15px;
	background: url(images/documents/etiquette.png) no-repeat;
	color: #99481D;
	font-weight: bold;
}

/********************************************************************************************************************************/
/* Code */
/********************************************************************************************************************************/

span.ac_sommaire {
	font-weight: bold;
	color: #1D5EB7;
}

a.ac_sommaire {
	text-decoration: none;
	color: #3E3E3E;
}

a.ac_sommaire:hover {
	text-decoration: none;
	color: #C83200;
}

div.ac_sommaire1 {
	padding: 8px;
	background-color: #EEF5FB;
	margin-bottom: 5px;
}

div.ac_sommaire2 {
	padding: 8px;
	border: 1px solid #EEF5FB;
	margin-bottom: 5px;
}

div.ac_sommaire_image {
	float: right;
	width: 50px;
	height: 35px;
	padding-left: 15px;
}

div.ac_global_titre {
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

div.ac_livre {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #CAE6FB;
}

div.ac_titre {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #E4F2FD;
}

div.ac_chapitre {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #EDF6FE;
}

div.ac_section {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	background: url(images/interface/pixel_gris.gif) repeat-x left bottom;
}

div.ac_sous_section {
	text-align: center;
	color: #AAAAAA;
	font-size: 14px;
	line-height: 20px;
	background: url(images/interface/pixel_h2.gif) repeat-x left bottom;
}

div.ac_paragraphe {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

div.ac_article {
	text-align: center;
	text-decoration: underline;
}

span.ac_nota {
	font-style: italic;
}

p.ac_nota {
	padding-left: 5px;
	border-left: 3px solid #0072BA;
	margin: 5px 0px 5px 10px;
}

p.ac_texte {
	text-indent: 20px;
	margin: 5px 0px;
}

span.italic {
	font-style: italic;
}


/********************************************************************************************************************************/
/* Footer */
/********************************************************************************************************************************/

#footer {
	width: 100%;
}

#citation {
	color: #3E3E3E;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px 4px 10px;
}
#citation span {
	font-size: 12px;
	color: #0072BA;
}

#footer_middle_top {
	background: url(images/interface/footer_middle_top.gif) no-repeat;
	height: 5px;
	overflow: hidden;
}

#footer_middle {
	background: url(images/interface/footer_middle.gif) repeat-y;
	padding: 10px 0px;
	overflow: hidden;
}

div.footer_middle_title {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.footer_link {
	float: left;
	width: 220px;
	color: #3E3E3E;
	padding-left: 24px;
}
div.footer_link ul {
	width: 220px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div.footer_link ul li {
	white-space: nowrap;
}

div.footer_link a {
	color: #0072BA;
	font-size: 11px;
	text-decoration: none;
}
div.footer_link a:hover {
	color: #0072BA;
	text-decoration: underline;
}

#footer_middle_bottom {
	background: url(images/interface/footer_middle_bottom.gif) no-repeat;
	height: 5px;
	overflow: hidden;
}

#footer_bottom {
	color: #3E3E3E;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
#footer_bottom a {
	color: #0072BA;
	text-decoration: none;
}
#footer_bottom a:hover {
	color: #0072BA;
	text-decoration: underline;
}