/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * module: rounded
 */

div.mod-rounded div.module-t {
	background: #62C4EE;
}

div.mod-rounded div.module-tl {
	background: url(http://les10miles.fr/templates/yoo_blueprint/images/lightblue/module_rounded_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-tr {
	background: url(http://les10miles.fr/templates/yoo_blueprint/images/lightblue/module_rounded_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-m {
	background: #62C4EE;
}

div.mod-rounded div.module-b {
	background: #62C4EE;
}

div.mod-rounded div.module-bl {
	background: url(http://les10miles.fr/templates/yoo_blueprint/images/lightblue/module_rounded_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-br {
	background: url(http://les10miles.fr/templates/yoo_blueprint/images/lightblue/module_rounded_br.png) 0 0 no-repeat; /* ie6png:scale */
}

/*
 * module: header
 */

div.mod-header h3.module {
	color: #55F2FF;
}

div.mod-header h3.module span.color {
	color: #00E2F4;
}

/*
 * module: border
 */
 
div.mod-border div.module {
	background: #3380bd;
}

div.mod-border div.module-2 {
	background: #49a0d4;
}

div.mod-border h3.module {
	color: #55F2FF;
}

div.mod-border h3.module span.color {
	color: #00E2F4;
}