

* {
	margin:			0;
	padding:		0;
	border:			0;
	list-style-type:	none;
}

body {
	font-family:		arial;
	font-size:		12px;
	text-align:		justify;
	color:			#AA5555;
	background-color:	#EF7713;
	background-image:	url(/dotclear/themes/nawac/img/pouet.jpg);
	background-repeat:	repeat-x;
	background-attachment:	fixed;
}

a:link, a:visited {
	color:			#AA5555;
}

a:hover, a:active {
	color:			#000000;
}

li {
	margin-left:		25px;
}

h2 {
	display:		block;
	margin-top:		25px;
	margin-left:		10px;
	padding-left:		10px;
	background:		url(/dotclear/themes/nawac/img/fond_titre.png) no-repeat;
}

img {
	border:			0px;
}




.page {
	position:		absolute;
	top:			0px;
	left:			50%;
	margin-left:		-400px;
	width:			800px;
	border:			1px #500 solid;
	background:		url(/dotclear/themes/nawac/img/fond.jpg) repeat-y;
}

.header {
	height:			200px;
	background-image:	url(/dotclear/themes/nawac/img/header.jpg);
}






/*
 * Menu déroulant
 */

#topmenu {
	z-index:		100;
	height:			18px;
	border:			1px black solid;
}

#topmenu dl {
	position:		absolute;
	width: 			200px;
	margin: 		0;
	font-weight: 		bold;
	background-color:	#EEE;
}

#topmenu dt {
	height:			18px;
	text-align: 		center;
}

#topmenu dd {
	padding:		8px;
	border-left:		1px black solid;
	border-bottom:		1px black solid;
	border-right:		1px black solid;
	display:		none;
}

#topmenu a,
#topmenu a:hover,
#topmenu a:visited {
	display: 		block;
	height: 		100%;
}

#smenu1 {
	left:			0;
}

#smenu2 {
	left:			200px;
}

#smenu3 {
	left:			400px;
}

#smenu4 {
	left:			600px;
}










.content {
	float:			left;
	width:			500px;
	padding:		30px;
	background-color:	#FFFFFF;
}

.menu {
	float:			left;
	top:			210px;
	left:			600px;
	width:			240px;
}

.clear {
	clear:			both;
}

.footer {
	position:		relative;
	left:			50%;
	margin-left:		-400px;
	width:			800px;
	border-top:		1px #500 solid;
	background-color:	#EEEEEE;
	text-align:		center;
}





/*
 * les posts
 */

.day-date {
	display:		none;
}

.post-info-co {
	font-weight:		bold;
	text-align:		right;
}

.post {
	padding:		15px 0;
}

.post-info {
	margin-bottom:		20px;
}



/*
 * Les commentaires
 */

.littlebox {
	margin:			10px 0;
	padding:		10px;
	text-align:		left;
	background:		#eee url(/dotclear/themes/nawac/img/bottom-left-corner.jpg) no-repeat bottom right;
}

.littlebox label {
	display:		block;
	float:			left;
	width:			150px;
}

.littlebox input, 
.littlebox textarea {
	margin:			1px;
}







/*
 * boite de recherche
 */

#smenu4 p {
	text-align:		center;
}









/*
 * liens de syndication
 */

#syndicate ul {
	line-height:		18px;
	list-style-position:	outside;
	list-style-image:	url(img/rss_icone.png);
	list-style-type: 	none;
}








/*
 * Radio Blog 
 */

#radioblog h2 {
	margin-bottom:		5px;
}

#radioblog div {
	text-align:		center;
	overflow:		hidden;
}




/*
 * Netaffiliation
 */
#netaff {
	text-align:		center;
}

#netaff h2 {
	text-align:		left;
}

#netaff img {
	height:			220px;
	margin:			10px 0;
}






/*
 * bloggersnap.com
 */

#bloggersnap h2 {
	margin-bottom:		5px;
}

#bloggersnap div{
	text-align:		center;
}










/*
 * w3c
 */

#w3c {
	margin-top:		50px;
	text-align:		center;
}








/*
 * numéros de page
 */

#pagination {
	margin-top:		25px;
	text-align:		center;
}





/*
 * mots recherchés surlignés
 */

span.highlight0 {
	background-color:	#FFFF99;
}

span.highlight1 {
	background-color:	#FF99FF;
}

span.highlight2 {
	background-color:	#99FFFF;
}

span.highlight3 {
	background-color:	#FF9999;
}

span.highlight4 {
	background-color:	#9999FF;
}







