/* styles généraux */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
body, td, p {
	font-size: 11px;
	color: #222222;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
p, form {
	padding: 0;
	margin: 0;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
}
input[type=checkbox], label {
	vertical-align: middle;
}
ul, ol {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a img {
	border: 0;
}
a {
	color: #cc0001;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #cc0001;
}

/* menu : colonnes gauche et droite */

.menu_top {
	background: url(imgs/layout3/top.gif) no-repeat;
	height: 16px;
	width: 128px;
}
.menu_middle {
	background: url(imgs/layout3/2a.gif) repeat;
	vertical-align: top;
}
.menu_middle ul {
	position: relative;
	margin-left: 0;
	padding-left: 24px;
}
.menu_middle ul li {
	display: list-item;
	list-style-image: url(imgs/layout3/tibout.gif);
	margin-left: 0;
	padding-left: 0;
}
.menu_bottom {
	background: url(imgs/layout3/back.gif) no-repeat;
	height: 16px;
	width: 128px;
}
.cat {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
a.menu, .gallery a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.menu:hover, .gallery a:hover {
	text-decoration: underline;
	background-color: transparent;
}

/* marquee des mises à jour */

#updates {
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	text-align: justify;
}
#updates span {
	font-weight: bold;
	font-size: 9px;
}
#updates hr {
	width: 85%;
}

/* barre rouge du haut + stats de l'article */

a.linkcat {
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
}
a.linkcat:hover {
	text-decoration: none;
}
.page_info {
	text-align: right;
}
.page_info span {
	font-weight: bold;
}

/* bloc contenu */

.c_title {
	background-color: #cc0001;
	text-align: left;
	font-weight: bold;
	color: white;
	padding: 3px;
}
.c_text {
	background-color: white;
	padding: 4px;
}

/* articles en rapport avec la catégorie en cours */

.c_link {
	color: #666666;
}
.c_link a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.c_link a:hover {
	color: #cc0001;
	text-decoration: underline overline;
	background-color: transparent;
}
.crazymoto-topic {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

/* panel d'inscription à la newsletter */

#mailing {
	width: 90%;
	color: #000000;
	text-align: center;
}
#mailing div {
	margin-top: 6px;
	margin-bottom: 5px;
}

/* photos tuning */

.tblGallery td {
	border: 1px dashed #cccccc;
	text-align: center;
}
.tblGallery img {
	border: 1px solid #dedede;
	opacity: 0.8;
}
.tblGallery img:hover {
	border: 1px solid #cccccc;
	opacity: 1;
}
.tblGallery a {
	color: black;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background-color: transparent;
}
.tblGallery a:hover {
	color: black;
	text-decoration: underline;
	background-color: transparent;
}
.img_random {
	margin-top: 1px;
	border: 1px solid black;
	padding: 1px;
	width: 120px;
	height: 90px;
	background-color: white;
}

/* blogs alétoires */

.blog_random {
	background-image: url(imgs/design/random_blog.jpg);
	background-repeat: no-repeat;
	border: 1px solid #336699;
}

/* pub google adsense 120x240 */

.adsense {
	background: url(imgs/layout3/adsense.jpg) no-repeat;
	width: 120px;
	height: 240px;
}

/* news : page principale */

.news {
	width: 94%;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.news img {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}

/* preparation-moteur */

.prepa fieldset {
	border: 1px solid #cc0001;
	width: 400px;
	padding: 9px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.prepa fieldset legend {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 12px;
	font-weight: bold;
}

/* styles de bordure */

.b_d_cc0001 {
	border: 1px dashed #cc0001;
}
.b_s_cc0001 {
	border: 1px solid #cc0001;
	border-collapse: collapse;
}
.b_d_black {
	border: 1px dashed black;
}
.b_s_black, .content {
	border: 1px solid black;
	border-collapse: collapse;
}