/* $Id: fixed_width.css 22952 2009-11-07 14:14:32Z chibaguy $
	Fixed width for Tikinewt theme, TikiWiki CMS/Groupware.
*/

body {
	background-color: #acd9f0 ;

	
}


#main {
	background: #FFF url(http://www.creche-ribambelle.org/tiki4/styles/tikinewt/pics/fond-main.jpg) top center no-repeat ;
}

#fixedwidth {
	display: table;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0px;
	width: 990px;
}

#fixedwidth[id] {
	height: auto;
}

.codelisting
{
margin: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-op-border-radius: 10px;
}
