@charset "UTF-8";
/* CSS Document */

html, body {
	width:100%;
	color:#627078;
	font-family:arial,sans-serif;
	font-size: 11px;
	line-height: 13px;
}

a:link, a:hover, a:visited {
	text-decoration: underline;
	color:#444;
}

#bloc_base {
	width:980px;
	background: url(../img/daad_contour3.gif) repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#daad_contour {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
}
#menu_top {
padding-bottom:25px!important; /* pour FF  */
}
#menu_top li {
	list-style-image: none;
	list-style-type: none;
	float:left;
	height:25px;
}
#daad_rechecher {
	position: absolute;
	top: 237px;
	margin-left:30px!important;
	margin-left:15px;
	z-index: 1000;
	display: block;
	visibility: visible;
}
#rech {
	color:#6d6d6d;
	font-size: 12px;
	border:1px solid #ccc;
	float:left;
	width:120px;
	height:15px;
	padding:2px;
}
#bloc_bas {
	background: url(../img/daad_bas.gif) no-repeat;
	height:39px;
	padding-left:100px;
	padding-top:6px;
}
#menu_bas li, #menu_bas li a {
	text-decoration: none;
	list-style-type: none;
	float:left;
	height:25px;
	color: #627078;
	padding-left:2px;
	padding-right:2px;
	display: inline;
	white-space: pre;
}
#menu_bas li a:hover {
	color:#333333;
	text-decoration: none;
}
.menu_actu ul {
}

.menu_actu li {
	padding-left:2px;
	padding-bottom:10px;
	list-style-type: none;
	color:#627078;
	line-height: 14px;
	float: left;
}


/* txt et col */



.txt11, .txt12 {
	color:#627078;
}
.txt12 {
	font-size: 12px;
	line-height: 16px;
}





#col1 {
padding-left:10px;width:200px;float:left;
}

#col2 {
padding-left:30px;width:420px;float:left;
}
#col2 a:hover {
	color: #999;
}

#col3 {
padding-left:30px;width:200px;float:left;
}
#col3 a{
color:#627078;
}

/* interieur */
#col2_b {
padding-left:30px;width:446px;float:left;
}

#col3_b {
height:500px;
}



/* recherche */

.suggestionsBox {
	position: relative;
	margin: 10px 10px 10px 4px;
	padding-bottom:10px;
	width: 320px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	/*border: 2px solid #000;	*/
	color: #fff;
	background: #293237;
	left: -6px;
}

.suggestionList {
	margin: 0px;
	padding: 2px;
}

.suggestionList li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0;
	padding: 2px 10px 2px 15px;
	cursor: pointer;

}

.suggestionList_rub {
	margin: 15px 0px 0px -10px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #8fa1ac;
}
.suggestionList li:hover {
	background-color: #006fad;
	text-decoration: none;
}

.suggestionList a {
	text-decoration: none;
}



.highlight { background-color: #e7ff33}


